Skip to content

Releases: AllenNeuralDynamics/aind-data-schema

v2.7.0

06 May 22:42
c9ceea1

Choose a tag to compare

Major changes:

  • Multiple specimen_id can be passed into acquisition, and external acquisitions where we don't have instrument details can now be reported in the metadata
  • Injections now have to be wrapped in a parent object, either a NonSurgeryInjection or a Surgery when included in procedures. This ensures that injections have dates attached to them.

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

09 Mar 18:26
e40aa07

Choose a tag to compare

This minor release adds support for the slap2 microscope, along with some smaller fixes to some of the acquisition configuration files.

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.5.1

28 Feb 00:11
7961d88

Choose a tag to compare

This quick hotfix repairs an issue introduced by the new acquisition_start_tz field that was causing all assets to fail validation after a roundtrip serialization/de-serialization.

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

18 Feb 03:00
02d26fa

Choose a tag to compare

What's Changed

  • docs: clarify DataDescription.name, re-build all docs (without API) by @dbirman in #1691
  • refactor: allow instrument_id to merge in alphabetical order by @dbirman in #1705
  • docs: small update to clarify docs by @dbirman in #1706
  • feat: allow PlanarSectioning to accept Atlas coordinate systems by @dbirman in #1694
  • updated examples by @saskiad in #1708
  • refactor: fix examples generator to properly hide generated .json test files by @dbirman in #1716
  • refactor: remove requirement that all specimen_id fields match by @dbirman in #1717
  • refactor: pull TZ information out of acquisition_start_time by @dbirman in #1714
  • docs: improve QCMetric.description description and build docs by @dbirman in #1719
  • fix: recursive_get_all_names should only get names from DataModel objects by @dbirman in #1722
  • feat: Section and Sectioning by @dbirman in #1695
  • fix: forgot to implement Acquisition.instrument_id merge by @dbirman in #1720
  • feat: add MISCameraConfig by @dbirman in #1718
  • feat: refactor MRIScan to reflect BIDS standards by @dbirman in #1734
  • docs: better description and example for mouse_platform_name by @dbirman in #1736

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Jan 18:02
ca78504

Choose a tag to compare

The main change in v2.4.0 is that we now link to aind-data-schema-models v5, where the slap modality has been replaced by slap2. Other small changes have been made to support the new quality control tags format and to simplify functionality in several places in the schema.

When using GenericModel subclasses you no longer need to call .model_dump()

What's Changed

  • refactor: allow passing strings to default_grouping, also build docs by @dbirman in #1648
  • added protocol to calibrations by @saskiad in #1652
  • fix: repair QualityControl.default_grouping merge for new list[str | tuple[str, ...]] type by @dbirman in #1655
  • refactor: make headframe_part_number Optional[] by @saskiad in #1654
  • fix: populate source_data properly by @dbirman in #1656
  • fix: properly handle None dependency_graph during merge by @dbirman in #1657
  • chore: bump to aind-data-schema-models 5, replace slap->slap2 by @dbirman in #1665
  • Feat 1562 unitfix by @saskiad in #1662
  • fix: reduce requirement for SLAP2 to just ImagingConfig by @dbirman in #1671
  • refactor: allow instrument_id to be included in device.name fields by @dbirman in #1663
  • add GenericModelType to fix serialization by @tmchartrand in #1672
  • fix: small regression introduced in #1672 by @bruno-f-cruz in #1676
  • fix: for backward compatibility, add defaults to _unit fields for contrast/brightness using a validator by @dbirman in #1677
  • feat: compute group:value pairs for tag status by @dbirman in #1673

Full Changelog: v2.3.2...v2.4.0

v2.3.2

05 Jan 18:29
cd7c3ee

Choose a tag to compare

What's Changed

This patch release includes some small hotfixes, including limiting the version of aind-data-schema-models to <5. Version 2.3.0 is broken due to having no ceiling on that dependency, please use this release instead or manually limit aind-data-schema-models to <5.

Full Changelog: v2.3.0...v2.3.2

v2.3.0

15 Dec 23:14
d6210e2

Choose a tag to compare

Important change: we modified the QualityControl.tags field in a way that is "sort-of-backward-compatible". Please read the README and see the post on Teams for more information about the new approach. Old assets will need to be migrated to function properly in the new system.

What's Changed

New Contributors

  • @rly made their first contribution in #1633

Full Changelog: v2.2.0...v2.3.0

v2.2.0

25 Nov 22:35
be4f68b

Choose a tag to compare

What's Changed

  • feat: adding Manipulation during acquisition by @dbirman in #1607
  • docs: update docs for external registries by @dbirman in #1610
  • docs: improvements to coordinate system docs by @dbirman in #1606
  • fix: modify instrument merge by @dbirman in #1619
  • fix: allow acquisition/procedures with None coordinate_system to merge by @dbirman in #1628
  • feat: filename_suffix to do what suffix should have done by @dbirman in #1631
  • Allow for partial instrument/acquisition compatibility checks without constructing Metadata object by @dbirman in #1623
  • feat: DataStream.add and Acquistion._merge_data_stream_lists by @dbirman in #1634

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Oct 18:33
06e703d

Choose a tag to compare

What's Changed

  • Added between-vertebrae coordinate origins by @dougollerenshaw in #1565
  • Improve docs by adding title(desc) by @dbirman in #1572
  • Set a ceiling on pydantic version to avoid errors with model_validators by @dbirman in #1584
  • Moved the subject_details validator out of Acquisition to prevent errors by @dbirman in #1590
  • add code now removes duplicates @dbirman in #1593
  • Added new OlfactometerConfig to replace old stimulus configuration @dbirman in #1499
  • Add DataDescription.from_data_description helper to replace from_raw by @dbirman in #1588
  • Allow HarpDevice objects in lick_sensor field by @dbirman in #1595

Full Changelog: v2.0.3...v2.1.0

v2.0.3

02 Oct 18:08
2fc0660

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3