Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Releases: Apollo3zehn/HDF5.NET

v1.0.0-alpha.10.final

07 May 15:29
Compare
Choose a tag to compare
v1.0.0-alpha.10.final Pre-release
Pre-release

Bugs Fixed

  • Fixed a bug that prevented to fully read the global heap collection.

v1.0.0-alpha.9.final

03 May 14:36
Compare
Choose a tag to compare
v1.0.0-alpha.9.final Pre-release
Pre-release

Bugs Fixed

  • Fixed wrongly returned length of deflate algorithm.

v1.0.0-alpha.8.final

09 Apr 09:59
Compare
Choose a tag to compare
v1.0.0-alpha.8.final Pre-release
Pre-release

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

08 Apr 15:23
Compare
Choose a tag to compare
v1.0.0-alpha.7.final Pre-release
Pre-release

Features

  • Added support to read simple shared data types. Full support will follow later.

v1.0.0-alpha.6.final

01 Apr 14:28
Compare
Choose a tag to compare
v1.0.0-alpha.6.final Pre-release
Pre-release

Bugs Fixed

  • Fixed a bug that prevented the correct determination of the object type.

v1.0.0-alpha.5.final

01 Apr 13:52
Compare
Choose a tag to compare
v1.0.0-alpha.5.final Pre-release
Pre-release

Features

  • Added property to determine if fixed-point data type is signed.

v1.0.0-alpha.4.final

27 Mar 09:02
Compare
Choose a tag to compare
v1.0.0-alpha.4.final Pre-release
Pre-release

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

25 Mar 16:25
Compare
Choose a tag to compare
v1.0.0-alpha.3.final Pre-release
Pre-release

Bugs fixed

  • Reduced API surface.

v1.0.0-alpha.2.final

25 Mar 15:30
Compare
Choose a tag to compare
v1.0.0-alpha.2.final Pre-release
Pre-release

Bugs fixed

  • Updated nuget package description.

v1.0.0-alpha.1.final

25 Mar 15:14
e372825
Compare
Choose a tag to compare
v1.0.0-alpha.1.final Pre-release
Pre-release

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.