Skip to content

Commit

Permalink
Use hdmf common schema 1.5.0 and update release notes (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Ruebel <[email protected]>
  • Loading branch information
rly and oruebel authored Apr 23, 2021
1 parent a051226 commit 34212f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

2.3.0 (Upcoming)
2.3.0 (April 23, 2021)
----------------

- Add optional ``waveforms`` column to the ``Units`` table.
Expand All @@ -10,15 +10,19 @@ Release Notes
- Add to ``ImageSeries`` an optional link to ``Device``.
- Add optional ``continuity`` field to ``TimeSeries``.
- Clarify documentation for electrode impedance and filtering.
- Update hdmf-common-schema to version 1.2.0. Release notes:
- Add software process documentation.
- Fix missing dtype for ``VectorIndex``.
- Add new ``VocabData`` data type.
- Move ``Data``, ``Index``, and ``Container`` to base.yaml. This change does not functionally change the schema.
- ``VectorIndex`` now extends ``VectorData`` instead of ``Index``. This change allows ``VectorIndex`` to index other
``VectorIndex`` types.
- The ``Index`` data type is now unused and has been removed.
- Fix documentation for ragged arrays.
- Update hdmf-common-schema from 1.1.3 to version 1.5.0.
- The HDMF-experimental namespace was added, which includes the ``ExternalResources`` and ``EnumData``
data types. Schema in the HDMF-experimental namespace are experimental and subject to breaking changes at any time.
- Added experimental data type ``ExternalResources`` for storing ontology information / external resource references.
- Added experimental data type ``EnumData`` to store data from a set of fixed values.
- Changed dtype for datasets within ``CSRMatrix`` from 'int' to 'uint' and added missing `data_type_inc: Container`
to the ``CSRMatrix`` type.
- Added data type ``SimpleMultiContainer``, a Container for storing other Container and Data objects together.
- Added data type ``AlignedDynamicTable``, a DynamicTable type with support for categories (or sub-headings) each described by a separate DynamicTable.
- Fixed missing dtype for ``VectorIndex``.
- ``VectorIndex`` now extends ``VectorData`` instead of ``Index``.
- Removed unused and non-functional ``Index`` data type.
- See https://hdmf-common-schema.readthedocs.io/en/latest/format_release_notes.html for full release notes.

2.2.5 (May 29, 2020)
----------------------
Expand Down

0 comments on commit 34212f3

Please sign in to comment.