Skip to content

v1.0.3

Compare
Choose a tag to compare
@Dusandinho Dusandinho released this 15 Sep 13:06
· 71 commits to main since this release
  • Added this CHANGELOG.md file.
  • Added prefab.shapes module to replace the now removed devices directory. This module contains helpful device constructors for testing PreFab models on.
  • Added __version__ class attribute to prefab package.
  • Added ANT_NanoSOI_ANF1-d8 and ANT_NanoSOI_ANF1-d10 models (see prefab.models and docs/models.md).
  • Updated notebook examples to use prefab.shapes module and newest models.
  • Updated dependencies in pyproject.toml.
  • Simplified .gitignore and .gitattributes files.
  • Docstring improvements to prefab.compare module.
  • Ability to specify thickness to all four sides of buffer thickness in prefab.device.BufferSpec.
  • Changed some of the array resizing logic in prefab.read module to be more robust.
  • Minor fixes to prefab.device module.
  • Minor fixes to prefab.geometry module.
  • Removed devices directory from the repository. Effectively replaced with prefab.shapes module.
  • Remove requirements.txt file as pyproject.toml contains all dependencies.