TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Python interface to the TileDB storage engine

Results 106 TileDB-Py issues
Sort by recently updated
recently updated
newest added

Trying to install tiledb-py on python 3.12.0 fails: ```shell *[~]$ python -m venv venv312 *[~]$ source venv312/bin/activate (venv312) *[~]$ python --version Python 3.12.0 (venv312) *[~]$ python -m pip install tiledb...

Repro: ``` >>> A=tiledb.open('/var/p/obs') >>> A.enum('louvain') Enumeration(name='louvain', cell_val_num=4294967295, ordered=False, values=['CD4 T cells', 'CD14+ Monocytes', 'B cells', 'CD8 T cells', 'NK cells', 'FCGR3A+ Monocytes', 'Dendritic cells', 'Megakaryocytes']) >>> A.enum('louvain').dtype dtype('

In cloud blob storage, there is no concept of a folder, just a concept of a "separator" like `/`. Blobs with the name of your intended folder can exist. When...

For dense arrays with negative domains, reads require the full indexer `[:]` or `multi_index` and writes require the full indexer `[:]`. In all other cases, error out.

### Summary When reading/writing arrays, `tiledb` does not support `pathlib.Path` for file URIs. ### Details When using a `pathlib.Path` to open a new array, the first write triggers an array...

This change makes it so that you can get from cloning the repo to running the tests in only 3 commands: ``` pip install -r requirements_dev.txt python setup.py develop --tiledb=...

- Add pybind11 wrapping for ls_recursive - Connect to the high-level VFS.ls API as a keyword argument - Test