Releases: TileDB-Inc/TileDB-Cloud-Py
Releases · TileDB-Inc/TileDB-Cloud-Py
v0.12.22
What's Changed
- Add support for multi-band raster ingest by @sgillies in #609
- add import to init by @spencerseale in #621
- revert scope by @spencerseale in #628
Full Changelog: v0.12.21...v0.12.22
v0.12.21
What's Changed
- VCF Toolbox: Fix
df_transform
to not obscure wrapped functions docstring by @JohnMoutafis in #625 - More updates for VCF ingestion with tiledb URIs by @gspowley in #624
Full Changelog: v0.12.20...v0.12.21
v0.12.20
v0.12.19
What's Changed
- Remove collector node from the SOMA experiment collection mapper by @aaronwolen in #608
- Pin pydot<3 for compatibility by @Shelnutt2 in #610
- Add cloud regions to documentation. by @NullHypothesis in #611
- Suppress file ingestion/indexing tests until #595 is merged. by @JohnMoutafis in #613
- Improve handling and formatting of exceptions. by @thetorpedodog in #612
- Validate "memory" string in given resources. by @NullHypothesis in #615
- Use List[str] instead of list[str] for Python 3.8 compatibility by @sgillies in #617
- Speed up recursive find for VCF URIs by @gspowley in #620
- revert access cred to acn by @spencerseale in #619
- update wheel to rm cached libs by @spencerseale in #614
- Support double configuration and vfs pushdown in bioimg ingestor by @ktsitsi in #607
Full Changelog: v0.12.18...v0.12.19
v0.12.18
What's Changed
- Enhance tiledb.cloud.dag module typing and documentation by @spencerseale in #601
- Support max_workers in Delayed API by @Shelnutt2 in #553
- Add sharing and registration to tiledb.cloud.asset by @sgillies in #577
- Convert boolean recursive params to "true" or "false" by @sgillies in #605
- Refactor
groups.deregister
to passrecursive
flag to REST. by @JohnMoutafis in #606
New Contributors
- @spencerseale made their first contribution in #601
Full Changelog: v0.12.17...v0.12.18
v0.12.17
What's Changed
- Revert pyarrow bump to version 16.0.0 by @JohnMoutafis in #603
- Remove
udf.delete
's deprecated namespace argument. by @JohnMoutafis in #604
Full Changelog: v0.12.16...v0.12.17
v0.12.16
What's Changed
- Support using passed config for VFS listing in bioimage ingestion by @Shelnutt2 in #544
- Remove old
tiledb.cloud.file
methods for version v0.12.16 by @JohnMoutafis in #602
Full Changelog: v0.12.15...v0.12.16
v0.12.15
What's Changed
- Add
region
kw argument tologin
. by @NullHypothesis in #581 - Fix incorrect API constant. by @NullHypothesis in #590
- Fix reported issues with API doc generation. by @JohnMoutafis in #592
- Misc typo in bioimg ingestion docstring by @ktsitsi in #594
- UDF: Add deregister method. by @JohnMoutafis in #591
- SOMA ingestion integration by @JohnMoutafis in #589
- Accelerate SOMA collection mapper graph construction by @aaronwolen in #597
- Add verbose argument to collection mapper by @aaronwolen in #598
- Deprecate old file methods. by @JohnMoutafis in #599
- Bump pyarrow version to 16.0.0 by @JohnMoutafis in #600
New Contributors
- @NullHypothesis made their first contribution in #581
Full Changelog: v0.12.14...v0.12.15
v0.12.14
This release is primarily intended to fix an import bug with old versions of urllib3.
What's Changed
- File ingestion and indexing chained graph. by @JohnMoutafis in #582
- Put urllib3.BaseHTTPResponse annotation in quotes. by @thetorpedodog in #588
Full Changelog: v0.12.13...v0.12.14
v0.12.13
What's Changed
- Rename asset functions, export from tiledb.cloud. by @sgillies in #567
- Updating default value of tile_scale arg from 1 to 128 by @ktsitsi in #573
- To groups.py add share_group, unshare_group, list_shared_with, and a test by @sgillies in #575
- Add indexing function for indexing files to vector search by @NikolaosPapailiou in #532
- Fix new test partitioning in GitHub Actions runs. by @thetorpedodog in #580
- Fix soma collection mapper viz by @aaronwolen in #584
- Modify upload_wheel to use tiledb:// URIs by @gspowley in #578
- Automatically update API docs on release by @JohnMoutafis in #579
- Remove global
file
module deprecation warning. by @JohnMoutafis in #585 - Fix VCF multiallelic split of info_TILEDB_IAF by @gspowley in #574
- Update VCF zygosity calculation by @gspowley in #587
- Add streaming file uploads. by @thetorpedodog in #576
- [trivial] Add a developer-context comment by @johnkerl in #586
New Contributors
- @aaronwolen made their first contribution in #584
Full Changelog: v0.12.12...v0.12.13