Release v0.6.6
- 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