Skip to content

Releases: LiorBanai/HDF5-CSharp

V1.15.3 - Fix memory leak

23 Jul 14:42
Compare
Choose a tag to compare

V1.15.2 Add Support for NET5+ Primitives

14 Jul 15:07
Compare
Choose a tag to compare

https://www.nuget.org/packages/HDF5-CSharp/1.15.2

Fixes:

  • [NET5+] Add support for newly added primitive types #213
  • Add Support for Reference Nullable Types #219

V1.15.1

13 Jul 18:08
Compare
Choose a tag to compare

https://www.nuget.org/packages/HDF5-CSharp/1.15.1

Fixes:

  • Add Support for Nullable Reference Types #219

V1.15.0

13 Jul 16:29
Compare
Choose a tag to compare

https://www.nuget.org/packages/HDF5-CSharp/1.15.0

Fix for read Nullable fields and properties.

  • Nullable support for "ReadObject" #216

V1.14.2 - general fixes and Add Mandatory attribute

05 Jul 19:40
Compare
Choose a tag to compare

https://www.nuget.org/packages/HDF5-CSharp/1.14.2

  • Add Throw if not exists boolean flag or Mandatory Attribute? #212
  • [BUG] OpenAttributeIfExists Tries to open dataset instead of attribute #214

V1.14.0

01 Jul 13:42
Compare
Choose a tag to compare

https://www.nuget.org/packages/HDF5-CSharp/1.14.0

Issues:

  • [Breaking Changes] add obsolete on Hdf5SaveAttribute #208
  • [Breaking Changes] change AllowMultiple of AttributeUsage to false for Hdf5SaveAttribute,Hdf5EntryNameAttribute #207
  • TabularData class Name is null on every results #202
  • [Breaking Change] Add Hdf5ReadWriteAttribute to handle only read/save or both #200
  • [Logging] respect Enable Global logging field when calling log #199
  • Add Readme to Nuget #196
  • [BUG] chunked Compound size is incorrect. #192
  • Create ChunkedCompound writer/reader #181
  • ReadFlatFileStructure / ReadTreeFileStructure #167
  • 1 how to write attribute for a dataset; 2 how to list attributes of a group #163
  • Attribute Read Error #134