Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rkrishnasanka rkrishnasanka released this 24 May 03:15
· 35 commits to master since this release

Changelog

  • Added component rotation to device model and automated computation of the components
  • Modified the JSON loading API to be more streamlined. Now we have separate functions for v1, v1.2 Parchmint standards. Additionally, refactoring makes it easy to load designs from JSON
  • Removed generate_network() function and the need to manually generate the network. All CRUD functions now update the underlying MultiDiGraph
  • Updated the Github Action to run tests and lint automatically on push
  • Updated the test cases