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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## PyNWB 3.1.3 (Unreleased)
4
4
5
+
### Added
6
+
- Added 'target_tables' kwarg to DynamicTable subclasses to allow classes that extend DynamicTable subclasses to specify the mapping of DynamicTableRegion columns to the target tables. @rly, @stephprince[#2096](https://github.com/NeurodataWithoutBorders/pynwb/issues/2096)
7
+
5
8
### Fixed
6
9
- Fixed incorrect warning for path not ending in `.nwb` when no path argument was provided. @t-b[#2130](https://github.com/NeurodataWithoutBorders/pynwb/pull/2130)
7
10
- Fixed issue with setting `neurodata_type_inc` when reading NWB files with cached schema versions less than 2.2.0. @rly[#2135](https://github.com/NeurodataWithoutBorders/pynwb/pull/2135)
0 commit comments