@@ -679,12 +679,37 @@ <h1>News</h1>
679679<!-- no title here -->
680680< div class ="section " id ="v1-6-0-development-release ">
681681< h2 > V1.6.0 (development release)</ h2 >
682+ < ul class ="simple ">
683+ < li > < p > < strong > KiCadTools</ strong > a proof of concept module to read KiCad 6
684+ < cite > .kicad_sch</ cite > schema file and compute the netlist. < em > This module can
685+ be used to perform any kind of processings on a KiCad schema. It is
686+ actually hosted in the source but could become a standalone
687+ project.</ em > For PySpice, it provides a very flexible way to draft a
688+ circuit with the help of KiCad and then generate the netlist without
689+ using the netlist export feature of KiCad. And thus leverage the
690+ writing of fastidious cicruit.</ p > </ li >
691+ </ ul >
682692</ div >
683693< div class ="section " id ="v1-5-0-production-release-2021-05-xx ">
684694< h2 > V1.5.0 (production release) 2021-05-xx</ h2 >
685695< ul class ="simple ">
686- < li > < p > renamed custom dunders "__dunder__" to "CONSTANT" or "_private" class attributes</ p > </ li >
687- < li > < p > TO COMPLETE</ p > </ li >
696+ < li > < p > Support Ngspice up to version 34</ p > </ li >
697+ < li > < p > Renamed custom dunders "__dunder__" to "CONSTANT" or "_private" class attributes</ p > </ li >
698+ < li > < p > Fixed typo in documentation (thanks to endolith and brollb)</ p > </ li >
699+ < li > < p > Add DC temperature sweep support #272 (thanks to Fatsie)</ p > </ li >
700+ < li > < p > PWL support improvements #271 (thanks to Fatsie)</ p > </ li >
701+ < li > < p > Assign units on creation of temperature-sweep vectors #263 (thanks to ARF1)</ p > </ li >
702+ < li > < p > Prevent memory leaks by freeing ngspice command log #260 thanks to ARF1)</ p > </ li >
703+ < li > < p > Performance optimization: dispatch multiple alter commands jointly #259 (thanks to ARF1)</ p > </ li >
704+ < li > < p > Added spice library support #258 (thanks to Fatsie)</ p > </ li >
705+ < li > < p > Allow to specify DC value for PWL #257 (thanks to Fatsie)</ p > </ li >
706+ < li > < p > Support for < cite > .nodeset</ cite > type initial condition #256 (thanks to Fatsie)</ p > </ li >
707+ < li > < p > Fix accuracy problems #254 (thanks to sotw1957)</ p > </ li >
708+ < li > < p > Changes to make it easier to use PySpice with a large archive of SPICE models medium diff #249 (thanks to xesscorp)</ p > </ li >
709+ < li > < p > < cite > Netlist.py</ cite > : Fix wrong method when joining parameters during netlist parse #245 (thanks to cyber-g)</ p > </ li >
710+ < li > < p > Unit: add Pickle support</ p > </ li >
711+ < li > < p > Add Parser code from #136 (thanks to jmgc) but not yet merged</ p > </ li >
712+ < li > < p > Unit: add np.mean</ p > </ li >
688713</ ul >
689714</ div >
690715< div class ="section " id ="v1-4-3-2020-07-04 ">
0 commit comments