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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,27 @@
3
3
## Upcoming
4
4
5
5
### Breaking changes
6
-
7
6
- Removed unused functions `prepend_string` and `_not_parent` in `core.py`, `_not_parent` in `file.py`, and `NWBBaseTypeMapper.get_nwb_file` in `io/core.py`@oruebel[#2036](https://github.com/NeurodataWithoutBorders/pynwb/pull/2036)
8
7
9
8
### Enhancements and minor changes
10
-
- Added support for NWB Schema 2.9.0. @rly[#2079](https://github.com/NeurodataWithoutBorders/pynwb/pull/2079)
11
-
- Added `BaseImage` and `ExternalImage` as new neurodata types. The first so both `Image` and `ExternalImage` can inherit from it. The second to store external images.
9
+
- Added support for NWB Schema 2.9.0.
10
+
- Added `BaseImage` and `ExternalImage` as new neurodata types. The first so both `Image` and `ExternalImage` can inherit from it. The second to store external images. @rly[#2079](https://github.com/NeurodataWithoutBorders/pynwb/pull/2079)
11
+
- Added new `ElectrodesTable` neurodata type. @mavaylon1[#1890](https://github.com/NeurodataWithoutBorders/pynwb/pull/1890)
12
+
- Formally defined and renamed `ElectrodeTable` as the `ElectrodesTable` neurodata type. @mavaylon1[#1890](https://github.com/NeurodataWithoutBorders/pynwb/pull/1890)
12
13
- Automatically add timezone information to timestamps reference time if no timezone information is specified. @stephprince[#2056](https://github.com/NeurodataWithoutBorders/pynwb/pull/2056)
13
14
- Added option to disable typemap caching and updated type map cache location. @stephprince[#2057](https://github.com/NeurodataWithoutBorders/pynwb/pull/2057)
- When an external file is detected when initializing an ImageSeries and no format is provided, automatically set format to "external" instead of raising an error. @stephprince[#2060](https://github.com/NeurodataWithoutBorders/pynwb/pull/2060)
16
17
- Added mask_type option to `mock_PlaneSegmentation`. @pauladkisson[#2067](https://github.com/NeurodataWithoutBorders/pynwb/pull/2067)
17
18
18
19
### Bug fixes
19
-
-Fix`add_data_interface` functionality that was mistakenly removed in PyNWB 3.0. @stephprince[#2052](https://github.com/NeurodataWithoutBorders/pynwb/pull/2052)
20
+
-Fixed`add_data_interface` functionality that was mistakenly removed in PyNWB 3.0. @stephprince[#2052](https://github.com/NeurodataWithoutBorders/pynwb/pull/2052)
20
21
- Fixed bug in `IntracellularRecordingsTable.__init__` were `IntracellularResponsesTable` wasn't created correctly when custom category tables were provided @oruebel. [#2031](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031)
21
22
- Fixed shape check in `SpikeEventSeries.__init__` to support `AbstractDataChunkIterator` for timestamps/data. @oruebel[#2031](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031)
22
23
- Added unit tests to enhance coverage of `core.py`, `image.py`, `spec.py`, `icephys.py`, `epoch.py` and others. @oruebel[#2031](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031)
- Fixed missing `__nwbfields__` and `_fieldsname` for `NWBData` and its subclasses. @rly[#2082](https://github.com/NeurodataWithoutBorders/pynwb/pull/2082)
0 commit comments