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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
### Performance
6
6
- Cache global type map to speed import 3X. @sneakers-the-rat[#1931](https://github.com/NeurodataWithoutBorders/pynwb/pull/1931)
7
7
8
+
### Bug fixes
9
+
- Fixed bug in how `ElectrodeGroup.__init__` validates its `position` argument. @oruebel[#1770](https://github.com/NeurodataWithoutBorders/pynwb/pull/1770)
10
+
8
11
## PyNWB 2.8.2 (September 9, 2024)
9
12
10
13
### Enhancements and minor changes
@@ -20,9 +23,6 @@
20
23
- Changed `epoch_tags` to be a NWBFile property instead of constructor argument. @stephprince[#1935](https://github.com/NeurodataWithoutBorders/pynwb/pull/1935)
21
24
- Exposed option to not cache the spec in `NWBHDF5IO.export`. @rly[#1959](https://github.com/NeurodataWithoutBorders/pynwb/pull/1959)
22
25
23
-
### Bug fixes
24
-
- Fixed bug in how `ElectrodeGroup.__init__` validates its `position` argument. @oruebel[#1770](https://github.com/NeurodataWithoutBorders/pynwb/pull/1770)
0 commit comments