Releases: JuliaIO/HDF5.jl
Releases · JuliaIO/HDF5.jl
v0.16.9
v0.16.8
HDF5 v0.16.8
Closed issues:
- Segmentation fault in building HDF5 in project (#929)
Merged pull requests:
v0.16.7
v0.16.6
HDF5 v0.16.6
Closed issues:
- Can't compile with hdf5 libraries in lib64? (#922)
Merged pull requests:
v0.16.5
v0.16.4
v0.16.3
HDF5 v0.16.3
Closed issues:
Merged pull requests:
- External dataset support (#900) (@mkitti)
- Add filters documentation (#901) (@mkitti)
- Fix #896 (#902) (@mkitti)
- Add Manifest.toml for documentation generation (#903) (@mkitti)
- Add test for FilterPipeline and UnknownFilter, fix bug (#904) (@mkitti)
- Fix UnkownFilter accidental export in the deprecation (#906) (@musm)
- Add plugin interface via LibHDF5, expand H5Z (#908) (@mkitti)
- Add ExternalFilter alias for UnkownFilter type (#909) (@musm)
- Document ExternalFilter, turn UnknownFilter into an alias (#911) (@mkitti)
- Support
track_order
(#912) (@t-bltg) - typo (#913) (@t-bltg)
- clean up
track_order
logic (#914) (@t-bltg)
v0.16.2
HDF5 v0.16.2
Closed issues:
Merged pull requests:
v0.16.1
HDF5 v0.16.1
Merged pull requests:
v0.16.0
HDF5 v0.16.0
Closed issues:
- function to change dataset name? (#330)
- Installing HDF5.jl on ARM M1 (#870)
- Installing HDF5.jl on armv7l 32 bit (#871)
- HDF5Plugins.jl: lz4, zstd, and bzip2 filter support (#874)
- Generalize chunk API beyond Vector{UInt8} (#876)
- Nightly CI runs are running for 6 hours and then timing out (#877)
- 0.16 changes
filter
keyword tofilters
(#884)
Merged pull requests:
- Refactor Properties interface (#847) (@simonbyrne)
- Move type conversion logic to seperate file (#851) (@simonbyrne)
- Add move_link (#865) (@tomhaber)
- Update CI.yml to add a 20-minute timeout (#878) (@musm)
- Update LICENSE.txt (#879) (@musm)
- Add bzip2, lz4, and zstd independent compression filter packages (#880) (@mkitti)
- Fix nightly tests, add debugging (#882) (@mkitti)
- Move filter packages out of main HDF5.jl source directory (#885) (@musm)
- Broaden chunk interface to AbstractArray (#886) (@mkitti)
- Add filter to filters deprecation for property rename (#887) (@musm)
- Remove v0.15 deprecations and update deprecation list with recent additions (#888) (@musm)
- Add fallback for set_blosc! (#889) (@simonbyrne)
- remove eval in front of requires blocks (#891) (@KristofferC)