Skip to content

v2.0.1

Choose a tag to compare

@dbirman dbirman released this 25 Aug 18:32
· 35 commits to dev since this release
d3862f4

This 2.0.1 hotfix release fixes several bugs introduced in the 2.0 upgrade. Some of these are breaking changes against 2.0.0. Please upgrade all scripts to use 2.0.1.

What's Changed

  • Removed InjectionDynamics.rate which was redundant with combined volume/duration
  • Added a critical description for ProbeConfig.coordinate_system
  • Removed requirement that ephys modality experiments include an ephys
  • Reduces requirement on Processing.dependency_graph to Optional
  • Reduces requirement on DataProcess.end_date_time to
  • Adds a model validator that sorts processes into chronological order using the start time
  • Add a missing validator that ensure one of the required file sets is present for Metadata() validation
  • Recovered a data_description.source_data field which was accidentally removed

Full Changelog: v2.0.0...v2.0.1