Skip to content

Commit

Permalink
Merge pull request #175 from jamesmudd/prepare-v0.5.6
Browse files Browse the repository at this point in the history
Prepare v0.5.6
  • Loading branch information
jamesmudd authored Mar 15, 2020
2 parents 8a16290 + 822bf17 commit e9fd55c
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.5.6
- Add support for reading half precision (16 bit) floats
- Add support for getting the ByteBuffer backing contiguous datasets and attributes
- Memory usage and performance improvements
- Test coverage improvements
- CI and build improvements

## v0.5.5
- Add support for bitfield datasets https://github.com/jamesmudd/jhdf/issues/84
- Fix https://github.com/jamesmudd/jhdf/issues/157 support nested compound datasets
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {

// Variables
group = 'io.jhdf'
version = '0.5.5'
version = '0.5.6'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit e9fd55c

Please sign in to comment.