Skip to content

Release v0.13.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 17:13
· 61 commits to main since this release

Release v0.13.0

This release was manually triggered.

What's Changed


Breaking changes

Session model

  • Remove data_path and experiment_version from model (Closes #204)

Rig model

  • Base rig model now implements a data_directory property in the base class (Closes #204)
  • Commonly used data struct types moved to common.py
  • All Devices have a calibration property that gets SerializeAsAny in the base class (closes #182)
  • additional_settings removed from Device (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