This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
TileDB v0.3.4
stavrospapadopoulos
released this
12 Aug 19:54
·
96 commits
to master
since this release
New C APIs
- Added tiledb_ls_c and tiledb_workspaces_c in the C API
Bug fixes
- Bug fix in tiledb_move
- Bug fix when writing >2GB worth of data to files
Minor fixes
- Removed VERBOSE 2 as redundant
Error messages
- Put global error message variables in every module, for proper propagation of error messages from one module to another, as well as for capturing TileDB errors in the future Python API