diff --git a/DESCRIPTION b/DESCRIPTION index 788ad20531..733ce5dbf2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.28.0 +Version: 0.28.0.1 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre")) diff --git a/NEWS.md b/NEWS.md index 91742a6940..3b1c5b5356 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Ongoing development + +## Improvements + +* When creating arrays with `fromDataFrame`, start and/or end timestamps can now be specified (#719) + + # tiledb 0.28.0 * This release of the R package builds against [TileDB 2.24.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.0), and has also been tested against earlier releases as well as the development version (#714, #715, #717)