Skip to content

Commit 34212f3

Browse files
rlyoruebel
andauthored
Use hdmf common schema 1.5.0 and update release notes (#473)
Co-authored-by: Oliver Ruebel <oruebel@users.noreply.github.com>
1 parent a051226 commit 34212f3

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

docs/format/source/format_release_notes.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
2.3.0 (Upcoming)
4+
2.3.0 (April 23, 2021)
55
----------------
66

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

2327
2.2.5 (May 29, 2020)
2428
----------------------

0 commit comments

Comments
 (0)