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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# HDMF Changelog
2
2
3
-
## HMDF 3.7.0 (Upcoming)
3
+
## HDMF 3.7.0 (Upcoming)
4
4
5
5
### New features and minor improvements
6
6
- Updated `ExternalResources` to have EntityKeyTable with updated tests/documentation and minor bug fix to ObjectKeyTable. @mavaylon1[#872](https://github.com/hdmf-dev/hdmf/pull/872)
- Added warning for `DynamicTableRegion` links that are not added to the same parent as the original container object. @mavaylon1[#891](https://github.com/hdmf-dev/hdmf/pull/891)
8
9
- Added the `TermSet` class along with integrated validation methods for any child of `AbstractContainer`, e.g., `VectorData`, `Data`, `DynamicTable`. @mavaylon1[#880](https://github.com/hdmf-dev/hdmf/pull/880)
9
10
- Allow for `datetime.date` to be used instead of `datetime.datetime`. @bendichter[#874](https://github.com/hdmf-dev/hdmf/pull/874)
10
11
- Updated `HDMFIO` and `HDF5IO` to support `ExternalResources`. @mavaylon1[#895](https://github.com/hdmf-dev/hdmf/pull/895)
0 commit comments