Skip to content

Releases: TileDB-Inc/TileDB-Cloud-Py

v0.7.17

24 Nov 14:01
4d9b2cd
Compare
Choose a tag to compare
  • Support file create and export #204
  • Use configuration provided Retry() instance on redirects #203
  • Don't crash when trying to get the source of a built-in function #202
  • Expand urllib3 connection pool along with the thread pool #199
  • Update generated API files #198
  • Add function to download stored results #196

v0.7.16

28 Oct 22:42
b68167a
Compare
Choose a tag to compare
  • Bugfix: Unbreak notebook up/downloading (#193, #194)
  • [No net change since last release] Downgrade, then re-upgrade urllib3. (#191, #195)

v0.7.16.dev1

05 Oct 15:39
94bc174
Compare
Choose a tag to compare
v0.7.16.dev1 Pre-release
Pre-release

This is an unsupported release for use in TileDB Cloud UDF environments.

v0.7.15

04 Oct 20:35
f430745
Compare
Choose a tag to compare

New and improved

  • [New!] Stored parameters: When executing task graphs, the results of one UDF node will be stored on the server so that the client does not need to re-upload all the data it just downloaded when launching a new UDF node. This change is automatic, completely transparent, and user code does not need to be changed. (#180, #181, #189, #184, #189, #190)
  • Improvements to notebook uploading and downloading (credential fixes, add zip filtering, use TileDB VFS to load and write files) (#185, #186, #187, #188)

Other changes

  • Regenerate generated API files; add deprecation warning for result_format_version. (#182, #183)
  • [Non-functional change] Test infrastructure improvements (#178, #179)

v0.7.15.dev1

29 Sep 16:36
90249b1
Compare
Choose a tag to compare
v0.7.15.dev1 Pre-release
Pre-release

Pre-release version with preliminary support for server-side stored params. This release is not supported.

v0.7.14

13 Sep 18:15
7023145
Compare
Choose a tag to compare

New feature

  • Allow for uploading and downloading notebooks from TileDB Cloud. (#161, #176)

Other changes

  • Clean up inheritance tree (#159)
  • Result decoding refactor (#160)
  • Regenerate OpenAPI client files (#157)
  • Switch to requirements.txt for reproducible installs (#169)
  • Break import cycle and standardize import format (#165)
  • Add groundwork for server-side stored parameters (#166)
  • (Non-functional, infrastructure-only) Move builds from Azure Pipelines to GitHub Actions (#169, #172, #174, #177)

v0.7.13

19 Aug 18:52
a4af9da
Compare
Choose a tag to compare

New feature

Uses Apache Arrow to transfer SQL query results from TileDB Cloud to your local machine for improved performance. (#155)

Other changes

  • Brings back tiledb.cloud.UDFResultType as an alias for ResultFormat, fixing some compatibility bugs. (#156)
  • Passes more wrapper function arguments purely as *args and **kwargs (while preserving tab-completion hints for interactive use), to ensure consistency between sync and async functions. (#151)
  • Internal fixes: updates autogenerated API-calling files and runs Linux tests on Ubuntu 20.04 LTS (which is now the supported LTS version). (#152)

v0.7.12

17 Jun 18:03
e29e312
Compare
Choose a tag to compare

New feature:

Allow UDFs to be called by name from Delayed classes and async graphs (#147)

Other changes:

  • Improve failure handling when unable to access function source code (#146)
  • Internal cleanups of function signatures in array/UDF functions (#148)

v0.7.11

13 May 16:08
Compare
Choose a tag to compare

Changes include:

  • Support multi-array UDFs #132
  • Fix task failure handling #125
  • Adjust basic listing testing for CI #136
  • Add request ID to clodu output #137
  • Add import for list_shared_arrays/list_public_arrays #138
  • Pass permissions as str not list #139
  • Add version import #140
  • Remove usunsed task_retry support (to be replaced in the future) #141
  • Fix type in retry support #142

v0.7.10

25 Mar 15:27
0488c3e
Compare
Choose a tag to compare

Changes include:

  • Improve support for numpy.timedelta64 and empty ranges for array UDFs #135