Skip to content

0.33.0

Choose a tag to compare

@jdblischak jdblischak released this 29 Sep 20:11
· 8 commits to main since this release
2b6c0c0
  • 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