Skip to content

Releases: hdmf-dev/hdmf

3.14.5

07 Oct 12:56
dedc1dd
Compare
Choose a tag to compare

Enhancements

  • Added support for overriding backend configurations of h5py.Dataset objects in Container.set_data_io. @pauladkisson #1172

Bug fixes

  • Fixed bug in writing of string arrays to an HDF5 file that were read from an HDF5 file that was introduced in 3.14.4. @rly @stephprince
    #1189
  • Fixed export of scalar datasets with a compound data type. @stephprince #1185
  • Fixed mamba-related error in conda-based GitHub Actions. @rly #1194

Latest (updated on 2024-10-02 21:10 UTC)

02 Oct 21:50
b78625b
Compare
Choose a tag to compare
Fix scalar dataset with compound dtype for export (#1185)

* convert compound dtype to list on read

* revert dtype list checks in validator

* update CHANGELOG.md

---------

Co-authored-by: Ryan Ly <[email protected]>

3.14.4

04 Sep 17:33
044f5a5
Compare
Choose a tag to compare
hdmf 3.14.4

3.14.3

29 Jul 16:02
50aad2f
Compare
Choose a tag to compare
hdmf 3.14.3

3.14.2

08 Jul 15:36
dfb1df7
Compare
Choose a tag to compare
hdmf 3.14.2

3.14.1

06 Jun 15:17
543935f
Compare
Choose a tag to compare

HDMF 3.14.1 (June 6, 2024)

Bug fixes

  • Excluded unnecessary artifacts from sdist and wheel. @rly #1119
  • Fixed issue with resolving attribute specs that have the same name at different levels of a spec hierarchy.
    @rly #1122

3.14.0

21 May 03:38
9387e85
Compare
Choose a tag to compare
hdmf 3.14.0

3.13.0

20 Mar 19:33
a6f51ff
Compare
Choose a tag to compare

HDMF 3.13.0 (March 20, 2024)

Enhancements

  • Added docs page that lists limitations of support for the HDMF specification language. @rly #1069
  • Added warning when using add_row or add_column to add a ragged array to DynamicTable without an index parameter. @stephprince #1066

3.12.2

09 Feb 18:25
3.12.2
0998190
Compare
Choose a tag to compare

HDMF 3.12.2 (February 9, 2024)

Bug fixes

  • Fixed recursion error in html representation generation in jupyter notebooks. @stephprince #1038

3.12.1

06 Feb 22:35
3.12.1
8ad4db2
Compare
Choose a tag to compare

HDMF 3.12.1 (February 5, 2024)

Bug fixes

  • Fixed retrieving the correct path for a HERD zip file on read. #1046
  • Fixed internal links in docstrings and tutorials. @stephprince #1031
  • Fixed issue with creating documentation links to classes in docval arguments. @rly #1036
  • Fixed issue with validator not validating against the spec that defines the data type of the builder. @rly #1050