This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Releases: Apollo3zehn/HDF5.NET
Releases · Apollo3zehn/HDF5.NET
v1.0.0-alpha.22
Bugs Fixed
- Fixed a bug which caused chunked .mat files to not be readable.
v1.0.0-alpha.21
Features
- Async read methods added.
- Doc strings added on all public members for better intellisense support.
v1.0.0-alpha.20
Features
- More type information is being exposed, especially compound members (name, offset, type) and the array base type.
v1.0.0-alpha.19
Features
- Non generic version of ReadCompound supports reading unknown structs.
v1.0.0-alpha.18
Features
- ReadCompound now supports nested arrays.
v1.0.0-alpha.16.final
Bugs Fixed
- Added missing attribute properties to
H5CommitedDataType
.
v1.0.0-alpha.15.final
Bugs Fixed
- Fixed a bug that prevented to properly read old H5 files (containing the "old fill value message").
v1.0.0-alpha.14.final
Bugs Fixed
- Fixed a bug that prevented to properly read old versions of the fill value message.
v1.0.0-alpha.12.final
Features added
- Added a scale-offset filter implementation.
v1.0.0-alpha.11.final
Features added
- Added a hardware accelerated deflate implementation based on Intel's Intelligent Storage Acceleration Library. Updated README to show an example usage.
- Updated README to show how to use a memory-mapped file in combination with HDF5.NET.
Bugs Fixed
- Fixed a bug that prevented to re-register a compression filter.