Skip to content

Commit

Permalink
Merge branch 'dev' into add_one_photon_series
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 20, 2022
2 parents a4e25bb + b22fdb7 commit 25641e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,13 @@ groups:
dtype: text
doc: Age of subject. Can be supplied instead of 'date_of_birth'.
quantity: '?'
attributes:
- name: reference
doc: "Age is with reference to this event. Can be 'birth' or
'gestational'. If reference is omitted, 'birth' is implied."
dtype: text
required: false
default_value: birth
- name: date_of_birth
dtype: isodatetime
doc: Date of birth of subject. Can be supplied instead of 'age'.
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Release Notes
Major changes
^^^^^^^^^^^^^
- Added OnePhotonSeries. (#523)
- ``Subject.age`` has a new optional attribute, ``reference``, which can take a value of "birth" (default) or "gestational". (#525)


2.5.0 (June 14, 2022)
Expand Down

0 comments on commit 25641e4

Please sign in to comment.