0.33.0
- 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 settingncells=NAto signal variable length (@johnkerl in #830) -
tiledb_array()now emits the correct error message when usingselected_pointsargument (@cgiachalis in #833) -
tiledb_group_open()now respects and defaults to the first option intypeargument (@cgiachalis in #838) -
tiledb_config_unset()now correctly returns the modified configuration object (@cgiachalis in #841)
Documentation
- The package documentation website was updated (@cgiachalis in #822, #826)