Skip to content

Commit 667d942

Browse files
authored
TileDB-R 0.32.0 (#821)
* 0.32.0 * Use real email address
1 parent 5854d1d commit 667d942

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.31.1.2
3+
Version: 0.32.0
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(
66
person("TileDB, Inc.", role = c("aut", "cph")),

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
# tiledb 0.32.0
2+
3+
* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818)
4+
* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820)
5+
16
# tiledb 0.31.1
27

38
* Allow `parse_query_condition()` to work on dimensions when an array is passed
49
* Add `tiledb_vfs_copy_dir()`, a wrapper for the `vfs_copy_dir()` function
510
* Print values for `tiledb_schema_get_types()` and `tiledb_schema_get_names()` [#805](https://github.com/TileDB-Inc/TileDB-R/issues/805)
611
* Add `tiledb_array_is_open_for_reading()/writing()` [#806](https://github.com/TileDB-Inc/TileDB-R/issues/806)
712
* Fix static-linking checks for R >= 4.5
8-
* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818)
9-
* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820)
1013

1114
# tiledb 0.31.0
1215

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The most recent released version can be installed from
3939
> remotes::install_github("TileDB-Inc/TileDB-R")
4040
...
4141
> library(tiledb)
42-
TileDB R 0.31.0 with TileDB Embedded 2.27.0 on Ubuntu 24.04.
42+
TileDB R 0.32.0 with TileDB Embedded 2.28.0 on Ubuntu 24.04.
4343
See https://tiledb.com for more information about TileDB.
4444
> help(package=tiledb)
4545

0 commit comments

Comments
 (0)