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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
- Added new `ElectrodesTable` neurodata type. @mavaylon1[#1890](https://github.com/NeurodataWithoutBorders/pynwb/pull/1890)
12
12
- Formally defined and renamed `ElectrodeTable` as the `ElectrodesTable` neurodata type. @mavaylon1[#1890](https://github.com/NeurodataWithoutBorders/pynwb/pull/1890)
13
13
- Formally defined bands within `DecompositionSeries` as the neurodatatype `FrequencyBandsTable`. @mavaylon1@rly[#2063](https://github.com/NeurodataWithoutBorders/pynwb/pull/2063)
14
+
- Added support for 2D `EventDetection.source_index` to indicate [time_index, channel_index]. @stephprince[#2091](https://github.com/NeurodataWithoutBorders/pynwb/pull/2091)
15
+
- Made `EventDetection.times` optional. @stephprince[#2091](https://github.com/NeurodataWithoutBorders/pynwb/pull/2091)
14
16
- Automatically add timezone information to timestamps reference time if no timezone information is specified. @stephprince[#2056](https://github.com/NeurodataWithoutBorders/pynwb/pull/2056)
15
17
- Added option to disable typemap caching and updated type map cache location. @stephprince[#2057](https://github.com/NeurodataWithoutBorders/pynwb/pull/2057)
0 commit comments