Skip to content

Commit 156990f

Browse files
authored
Merge pull request #134 from jamesmudd/prepare-0.5.2
Prepare 0.5.2
2 parents b7b2eec + 3faab8f commit 156990f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# jHDF Change Log
22

3+
## v0.5.2
4+
- Fix https://github.com/jamesmudd/jhdf/issues/124 String padding not handled correctly.
5+
- Fix https://github.com/jamesmudd/jhdf/issues/132 Multi dimensional fixed length string datasets read incorrectly.
6+
37
## v0.5.1
48
- 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.
59
- Adds support for enum datasets (which are returned in string form) https://github.com/jamesmudd/jhdf/issues/121

jhdf/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626

2727
// Variables
2828
group = 'io.jhdf'
29-
version = '0.5.1'
29+
version = '0.5.2'
3030
sourceCompatibility = 1.8
3131
targetCompatibility = 1.8
3232
// Set source encoding to UTF-8

0 commit comments

Comments
 (0)