single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[r] Use `libtiledbsoma` for all `tiledb::schema` callsites #3055

Open johnkerl opened 3 weeks ago

johnkerl commented 3 weeks ago

Currently done using the tiledb-r path which we're removing as a dependency.

2406

[sc-55682]

johnkerl commented 2 weeks ago

Per this https://github.com/single-cell-data/TileDB-SOMA/pull/3079#issuecomment-2384690485 we need schema evolution also ported to libtiledbsoma (#3057)

johnkerl commented 1 week ago

3057 is merged