Skip to content

Releases: TileDB-Inc/TileDB-R

0.33.1

12 Oct 18:55
0cb7689

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.33.0...0.33.1

0.33.0

29 Sep 20:11
2b6c0c0

Choose a tag to compare

  • This release of the R package builds against TileDB 2.29.0, and has also been tested against earlier releases as well as the development version

Improvements

  • Schema-dump output is no longer truncated in the case that there are any null fill values in the schema (@johnkerl in #825)

  • tiledb_attr() now prints the attribute object as expected and documentation has been corrected (@cgiachalis in #823)

  • tiledb_attr() now works when setting ncells=NA to signal variable length (@johnkerl in #830)

  • tiledb_array() now emits the correct error message when using selected_points argument (@cgiachalis in #833)

  • tiledb_group_open() now respects and defaults to the first option in type argument (@cgiachalis in #838)

  • tiledb_config_unset() now correctly returns the modified configuration object (@cgiachalis in #841)

Documentation

0.32.0

14 May 15:45
667d942

Choose a tag to compare

What's Changed

Full Changelog: 0.31.1...0.32.0

0.31.1

24 Apr 18:49
e48e77e

Choose a tag to compare

What's Changed

  • Allow parse_query_condition() to work on dimensions when an array is passed
  • Add tiledb_vfs_copy_dir(), a wrapper for the vfs_copy_dir() function
  • Print values for tiledb_schema_get_types() and tiledb_schema_get_names() #805
  • Add tiledb_array_is_open_for_reading()/writing() #806
  • Fix static-linking checks for R >= 4.5

Full Changelog: 0.31.0...0.31.1

0.31.0

16 Dec 16:04
1967b25

Choose a tag to compare

What's Changed

Full Changelog: 0.30.2...0.31.0

0.30.2

19 Oct 20:55

Choose a tag to compare

What's Changed

Full Changelog: 0.30.1...0.30.2

0.30.1

17 Sep 14:19
321175a

Choose a tag to compare

Release 0.30.1 of the R package builds by default against TileDB Embedded 2.26.1, and has also been tested against earlier releases as well as the development version.

tiledb 0.30.1

  • This release of the R package builds against TileDB 2.26.1, and has also been tested against earlier releases as well as the development version (#757)

0.30.0

11 Sep 12:39
e7c7a65

Choose a tag to compare

Release 0.30.0 of the R package builds by default against TileDB Embedded 2.26.0, and has also been tested against earlier releases as well as the development version.

tiledb 0.30.0

  • This release of the R package builds against TileDB 2.26.0, and has also been tested against earlier releases as well as the development version (#745, #749, #750, #754, #755)

Improvements

  • Error messages displayed when a mismatched external pointer is detected now show both expected and encountered types (#740)

  • NDRectangle objects can now instantiate from more domain data types (#741, #742)

  • NDRectangle objects can now return their number of dimensions and dimension data types (#743)

  • FragmentInfo objects are dump via the << stringstream operator instead of a now-deprecated dump() method (#753)

Documentation

  • The documentation website now uses favicon symbols for all pages rendered (#739)

Build and Test Systems

  • The nighly valgrind matrix now includes release 2.26.0 (#744)

  • The continuous integration script has been updated reflecting external changes (#746)

Removals

  • Boolean arguments as.data.frame, as.matrix and as.array to the tiledb_array() accessor, deprecated in release 0.20.0 in July 2023 in favor of the more general return_as="..." form, have been removed. (#751)

Deprecation

  • As BioConductor package \pkg{TileDBArray} still relies on as.data.frame it was temporarily re-admitted as an argument. It is expected to be removed following the upcoming 3.20 release of BioConducto.r (#752)

0.29.0

25 Jul 21:26
4f1cb27

Choose a tag to compare

Release 0.29.0 of the R package builds by default against TileDB Embedded 2.25.0, and has also been tested against earlier releases as well as the development version.

tiledb 0.29.0

  • This release of the R package builds against TileDB 2.25.0, and has also been tested against earlier releases as well as the development version (#728, #736)

Improvements

  • Three deprecated calls to dump() methods for TileDB Embedded objects now use the preferred streaming alternatives (#727)

  • Two already deprecated functions that are removed in TileDB 2.26.0 are no longer used (#732)

  • The vendored nanoarrow has been updated to its release 0.5.0 (#733)

  • Fragments can now be removed by supplying a vector of fragment URIs (#734)

  • NDRectangle and CurrentDomain objects are supported (with 2.25.0 or newer) and can be used with ArraySchema and ArraySchemeEvolution domain of (#735, #737)

Build and Test Systems

  • The nighly valgrind matrix now includes release 2.25.0 (#729)

0.28.2

06 Jul 11:22
9a1f464

Choose a tag to compare

Release 0.28.2 of the R package builds against TileDB Embedded 2.24.2, and has been tested against earlier releases as well as the development version.

tiledb 0.28.2

  • This release of the R package builds against TileDB 2.24.2, and has also been tested against earlier releases as well as the development version (#725)