Skip to content

Commit

Permalink
Update release_notes.rst for #43
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 5, 2025
1 parent 6f541d8 commit 4ff8cb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Version 3.0.0 (Upcoming)
``dtype: uint`` which means uint8.
* Deprecated region references and the "reftype: ref" and "reftype: reference" aliases for object references.
* Removed the ``reftype`` key under the ``dtype`` dictionary. References can only be object references.
* Specified that the namespace name must not contain ":", "/", or whitespace.
* Specified that the namespace version string must not contain ":" or "/". It should follow
the NWB versioning guidelines: https://www.nwb.org/versioning-guidelines/ .
* Specified that the name and default name of a group, dataset, link, and attribute must follow the regular
expression ``^[A-Za-z_][A-Za-z0-9_]*$`` to ensure compatibility across APIs.
* Specified that data_type_def (and therefore also data_type_inc) must follow the regular
expression ``^[A-Za-z_][A-Za-z0-9_]*$`` to ensure compatibility across APIs.

Version 2.0.2 (March, 2020)
---------------------------------
Expand Down

0 comments on commit 4ff8cb6

Please sign in to comment.