Skip to content
Open
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
9 changes: 8 additions & 1 deletion core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ groups:
attributes:
- name: nwb_version
dtype: text
value: "2.9.0"
value: "2.10.0-alpha"
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
name of the format with trailing major, minor and patch numbers.
datasets:
Expand Down Expand Up @@ -449,6 +449,13 @@ groups:
dtype: text
doc: Strain of subject.
quantity: '?'
attributes:
- name: rrid
doc: "Research Resource Identifier (RRID) of the strain,
e.g., 'RRID:IMSR_JAX:000664'. This allows for standardized
identification and referencing of the strain."
dtype: text
required: false
- name: subject_id
dtype: text
doc: ID of animal/person used/participating in experiment (lab convention).
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ namespaces:
- doc: This source module contains neurodata_type for retinotopy data.
source: nwb.retinotopy.yaml
title: Retinotopy
version: "2.9.0"
version: "2.10.0-alpha"
4 changes: 2 additions & 2 deletions docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '2.9.0'
version = '2.10.0'
# The full version, including alpha/beta/rc tags.
release = '2.9.0'
release = '2.10.0-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 11 additions & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@

.. _nwb-schema-release-notes:

Release Notes
=============

2.10.0 (Upcoming)
-----------------

Minor changes
^^^^^^^^^^^^^
- Added optional ``rrid`` attribute to ``Subject.strain`` to store Research Resource Identifiers (RRIDs)
for animal strains (e.g., 'RRID:IMSR_JAX:000664'). This enables standardized identification and
referencing of strains, facilitating integration with DANDI metadata and allowing queries by strain. (#652)


2.9.0 (June 26, 2025)
---------------------
Expand Down