0.25.0
Release 0.25.0 of the R package builds against TileDB 2.21.0, and has been tested against earlier releases and the dev version.
tiledb 0.25.0
- This release of the R package builds against TileDB 2.21.0, and has also been tested against earlier releases as well as the development version (#661, #666, #668, #676, #677)
Improvements
-
The vendored nanoarrow sources have been update to release 0.4.0, and use of its facilities has been extended (#663)
-
Query conditions can be expressed against non-existing enumeration (i.e.,
factor
) values when TileDB Core 2.21.0 or later is used (#674) -
The
tiledb_array_upgrade_version
helper function to upgrade an schema version is now available (#675)
Bug Fixes
-
The
tiledb_get_query_range_var()
accessor now correctly calls the range getter for variable-sized dimensions (#662) -
The nighly valgrind check now installs to require
nanoarrow
package (#664) -
Variable cell numbers can now set consistently for all attribute types (#670)
-
Object walk traversal order detection has been corrected (#671)