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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
- Added ``NWBHDF5IO.nwb_version`` property to get the NWB version from an NWB HDF5 file @oruebel[#1612](https://github.com/NeurodataWithoutBorders/pynwb/pull/1612)
14
14
- Updated ``NWBHDF5IO.read`` to check NWB version before read and raise more informative error if an unsupported version is found @oruebel[#1612](https://github.com/NeurodataWithoutBorders/pynwb/pull/1612)
15
15
- Added the `driver` keyword argument to the `pynwb.validate` function as well as the corresponding namespace caching. @CodyCBakerPhD[#1588](https://github.com/NeurodataWithoutBorders/pynwb/pull/1588)
16
+
- Increased the stacklevel of the warning from `_add_missing_timezone` in `pynwb.file` to make identification of which datetime field is missing a timezone easier. @CodyCBakerPhD[#1641](https://github.com/NeurodataWithoutBorders/pynwb/pull/1641)
16
17
17
18
### Documentation and tutorial enhancements:
18
19
- Adjusted [ecephys tutorial](https://pynwb.readthedocs.io/en/stable/tutorials/domain/ecephys.html) to create fake data with proper dimensions @bendichter[#1581](https://github.com/NeurodataWithoutBorders/pynwb/pull/1581)
0 commit comments