Skip to content

Releases: single-cell-data/TileDB-SOMA

TileDBSC-Py 0.1.3

19 Jul 14:20
9c3fb2d
Compare
Choose a tag to compare

Additional performance optimizations

What's Changed

Full Changelog: 0.1.2...0.1.3

TileDBSC-Py 0.1.2

15 Jul 20:44
8d8c94d
Compare
Choose a tag to compare

Performance optimizations

What's Changed

  • Optimize constructor time for tiledb-cloud case by @johnkerl in #222
  • Correctly support element deletion in TileDB Cloud by @johnkerl in #220
  • Allow relative flag as argument by @johnkerl in #221

Full Changelog: 0.1.1...0.1.2

TileDBSC-Py 0.1.1

08 Jul 16:22
5f69e77
Compare
Choose a tag to compare

Update to most recent TileDB Core version

What's Changed

Full Changelog: 0.1.0...0.1.1

TileDBSC-Py 0.1.0

05 Jul 21:04
79b02a5
Compare
Choose a tag to compare

Align 0.1.x release numbering with tiledbsc-r repo

https://github.com/TileDB-Inc/tiledbsc/releases has already been using 0.1.x numbering; so should we (we've been using 0.0.x).

Full Changelog: 0.0.9...0.1.0

TileDBSC-Py 0.0.9

05 Jul 16:56
Compare
Choose a tag to compare

What's Changed

API:

Internals:

Full Changelog: 0.0.8...0.0.9

TIleDBSC-Py 0.0.8

30 Jun 21:47
da84a48
Compare
Choose a tag to compare

Performance improvement for reads

Includes #208 which is a fix for the issue mentioned in the 0.0.7 release notes.

Details

Full Changelog: 0.0.7...0.0.8

TileDBSC-Py 0.0.7

29 Jun 19:22
ac63388
Compare
Choose a tag to compare

Notebook/UX updates

Note

The allow_duplicates=False change comes with a performance update to be made today in a 0.0.8 follow-on, using #208.

What's Changed

Features:

Documentation:

Notebook UX:

  • Make a simple default display for SOMA objects in notebooks by @johnkerl in #204
  • Make soma.uns display by default in notebooks by @johnkerl in #200
  • Make it easier to see progress indicators in notebook ingests by @johnkerl in #202
  • Neaten logger-init code by @johnkerl in #196

Admin:

Full Changelog: 0.0.6...0.0.7

TileDBSC-Py 0.0.6

25 Jun 15:15
caff96c
Compare
Choose a tag to compare

Update to TileDB-Py 0.16.1

As mentioned in the 0.0.5 release notes there was one known issue in a dependent library to be addressed. This release pulls in that fix.

As well, AnnData bool fields in obs/var are now stored as TILEDB_BOOL.

Details

Full Changelog: 0.0.5...0.0.6

TileDBSC-Py 0.0.5

24 Jun 15:01
55c70c0
Compare
Choose a tag to compare

Update to TileDB-Py 0.16.0

Status

There is a known issue which will be addressed in an upcoming 0.16.1.

Key changes

  • or queries -- see #191 for an example
  • Validation of I/O on tiledb:// URIs -- see #189

Details

Full Changelog: 0.0.4...0.0.5

TileDBSC-Py 0.0.4

23 Jun 16:33
Compare
Choose a tag to compare

Slice-query/batch-query examples

What's Changed

Full Changelog: 0.0.3...0.0.4