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.10.final
Bugs Fixed
- Fixed a bug that prevented to fully read the global heap collection.
v1.0.0-alpha.9.final
Bugs Fixed
- Fixed wrongly returned length of deflate algorithm.
v1.0.0-alpha.8.final
Bugs Fixed
- Fixed wrong fill value implementation. Now the three states "undefined", "defined" and "default fill value" are correctly distinguished.
v1.0.0-alpha.7.final
Features
- Added support to read simple shared data types. Full support will follow later.
v1.0.0-alpha.6.final
Bugs Fixed
- Fixed a bug that prevented the correct determination of the object type.
v1.0.0-alpha.5.final
Features
- Added property to determine if fixed-point data type is signed.
v1.0.0-alpha.4.final
Features
- Added NET Standard 2.0 backward compatbility.
Bugs Fixed
- Fixed a bug that caused the deshuffling algorithm to fail due to wrong buffer size of previous filter.
- Removed uneccessary dependencies.
v1.0.0-alpha.3.final
Bugs fixed
- Reduced API surface.
v1.0.0-alpha.2.final
Bugs fixed
- Updated nuget package description.
v1.0.0-alpha.1.final
This is the first pre-release of HDF5.NET.
Features
- Read HDF5 files without native dependencies. Runs whereever .NET runs.
Known issues
- Some advanced features are not implemented yet. See #9 issue for details.