diff --git a/DESCRIPTION b/DESCRIPTION index c05903f..b153727 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rhdf5 Type: Package Title: R Interface to HDF5 -Version: 2.47.5 +Version: 2.47.6 Authors@R: c(person("Bernd", "Fischer", role = c("aut")), person("Mike", "Smith", role=c("aut", "cre"), diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index f004684..586e953 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -14,6 +14,10 @@ integer value. (Thanks to @hpages for reporting this and providing a patch https://github.com/grimbough/rhdf5/pull/140). + \item Messages about the presence of \code{INT_MIN} in datasets created + outside of rhdf5, and how R will convert them to \code{NA} have been + moved from \code{H5Dread} to the high-level \code{h5read} function. + (See https://github.com/LTLA/scRNAseq/issues/44 for more details). } }