Skip to content

Releases: CIDARLAB/pyMINT

v0.3.3

23 Oct 09:36
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

What's Changed

  • Fixes for valve type mapping errors encountered by the compiler by @rkrishnasanka in #21

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Sep 17:27
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Full Changelog: v0.3.0...v0.3.2

  • Fixed issue where multi-layer mint generation was not working correctly
  • Fixed issue with parchmint build not working correctly.

v0.3.0

30 May 20:20
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Release Noes

This update includes a massive set of changes to the entire API and data structures. Now the MINT compiler solely relies on the Parchmint objects eliminating the need to have multiple levels of inheritance and the inability to generate MINT from raw Parchmint device objects. We however retain items like NODE, TERMINAL, VIA as special MINT objects that are tracked by the MINTDevice object that we primarily use for storing layout constraints. There is still some work left for the MirrorConstraint generation algorithm to be finalized but we have a basic version of it that seems to work fine.

What's Changed

Full Changelog: v0.2.15...v0.3.0

v0.2.7

18 Apr 22:54
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Changelog

  • updated the MINTDevice constructor to allow passing parchmint json

v0.2.5

06 Feb 22:46
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Changelog

  • Added Inline Documentation
  • Added Sphinx Documentation Generator
  • Fixed issue where constraints params were getting added to the component params