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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# HDMF Changelog
2
2
3
+
## HDMF 3.7.1 (Upcoming)
4
+
5
+
### Bug fixes
6
+
- Fixed bug on `add_ref_term_set` in which attributes that were not subscribtable returned an error. @mavaylon1[#909](https://github.com/hdmf-dev/hdmf/pull/909)
7
+
3
8
## HDMF 3.7.0 (July 10, 2023)
4
9
5
10
### New features and minor improvements
@@ -17,7 +22,7 @@
17
22
### Documentation and tutorial enhancements:
18
23
- Added tutorial for the new `TermSet` class @mavaylon1[#880](https://github.com/hdmf-dev/hdmf/pull/880)
19
24
20
-
## Bug fixes
25
+
###Bug fixes
21
26
- Fixed CI testing of minimum installation requirements, and removed some gallery tests run on each PR. @rly
22
27
[#877](https://github.com/hdmf-dev/hdmf/pull/877)
23
28
- Fixed reporting of version when installed using conda. @rly[#890](https://github.com/hdmf-dev/hdmf/pull/890)
0 commit comments