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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# HDMF Changelog
2
2
3
-
## HDMF 4.1.1 (Upcoming)
4
-
### Enhancements
3
+
## HDMF 4.1.1 (August 12, 2025)
4
+
5
+
### Fixed
6
+
- Fixed copying of `TypeMap` and `TypeConfigurator`. Previously, the same global `TypeConfigurator` instance was used in all copies of a `TypeMap`. @rly[#1302](https://github.com/hdmf-dev/hdmf/pull/1302)
7
+
8
+
### Added
5
9
- Added a check for a compound datatype that is not defined in the schema or spec. This is currently not supported. @mavaylon1[#1276](https://github.com/hdmf-dev/hdmf/pull/1276)
6
10
11
+
7
12
## HDMF 4.1.0 (May 28, 2025)
8
13
9
14
### Enhancements
@@ -25,6 +30,7 @@
25
30
- Fixed `get_data_shape` returning the wrong shape for lists of Data objects. @rly[#1270](https://github.com/hdmf-dev/hdmf/pull/1270)
26
31
- Added protection against complex numbers in arrays and other data types. @bendichter[#1279](https://github.com/hdmf-dev/hdmf/pull/1279)
27
32
33
+
28
34
## HDMF 4.0.0 (January 22, 2025)
29
35
30
36
### Breaking changes
@@ -48,6 +54,7 @@
48
54
### Fixed
49
55
- Fixed issue with `DynamicTable.add_column` not allowing subclasses of `DynamicTableRegion` or `EnumData`. @rly[#1091](https://github.com/hdmf-dev/hdmf/pull/1091)
0 commit comments