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.22

20 Jan 08:39
Compare
Choose a tag to compare

Bugs Fixed

  • Fixed a bug which caused chunked .mat files to not be readable.

v1.0.0-alpha.21

06 Jan 15:05
Compare
Choose a tag to compare

Features

  • Async read methods added.
  • Doc strings added on all public members for better intellisense support.

v1.0.0-alpha.20

03 Jan 15:09
Compare
Choose a tag to compare

Features

  • More type information is being exposed, especially compound members (name, offset, type) and the array base type.

v1.0.0-alpha.19

02 Jan 16:31
Compare
Choose a tag to compare

Features

  • Non generic version of ReadCompound supports reading unknown structs.

v1.0.0-alpha.18

13 Dec 09:29
Compare
Choose a tag to compare

Features

  • ReadCompound now supports nested arrays.

v1.0.0-alpha.16.final

28 Jun 10:17
Compare
Choose a tag to compare

Bugs Fixed

  • Added missing attribute properties to H5CommitedDataType.

v1.0.0-alpha.15.final

21 Jun 07:43
Compare
Choose a tag to compare
v1.0.0-alpha.15.final Pre-release
Pre-release

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

20 Jun 13:18
Compare
Choose a tag to compare
v1.0.0-alpha.14.final Pre-release
Pre-release

Bugs Fixed

  • Fixed a bug that prevented to properly read old versions of the fill value message.

v1.0.0-alpha.12.final

17 Dec 16:42
Compare
Choose a tag to compare
v1.0.0-alpha.12.final Pre-release
Pre-release

Features added

  • Added a scale-offset filter implementation.

v1.0.0-alpha.11.final

29 Sep 11:24
Compare
Choose a tag to compare
v1.0.0-alpha.11.final Pre-release
Pre-release

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.