diff --git a/DESCRIPTION b/DESCRIPTION index acad70a59f..c60c55c155 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.31.1.2 +Version: 0.32.0 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c( person("TileDB, Inc.", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index d0eb8b4e55..21978303b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# tiledb 0.32.0 + +* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818) +* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820) + # tiledb 0.31.1 * Allow `parse_query_condition()` to work on dimensions when an array is passed @@ -5,8 +10,6 @@ * Print values for `tiledb_schema_get_types()` and `tiledb_schema_get_names()` [#805](https://github.com/TileDB-Inc/TileDB-R/issues/805) * Add `tiledb_array_is_open_for_reading()/writing()` [#806](https://github.com/TileDB-Inc/TileDB-R/issues/806) * Fix static-linking checks for R >= 4.5 -* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818) -* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820) # tiledb 0.31.0 diff --git a/README.md b/README.md index 1ef719c178..0cdfbd5bff 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The most recent released version can be installed from > remotes::install_github("TileDB-Inc/TileDB-R") ... > library(tiledb) - TileDB R 0.31.0 with TileDB Embedded 2.27.0 on Ubuntu 24.04. + TileDB R 0.32.0 with TileDB Embedded 2.28.0 on Ubuntu 24.04. See https://tiledb.com for more information about TileDB. > help(package=tiledb)