Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@jamesmudd jamesmudd released this 06 Feb 14:57
· 986 commits to master since this release
2f20c45
  • Adds support for reading in-memory files from byte[] or ByteBuffers #245
  • Breaking API change To support in-memory files HdfFile#getHdfChannel is replaced by HdfFile#getHdfBackingStorage which now returns a HdfBackingStorage. Internally the new interface replaces the use of HdfFileChannel
  • Fix #247 reading empty arrays in variable length datasets
  • Dependency updates
  • Update Gradle