Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 27, 2024
1 parent 61dd235 commit 5f60d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rarr
Title: Read Zarr Files in R
Version: 1.5.1
Version: 1.5.2
Authors@R: c(person("Mike", "Smith",
role=c("aut", "cre"),
email = "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Rarr 1.5

* Fixed bug when creating an empty array with a floating datatype. The fill
value would be interpreted as an integer by `read_metadata()` and create
and array of the wrong type.
* Added support for the ZarrArray S4 class and the DelayedArray framework.

# Rarr 1.3

* Added support for using the zstd compression library for reading and writing.
Expand Down

0 comments on commit 5f60d56

Please sign in to comment.