Input/output types and general improvements
This release features introduces input/output types (#50), additional examples (#32, #42), quality-of-life improvements (#43), licensing, and fixes.
What's Changed
- Doc/developers by @sheiksadique in #33
- Example/sinabs by @sheiksadique in #32
- fixes in sinabs example by @sheiksadique in #35
- Added version to IR nodes and fixed linting by @Jegp in #34
- formatting conflicts fixed by @sheiksadique in #38
- fixed dev_requirements.txt by @matjobst in #40
- edges as str when reading model from hdf5 file by @matjobst in #41
- added spinnaker2 example by @matjobst in #42
- meaningful node naming when using from_list() by @matjobst in #43
- Updated docs and frameworks by @Jegp in #45
- Add BSD-3 LICENSE by @stevenabreu7 in #46
- add input/output shape annotations for all nodes by @stevenabreu7 in #50
- Improved argument parsing for shapes by @Jegp in #51
- Improved docs on types and renamed
input_shape
toinput_type
by @Jegp in #52
New Contributors
- @sheiksadique made their first contribution in #33
Full Changelog: v0.1...v0.2