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
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ben Dichter <ben.dichter@gmail.com>
Co-authored-by: Ryan Ly <310197+rly@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- Fixed broken and redirecting links in documentation. @bendichter[#2165](https://github.com/NeurodataWithoutBorders/pynwb/pull/2165)
8
8
9
9
### Added
10
+
- Added support for HERD (HDMF External Resources Data Structure) as the `external_resources` field on `NWBFile`, enabling users to associate external resource annotations (e.g., ontology term mappings) with their NWB files. `link_resources` and `get_external_resources` are inherited from `HERDManager` in hdmf. @mavaylon1, @rly[#2111](https://github.com/NeurodataWithoutBorders/pynwb/pull/2111)
10
11
- Added `get_starting_time()` and `get_duration()` methods to `TimeSeries` to get the starting time and duration of the time series. @h-mayorquin[#2146](https://github.com/NeurodataWithoutBorders/pynwb/pull/2146)
11
12
- Added `get_starting_time()` and `get_duration()` methods to `TimeIntervals` to get the earliest start time and total duration (span from earliest start to latest stop) of all intervals. @h-mayorquin[#2146](https://github.com/NeurodataWithoutBorders/pynwb/pull/2146)
12
13
- Added `get_starting_time()` and `get_duration()` methods to `Units` to get the earliest spike time and total duration (span from earliest to latest spike) across all units. @h-mayorquin[#2164](https://github.com/NeurodataWithoutBorders/pynwb/pull/2164)
0 commit comments