Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.73 KB

NEWS.md

File metadata and controls

61 lines (34 loc) · 1.73 KB

0.6.0

Improvements

  • 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

Changes

  • Dimension attributes must now be named

0.5.0

  • This release of the R package builds against the 1.7.5 releases of TileDB.

Improvements

  • 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

0.4.0

  • This release of the R package builds against the 1.7.* releases of tiledb.

Improvements

  • This release contains increased coverage of the underlying API, additional documentation as well as unit tests.