Skip to content

v1.1.2

Compare
Choose a tag to compare
@Dusandinho Dusandinho released this 10 Oct 23:31
· 34 commits to main since this release
  • User warning if compare.intersection_over_union, compare.hamming_distance, or compare.dice_coefficient are called with non-binarized devices.
  • Added height parameter to many shape constructors in prefab.shapes to give more flexibility.
  • Updates to the README.md to keep current.
  • Device.is_binary is now a property.
  • Moved Device.enforce_feature_size logic to prefab.geometry module.
  • Added required version of gdstk to pyproject.toml.
  • Removed leftover return statement in geometry.rotate.