0.9.4
Release 0.9.4 of the TileDB R package with support for the TileDB Embedded library version 2.3.1 (or earlier or later: tested with 2.3.0, 2.2.9, 2.1.6, 2.0.8)
Entries from the NEWS.md file follow:
tiledb 0.9.4
- This release of the R package builds against TileDB 2.3.1, but has also been tested against previous releases and the development version.
Improvements
-
The build defaults to TileDB Embedded 2.3.* (unless another version is found during build, or explicitly selected) (#258, #264)
-
Query condition support is available for TileDB 2.3.0 or later, allowing (possibly multiple) numerical constraints on attributes (#261)
-
Multi-dimensional arrays can now be returned from (dense) arrays via a new option (#263)
-
The package is now natively supported on Arm64 ("M1") macOS system (#264)
Bug Fixes
- Dense arrays with more than two dimensions can now be written (#260)