Releases: TileDB-Inc/TileDB
Releases · TileDB-Inc/TileDB
TileDB v1.0.0
This release departs substantially from the previous ones that we used to publish in the Intel-HLS/TileDB repo. Please visit docs.tiledb.io for a complete documentation of this release. The TileDB, Inc. official website is at tiledb.io.
0.6.1
- Fixed bug in the metadata underlying array domain definition
- Added C API access to the library version
- Minor C API modifications
0.6.0
New data types
- int8_t
- uint8_t
- int16_t
- unt16_t
- uint32_t
- uint64_t
New compression types
- bzip2
- Every compression on coordinates now first splits the coordinates across dimension (leading to better compression)
New C API
tiledb_directory_type
checks if a directory is a workspace, group, array, or metadata (included an example)
Bug fixes
- Fixed problem with tiled_id type which created overflow
- Fixed bug with real coordinates when computing the tile order
Misc
- Removed Hilbert curve "leftover" code (Hilbert was never used)