You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/format/source/format_release_notes.rst
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Release Notes
2
2
=============
3
3
4
-
2.3.0 (Upcoming)
4
+
2.3.0 (April 23, 2021)
5
5
----------------
6
6
7
7
- Add optional ``waveforms`` column to the ``Units`` table.
@@ -10,15 +10,19 @@ Release Notes
10
10
- Add to ``ImageSeries`` an optional link to ``Device``.
11
11
- Add optional ``continuity`` field to ``TimeSeries``.
12
12
- 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.
0 commit comments