Skip to content

Releases: TileDB-Inc/TileDB-Cloud-R

0.0.11

28 Jul 15:42
66ffd2c
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.
  • Added support for listing TileDB Cloud groups with list_groups().
  • Data frames returned by list_groups() and list_arrays() now include pagination information in the pagination_metadata attribute.
  • Arrow Tables are now returned from UDFs when result_format = "arrow".

Resource-class specification and other refinements

22 Apr 20:20
e853327
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

More UX improvements

09 Mar 15:05
564c12a
Compare
Choose a tag to compare

What's Changed

  • R calling Python array UDFs now works by @johnkerl in #97
  • Improve manual layer for get-user API call by @johnkerl in #99
  • Allow default namespace in delayed_array_udf by @johnkerl in #98
  • Neaten some unit-test files with regard to recent PRs by @johnkerl in #100

Full Changelog: v0.0.8...v0.0.9

UX improvements

25 Feb 21:02
2795e69
Compare
Choose a tag to compare

Largely driven by notebook testing.

  • Fix OpenAPI-autogen bug in ArrayInfo:FileType JSON parse by @johnkerl in #91
  • Fix OpenAPI-autogen bugs in enum JSON parse by @johnkerl in #92
  • Escape double quotes inside exec_raw for UDF register by @johnkerl in #93
  • Handle newlines embedded in SQL query strings by @johnkerl in #94
  • Default namespace to account-level value on UDF/SQL by @johnkerl in #95

Full Changelog: v0.0.7...v0.0.8

Client-side task graphs

15 Feb 04:08
b0ef824
Compare
Choose a tag to compare

Overview

https://tiledb-inc.github.io/TileDB-Cloud-R/articles/TaskGraphs.html

Details

Full Changelog: v0.0.6...v0.0.7

Documentation, UDF, and login improvements

10 Jan 20:08
1016a95
Compare
Choose a tag to compare

Summary

Details

Manual-layer and vignette improvements

10 Dec 18:08
119dbf2
Compare
Choose a tag to compare

Support for R array UDFs

30 Nov 16:09
8f80083
Compare
Choose a tag to compare

This is a GitHub tag corresponding to the 0.0.4 in the DESCRIPTION file.

Initial submit for conda-forge recipe

24 Nov 20:22
e3839e0
Compare
Choose a tag to compare

Initial submit of this package for a conda-forge recipe. Further doc-support to come.