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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# PyNWB Changelog
2
2
3
+
## PyNWB 3.1.1 (July 14, 2025)
4
+
5
+
### Bug fixes
6
+
- Fixed reading and exporting of files written with NWB Schema < 2.9.0 that contained a reference to the electrodes table. @rly[#2112](https://github.com/NeurodataWithoutBorders/pynwb/pull/2112)
7
+
8
+
3
9
## PyNWB 3.1.0 (July 8, 2025)
4
10
5
11
### Breaking changes
@@ -35,7 +41,7 @@
35
41
- Fixed caching of the type map when using HDMF 4.1.0. @rly[#2087](https://github.com/NeurodataWithoutBorders/pynwb/pull/2087)
36
42
- Removed use of complex numbers in scratch tutorial because of incompatibilities with HDMF 4.1.0. @stephprince[#2090](https://github.com/NeurodataWithoutBorders/pynwb/pull/2090/)
37
43
- Made `ImagingPlane.description` optional to conform with the NWB Schema. @rly[#2051](https://github.com/NeurodataWithoutBorders/pynwb/pull/2051)
38
-
44
+
39
45
### Documentation and tutorial enhancements
40
46
- Added NWB AI assistant to the home page of the documentation. @magland[#2076](https://github.com/NeurodataWithoutBorders/pynwb/pull/2076)
0 commit comments