Release v0.13.0
Release v0.13.0
This release was manually triggered.
What's Changed
- v0.13 Release by @bruno-f-cruz in #206
- Refactor base class names by @bruno-f-cruz in #209
Breaking changes
Session model
- Remove
data_pathandexperiment_versionfrom model (Closes #204)
Rig model
- Base rig model now implements a
data_directoryproperty in the base class (Closes #204) - Commonly used data struct types moved to
common.py - All
Deviceshave acalibrationproperty that getsSerializeAsAnyin the base class (closes #182) additional_settingsremoved fromDevice(closes #182)
Calibration models
- calibration module was removed (closes #182)
- Calibrated devices now live in rig.(closes #182)
- Calibrated models were GREATLY simplified and compatibility with aind-data-schema v1 was removed (closes #182)
Full Changelog: v0.12.5...v0.13.0