Skip to content

Releases: jamesmudd/jhdf

Release v0.8.3

19 Oct 20:24
d707928
Compare
Choose a tag to compare
  • Add support for accessing decompressed chunks individually. Thanks to @marcobitplane #626
  • Fix OSGi headers, and autogenerate them during the build. Thanks to @mailaender #625 #632
  • Delete temporary file when closing a file read from an input stream. Thanks to @ivanwick #262 #636
  • Build and dependency updates

Release v0.8.2

22 Aug 20:28
1f334c2
Compare
Choose a tag to compare
  • Add support for writing boolean datasets and attributes as Bitfield

Release v0.8.1

19 Aug 20:45
9d691f9
Compare
Choose a tag to compare
  • Add support for writing String datasets and attributes
  • Add _jHDF default attribute to root group
  • Build and dependency updates

Release v0.8.0

22 Jul 18:45
6753c81
Compare
Choose a tag to compare
  • Major writing support improvements
    • Attributes can now be written #552
    • Full support for byte, short, int, long, float, double and wrapper classes as datasets and attributes #587
    • Support for scalar datasets and attributes
    • Much more complete API on writable objects, allowing introspection of data type and data layout and data space etc.
  • Many test improvements for writing support
  • Build and dependency updates
  • Note: This may be the last release supporting Java 8

Release v0.7.0

15 May 20:25
a733638
Compare
Choose a tag to compare
  • Release adding HDF5 writing support! #354. Special thanks to @thadguidry for sponsoring this work. See WriteHdf5.java for example usage. Supports
    • Groups
    • n-dimensional byte, int and double datasets
  • Fix UTF-8 groups names #539
  • Java 21 now officially supported
  • Adds h5dump to CI builds to perform compatability tests.
  • Build and dependency updates

Release v0.7.0-alpha

31 Jan 20:56
c428099
Compare
Choose a tag to compare
Release v0.7.0-alpha Pre-release
Pre-release
  • Add initial HDF5 writing support! #354. Special thanks to @thadguidry for sponsoring this work. See WriteHdf5.java for example usage.
  • Build and dependency updates

Release v0.6.10

10 May 19:10
d915bc8
Compare
Choose a tag to compare
  • Add support for files containing superblock extensions #462
  • Build and dependency updates

Release v0.6.9

24 Oct 20:20
229ec57
Compare
Choose a tag to compare
  • Add support for LZ4 compressed datasets #415
  • Improve BitShuffle performance and reduce memory usage
  • Add CI on ARM64 architecture
  • Build and dependency updates

Release v0.6.8

26 Aug 20:35
650f156
Compare
Choose a tag to compare
  • Add support for getting flat data Dataset#getDataFlat() #397
  • Add support for dereferencing addresses/ids HdfFile.getNodeByAddress(long address) #316
  • Dependency updates

Release v0.6.7

10 Jul 12:45
4a5d3d2
Compare
Choose a tag to compare
  • Add support for Bitshuffle filter #366
  • Add ability to get filter data Dataset#getFilters(); #378
  • Dependency and CI updates