Releases: jamesmudd/jhdf
Releases · jamesmudd/jhdf
Release v0.4.0
- Add support for accessing attributes (see Attribute.java)
- Add support for scalar datasets
- Add support for empty datasets
- Add support for files with user blocks
- Fix bug where "old" style groups containing soft links could not be opened
- Fix bug reading unsigned numbers from "awkward" buffer sizes
- Lots of minor code cleanup and refactoring
- Improvements to tests and coverage
Release v0.3.2
- Fix bug when fixed size string datasets contain strings of exactly that size.
- Fix bug where >1D fixed size datasets could not be read
- Add more JavaDoc
- Minor refactoring
Release v0.3.1
v0.3.1
- Add support for String datasets
- Remove Dataset.getDataBuffer - Not all datasets can reasonably support accessing the backing buffer
- Dataset.getMaxSize now always returns a result previously returned Optional if no max size was in the file now it returns the dataset size if no max size is present.
- Remove dependency on org.slf4j.slf4j-simple, now just depends on slf4j-api
- Update SLF4J to 1.8.0-beta4
- Update to Gradle 5.2.1 and Gradle plugins