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
- 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)
9
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)
10
+
- Added `AbstractContainer.read_io` property to be able to retrieve the HDMFIO object used for reading from the container and to ensure the I/O object used for reading is not garbage collected before the container is being deleted. @bendichter@oruebel[#882](https://github.com/hdmf-dev/hdmf/pull/882)
10
11
- Allow for `datetime.date` to be used instead of `datetime.datetime`. @bendichter[#874](https://github.com/hdmf-dev/hdmf/pull/874)
11
12
- Updated `HDMFIO` and `HDF5IO` to support `ExternalResources`. @mavaylon1[#895](https://github.com/hdmf-dev/hdmf/pull/895)
0 commit comments