- This release of the R package supports TileDB 1.7.7 and TileDB 2.0.0
-
Added support for heterogenous domains
-
Added support for string dimensions
-
Added support for duplicate dimension values in sparse arrays
-
Added support for data.frame object import and conversion to dense and sparse arrays
-
Added enhanced support for data.frame returns from dense array
-
Added support for data.frame column selection (i.e. attributes) from dense array
-
Added support for new filter types for md5 and sha256 checksums
-
Added support for Date, Datetime (i.e. POSIXct) and nanosecond dense and sparse array attributes and domains
-
Documentation and examples were enhanced and extended
-
tiledb_stats_dump()
is now simpler (but needs to be enabled first as usual) -
Support for nanosecond and integer64 columns was added, this is an optional feature for which the nanotime (and bit64) packages need to be installed
- Dimension attributes must now be named
- This release of the R package builds against the 1.7.5 releases of TileDB.
-
Added support for i) multi-range subarrays, ii) incomplete queries, iii) result size estimation and 'time travel' at to time-points has been added #105
-
Added additional support for metadata #106
- This release of the R package builds against the 1.7.* releases of tiledb.
- This release contains increased coverage of the underlying API, additional documentation as well as unit tests.