Tiledb

Latest version: v0.33.6

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 33

2.6.0

API Changes
* Allow writing to dimension-only array (zero attributes) by using assignment to `None`, for example: `A[coords] = None` (given `A: tiledb.Array`) [854](https://github.com/TileDB-Inc/TileDB-Py/pull/854)
* Remove repeating header names for `attr` when displaying `ArraySchema` in Jupyter Notebooks [856](https://github.com/TileDB-Inc/TileDB-Py/pull/856)
* `tiledb.VFS.open` returns `FileIO` object; no longer returns `FileHandle` [802](https://github.com/TileDB-Inc/TileDB-Py/pull/802)
* Addition of `tiledb.copy_fragments_to_existing_array` [864](https://github.com/TileDB-Inc/TileDB-Py/pull/864)

Bug fixes
* HTML escape strings for `Dim` and `Attr`'s `name` and `dtype` [856](https://github.com/TileDB-Inc/TileDB-Py/pull/856)
* Fix attribute view for multi-indexer [866](https://github.com/TileDB-Inc/TileDB-Py/pull/866)

Improvements
* Metadata-related API calls are now 'nogil' [867](https://github.com/TileDB-Inc/TileDB-Py/pull/867)

TileDB-Py 0.11.5 Release Notes

* Added missing dependency on [`packaging`](https://pypi.org/project/packaging/) in requirements.txt [#852](https://github.com/TileDB-Inc/TileDB-Py/pull/852)

TileDB-Py 0.11.4 Release Notes

TileDB Embedded updates:

2.5.3

API Changes
* Add rich display for TileDB objects in Jupyter notebooks [824](https://github.com/TileDB-Inc/TileDB-Py/pull/824)
* Support `TILEDB_STRING_ASCII` for array metadata [828](https://github.com/TileDB-Inc/TileDB-Py/pull/828)

TileDB-Py 0.11.3 Release Notes

Impovements
* Support for Python 3.10 [808](https://github.com/TileDB-Inc/TileDB-Py/pull/808)

API Changes
* Addition of `tiledb.version()` to return version as a tuple [801](https://github.com/TileDB-Inc/TileDB-Py/pull/801)
* `Query.get_stats` and `Ctx.get_stats` changed function signature; automatically `print_out` stats and add option to output as `json` [809](https://github.com/TileDB-Inc/TileDB-Py/pull/809)

Bug fixes
* `tiledb.delete_fragments` removes unused schemas [813](https://github.com/TileDB-Inc/TileDB-Py/pull/813)

TileDB-Py 0.11.2 Release Notes

TileDB Embedded updates:

2.5.2

Bug fixes
* Support dict parameter for 'config' argument to VFS constructor [805](https://github.com/TileDB-Inc/TileDB-Py/pull/805)

TileDB-Py 0.11.1 Release Notes

TileDB Embedded updates:

2.5.1

Bug fixes
* Support dict parameter for 'config' argument to VFS constructor [805](https://github.com/TileDB-Inc/TileDB-Py/pull/805)
* Correct libtiledb version checking for Fragment Info API getters' MBRs and array schema name [784](https://github.com/TileDB-Inc/TileDB-Py/pull/784)

TileDB-Py 0.11.0 Release Notes

TileDB Embedded updates:

2.5.0

API Changes
* Addition of MBRs to `FragmentInfo` API [760](https://github.com/TileDB-Inc/TileDB-Py/pull/760)
* Addition of `array_schema_name` to `FragmentInfo` API [777](https://github.com/TileDB-Inc/TileDB-Py/pull/777)
* Addition of `tiledb.create_array_from_fragments` to copy fragments within a given timestamp range to a new array [777](https://github.com/TileDB-Inc/TileDB-Py/pull/777)

TileDB-Py 0.10.5 Release Notes

API Changes
* Addition of `tiledb.delete_fragments` to remove fragments within a given timestamp range [774](https://github.com/TileDB-Inc/TileDB-Py/pull/774)

TileDB-Py 0.10.4 Release Notes

TileDB Embedded updates:

2.4.3

Bug fixes
* Error out when applying `QueryCondition` to dense arrays; this feature will be implemented in TileDB Embedded 2.5 [753](https://github.com/TileDB-Inc/TileDB-Py/pull/753)
* Ensure that indexer, multi-indexer, and .df return the same results when applying `QueryCondition` [753](https://github.com/TileDB-Inc/TileDB-Py/pull/753)
* Fix error when using .df with PyArrow 6 due to incorrect metadata field in exported schema [764](https://github.com/TileDB-Inc/TileDB-Py/pull/764)
* Fix [755](https://github.com/TileDB-Inc/TileDB-Py/issues/755): `from_pandas` to correctly round-trip unnamed Index [#761](https://github.com/TileDB-Inc/TileDB-Py/pull/761)
* Fix .df indexer bug with empty result set [744](https://github.com/TileDB-Inc/TileDB-Py/pull/744)

API Changes
* Close the `PyFragmentInfo` object in the `FragmentInfoList` constructor to reflect changes in the `FragmentInfo` API in TileDB Embedded 2.5 [752](https://github.com/TileDB-Inc/TileDB-Py/pull/752)
* Make `ctx` argument optional for `ArraySchemaEvolution` [743](https://github.com/TileDB-Inc/TileDB-Py/pull/743)
* Remove `coords_filters` from `ArraySchema` for dense arrays [762](https://github.com/TileDB-Inc/TileDB-Py/pull/762)

TileDB-Py 0.10.3 Release Notes

TileDB Embedded updates:

Page 14 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.