Skip to content

Commit 1794d08

Browse files
committed
get ready for release 1.3.11
1 parent 7001a11 commit 1794d08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hdf5r
22
Type: Package
33
Title: Interface to the 'HDF5' Binary Data Format
4-
Version: 1.3.10
4+
Version: 1.3.11
55
Authors@R: c(
66
person("Holger", "Hoefling", email = "[email protected]", role = c("aut", "cre")),
77
person("Mario", "Annau", email = "[email protected]", role = "aut"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# hdf5r 1.3.11
2+
- Fixes a bug, where an HDF5 array of length 0 is returned as NULL instead of an appropriate vector of length 0
3+
- Fixes #223, where an incompatible pointer type occurs during compilation.
4+
15
# hdf5r 1.3.10
26
- Fixed warnings related to printf in convert.c on M1Mac
37
- Fixed broken links to HDF5 docs

0 commit comments

Comments
 (0)