Skip to content

Releases: TileDB-Inc/TileDB

TileDB v1.3.1

25 Jul 18:52
Compare
Choose a tag to compare
update HISTORY.md

TileDB v1.3.0

10 Jul 20:44
Compare
Choose a tag to compare
small fix to compile on gcc 4.8.2

PR #827

(cherry picked from commit 31b66d2a4e5197147e5fca946258d5207c7678a2)

TileDB v1.2.2

22 Mar 19:05
Compare
Choose a tag to compare
HISTORY.md release notes for 1.2.2

TileDB v1.2.1

12 Mar 18:03
Compare
Choose a tag to compare
Updated release notes in HISTORY

TileDB v1.2.0

21 Feb 00:55
4d1a205
Compare
Choose a tag to compare
Merge pull request #394 from TileDB-Inc/ttd/history-file

Update README and add HISTORY.md file

TileDB v1.1.0

27 Oct 22:42
24376e6
Compare
Choose a tag to compare

Features

  • New walk functionality that traverses all TileDB objects in a hierarchy and applies a callback function.

Bugs

  • Minor bug fix when handling HDFS URIs

TileDB v1.0.0

19 Oct 20:37
Compare
Choose a tag to compare

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

10 Jun 00:32
Compare
Choose a tag to compare
  • Fixed bug in the metadata underlying array domain definition
  • Added C API access to the library version
  • Minor C API modifications

0.6.0

18 May 19:56
Compare
Choose a tag to compare

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)