Posted by Dave Vandenbout

SKiDL 2.3.0 Release

Today marks the release of SKiDL version 2.3.0. The headline changes are:

  • KiCad 10 support. A KICAD10 tool identifier and part libraries were added, and the generic KICAD identifier now points to it as the latest version.
  • Better schematics. The schematic generator gained an auto-stubbing mode (generate_schematic(auto_stub …

SKiDL 2.2.3 Release

Today marks the release of SKiDL version 2.2.3 because 2.2.2 had a problem with circular imports that showed up under Windows. Thanks to ashergarland for reporting this and providing a fix!

See SKiDL's complete history for all the changes made in each release.

SKiDL 2.2.2 Release

Today marks the release of SKiDL version 2.2.2. This release adds the ability to generate schematics for recent versions of KiCad (6, 7, 8 and 9). Thanks to Github users lachlanfysh and cyberhuman for their work on this.

See SKiDL's complete history for all the changes made in …

SKiDL 2.2.1 Release

Today marks the release of SKiDL version 2.2.1. This release fixes a few bugs to get ready for the new year.

Here are the changes in 2.2.1:

  • Pin aliases are now updated after pin deletion, renaming, renumbering, and swapping.
  • Footprint search paths for each version of …

SKiDL 2.2 Release

Today marks the release of SKiDL version 2.2.0. The increment in the minor version number indicates that this release includes new features and improvements while maintaining backward compatibility with version 2.1.

Here are the changes in 2.2.0:

  • The skidl-part-search command-line utility has been added for …

SKiDL Cheatsheet

A cheatsheet for SKiDL 2.1.0 is now available. Print it out, laminate it, and keep it handy for all your SKiDL coding needs!

SKiDL 2.1 Release

Today marks the release of SKiDL version 2.1.0. The increment in the minor version number indicates that this release includes new features and improvements while maintaining backward compatibility with version 2.0.0.

Here are the changes in 2.1.0:

  • netlist_to_skidl now generates hierarchical SKiDL code that …

2.0

After three years since version 1.0, today marks the release of SKiDL version 2.0.0. The increment in the major version number indicates that this release is not backward compatible with previous versions, so some SKiDL code may not work if:

  1. It relies on Python 2 (which is …

SKiDL Has Schematics!

You can finally generate editable schematics from your SKiDL code.

Tagged

New 1.2.0 Release

It's been nearly two years since the last release. The 1.2.0 release has these user-facing changes:

  • Something that has been requested for years: SKiDL can now generate an editable schematic from a Circuit object. (Currently only works for KiCad V5.)
  • The Group object allows you to create hierarchy …