Releases: hdmf-dev/hdmf
Releases · hdmf-dev/hdmf
Latest (updated on 2024-11-05 21:11 UTC)
improve html representation of datasets (#1100) * improve dev repr * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * address ruff * add changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add table representation for hdf5 info * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ruff * handle division by zer * add zarr, array, hdf5 repr tests * generalize array html table description * remove zarr tests * fix nbytes * fix use of nbytes ahead * added TODO * add html test array data type * add array html repr utils * add generate_dataset_html method to io objects * add tests for array html repr * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix import style * update CHANGLEOG * add test for base hdmfio --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steph Prince <[email protected]> Co-authored-by: Ryan Ly <[email protected]>
3.14.5
Enhancements
- Added support for overriding backend configurations of
h5py.Dataset
objects inContainer.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
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.0
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
oradd_column
to add a ragged array toDynamicTable
without an index parameter. @stephprince #1066
3.12.2
3.12.1
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