Skip to content

Release v0.6.6

Compare
Choose a tag to compare
@jamesmudd jamesmudd released this 05 Apr 20:04
· 550 commits to master since this release
3136bba
  • Add support for slicing of contiguous datasets. This adds a new method Dataset#getData(long[] sliceOffset, int[] sliceDimensions) allowing you to read sections of a dataset that would otherwise be too large in memory. Note: chunked dataset slicing support is still missing. #52 #361
  • Fix OSGi Export-Package header resulting in API access restriction when running in OSGi. #365 #367
  • Dependency and CI updates