Skip to content

Releases: TileDB-Inc/TileDB-Go

v0.7.2

09 Nov 00:12
b5d60b8
Compare
Choose a tag to compare

Returns JSON representation of ranges in #91

v0.7.1

07 Nov 21:30
23e8f6a
Compare
Choose a tag to compare

Updates range functions in #90

v0.7.0

07 Nov 21:28
4111cce
Compare
Choose a tag to compare

Support range functions in #86
Remove KV #87
Add datetime support #88
Update readme #89

v0.6.0

25 Jul 13:07
54e29a5
Compare
Choose a tag to compare

Changes include:

  • Update for libtiledb 1.6.0
  • Support for serialization functions in c_api
  • Misc improvements

v0.5.1

02 Apr 19:08
9b360de
Compare
Choose a tag to compare

Changes include:

  • Fix for tiledb c api using sized integers #64

v0.5.0: Merge pull request #58 from TileDB-Inc/an/release_0_5_0

17 Mar 21:30
2d40ae8
Compare
Choose a tag to compare

Changes include:

  • Fixes for handling variable length attribute
  • Implementation of ResultBufferElements
  • Addition of more examples

Update readme for v0.4.0 tagging

07 Jan 21:32
75b9342
Compare
Choose a tag to compare

Changes include:

  • Fix for NonEmptyDomain, api was changed to use a vector of structs. #44
  • Update for new consolidation api to be released with 1.5 #43
  • Add VFS DirSize() #41

v0.3.0

26 Dec 19:30
2fcca13
Compare
Choose a tag to compare

Changes include:

  • Key-Value store api
  • Fixes for TILEDB_CHAR datatypes

TileDB-Go v0.2.0

23 Oct 13:41
0d4d162
Compare
Choose a tag to compare

Updates to TileDB-Go for core tiledb 1.4 compatibility. Changes include:

  • Support for encrypted arrays
  • Addition of filters (replaces compression)
  • Removal of compression struct/enums
  • Add Query.Buffer(attributeName string) (interface{}, error) for fetching an attribute buffer that has been set on a query
  • Add Array.URI() to get the uri of an array object

TileDB-Go v0.1.0

10 Jul 22:08
416f866
Compare
Choose a tag to compare

This is the initial release of the TileDB-Go bindings. Support for the following apis is included:

  • Array
  • ArraySchema
  • Attribute
  • Config
  • Context
  • Dimension
  • Domain
  • Group
  • Query
  • Stats
  • Version
  • VFS