Releases: CIDARLAB/pyMINT
Releases · CIDARLAB/pyMINT
v0.3.3
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
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
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
- Feat/constraints by @rkrishnasanka in #16
- Refactor/mintprotocol by @rkrishnasanka in #19
Full Changelog: v0.2.15...v0.3.0
v0.2.7
Changelog
- updated the MINTDevice constructor to allow passing parchmint json
v0.2.5
Changelog
- Added Inline Documentation
- Added Sphinx Documentation Generator
- Fixed issue where constraints params were getting added to the component params