Skip to content

Commit

Permalink
Merge pull request #134 from jamesmudd/prepare-0.5.2
Browse files Browse the repository at this point in the history
Prepare 0.5.2
  • Loading branch information
jamesmudd authored Nov 12, 2019
2 parents b7b2eec + 3faab8f commit 156990f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jHDF Change Log

## v0.5.2
- Fix https://github.com/jamesmudd/jhdf/issues/124 String padding not handled correctly.
- Fix https://github.com/jamesmudd/jhdf/issues/132 Multi dimensional fixed length string datasets read incorrectly.

## v0.5.1
- Fix bug in chunked v4 datasets (added in v0.5.0) where incorrect data was returned if, fixed array or extensible array indexing was used and the dataset dimensions were not a multiple of the chunk dimensions.
- Adds support for enum datasets (which are returned in string form) https://github.com/jamesmudd/jhdf/issues/121
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {

// Variables
group = 'io.jhdf'
version = '0.5.1'
version = '0.5.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8
// Set source encoding to UTF-8
Expand Down

0 comments on commit 156990f

Please sign in to comment.