Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use hdmf common schema 1.5.0 and update release notes #473

Merged
merged 5 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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``.
rly marked this conversation as resolved.
Show resolved Hide resolved
- ``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