Skip to content

Releases: TileDB-Inc/TileDB-R

0.6.0

03 May 19:51
2a428ef
Compare
Choose a tag to compare

TileDB 0.6.0 is new release with support for many features TileDB 2.0.0.

Entries from the included NEWS.md follow:

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

17 Mar 19:53
cf49aee
Compare
Choose a tag to compare

TileDB R 0.5.0 is another release with extended support for the TileDB API.

Highlights include:

  • Added support for i) multi-range subarrays, ii) incomplete queries,
    iii) result size estimation and iv) 'time travel' at to time-points has been
    added #105

  • Added additional support for metadata #106

0.4.0

06 Mar 22:32
5ba4c66
Compare
Choose a tag to compare

TileDB R 0.4.0 is another release with extended support for the TileDB API.

Highlights include:

  • 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.

0.3.1

29 Jan 13:53
a8d37c7
Compare
Choose a tag to compare

TileDB-R 0.3.1 is a snapshot release with a large change-set reflecting accelerated development by @eddelbuettel, including major refactoring, improvement of error handling and object display, and additional examples.

The highlight feature addition is support for array metadata (#87)

0.3.0

12 Nov 22:39
73541e8
Compare
Choose a tag to compare

Changes include:

  • Remove default parameter checks for attribute type #63 #64
  • Remove KV references #65
  • Add context set tag support #66
  • Update docs/readme for 0.3.0 #67

0.2.0

17 Oct 14:54
3cc315f
Compare
Choose a tag to compare

Changes include:

  • Updates for TileDB 1.6
  • Add subarray query functionality #34
  • Allow returning data.frame #35
  • Allow coordinates for writes #36
  • Update docs #39 #61 #62
  • Add global context #42 #45
  • Update examples #60

0.1.0

10 Jul 22:05
Compare
Choose a tag to compare
saner compressor method names