You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.