Skip to content

Commit

Permalink
Merge pull request #254 from jamesmudd/prepare-v0.6.0
Browse files Browse the repository at this point in the history
Prepare v0.6.0
  • Loading branch information
jamesmudd authored Feb 6, 2021
2 parents d385d22 + 356307f commit 2f20c45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# jHDF Change Log

## v0.6.0
- Adds support for reading in-memory files from `byte[]` or `ByteBuffers` https://github.com/jamesmudd/jhdf/issues/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 https://github.com/jamesmudd/jhdf/issues/247 reading empty arrays in variable length datasets
- Dependency updates
- Update Gradle

## v0.5.11
- Add LZF compression support allowing LZF datasets to be read. https://github.com/jamesmudd/jhdf/issues/239
- Test dependency updates
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {

// Variables
group = 'io.jhdf'
version = '0.5.11'
version = '0.6.0'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 2f20c45

Please sign in to comment.