Releases: TileDB-Inc/TileDB-Go
Releases · TileDB-Inc/TileDB-Go
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0: Merge pull request #58 from TileDB-Inc/an/release_0_5_0
Changes include:
- Fixes for handling variable length attribute
- Implementation of
ResultBufferElements
- Addition of more examples
Update readme for v0.4.0 tagging
v0.3.0
TileDB-Go v0.2.0
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
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