Releases: devbisme/skidl
Releases · devbisme/skidl
Release v2.2.3
What's Changed
- Fix circular import in kicad{6,7,8,9}/lib.py that crashes on import by @ashergarland in #288
New Contributors
- @ashergarland made their first contribution in #288
Full Changelog: v2.2.2...v2.2.3
Release v2.2.2
What's Changed
- Workaround for issue 230, gen_svg failures. by @tomjwaldron in #279
- Fix mils-to-mm scaling and double Y-flip in sexp_schematic by @lachlanfysh in #283
- Add auto-stub schematic generation for large circuits (KiCad 9) by @lachlanfysh in #284
New Contributors
- @tomjwaldron made their first contribution in #279
- @lachlanfysh made their first contribution in #283
Full Changelog: v2.2.1...v2.2.2
Release v2.2.1
Full Changelog: v2.2.0...v2.2.1
Release v2.2.0
Full Changelog: v2.1.1...v2.2.0
Release v2.1.1
Full Changelog: v2.1.0...v2.1.1
Release v2.1.0
What's Changed
- Improve Netlist-to-SKiDL Conversion for Complex Hierarchies and Documentation Sheets by @shanemmattner in #245
- feat: getting the skidl to work with PySpice 1.6. refactored the code… by @tapegoji in #252
New Contributors
Full Changelog: 2.0.1...v2.1.0
v2.0.1
v2.0.0
- No longer compatible with Python 2.
@packagedecorator removed.- Additional
Partattributes can be specified when exporting libraries. - Added
unexpiodict toInterfaceobjects for accessing I/O without buses expanded into individual nets. - Added connect() and
__iadd__()methods to interconnectInterfaceobjects. - Part libraries are pickled when first loaded for faster access on subsequent accesses.
The directory for storing the pickled library files is specified in the SKiDL configuration file. - The
KICADtool identifier now points toKICAD8.