Skip to content

Releases: AllenNeuralDynamics/aind-data-schema

v2.8.1

Choose a tag to compare

@dbirman dbirman released this 09 Jun 16:26
ac33594

This is a hotfix patch to pin the version of aind-data-schema-models. This avoids using a bad release that included breaking changes in a patch.

Full Changelog: v2.8.0...v2.8.1

v2.8.0

Choose a tag to compare

@dbirman dbirman released this 02 Jun 23:09
2b09d52

Important changes

A new Solution class is now available for in-house reagents.

Organization.X groups have been removed from all objects. There is no longer a need to maintain separate organization groups in aind-data-schema-models.

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.1

Choose a tag to compare

@dbirman dbirman released this 06 May 22:42
9fc0a81

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

Choose a tag to compare

@dbirman dbirman released this 09 Mar 18:26
e40aa07

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

Choose a tag to compare

@dbirman dbirman released this 28 Feb 00:11
7961d88

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

Choose a tag to compare

@dbirman dbirman released this 18 Feb 03:00
02d26fa

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

Choose a tag to compare

@dbirman dbirman released this 06 Jan 18:02
ca78504

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

Choose a tag to compare

@dbirman dbirman released this 05 Jan 18:29
cd7c3ee

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

Choose a tag to compare

@dbirman dbirman released this 15 Dec 23:14
d6210e2

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

Choose a tag to compare

@dbirman dbirman released this 25 Nov 22:35
be4f68b

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