Skip to content

v0.3.0

Compare
Choose a tag to compare
@gsakkis gsakkis released this 22 Feb 10:23
· 143 commits to master since this release
1e4ffe8

This release includes quite a few updates.

Major Changes

  • [API change] Consolidate the dense and sparse TileDB Dataset classes for Tensorflow and PyTorch
    • Tensorflow: Merge TensorflowTileDBDenseDataset and TensorflowTileDBSparseDataset into TensorflowTileDBDataset
    • PyTorch: Merge PyTorchTileDBDenseDataset and PyTorchTileDBSparseDataset into PyTorchTileDBDataset
  • [API change] Remove __len__ method from *TileDBDatasetinstances
  • [Enhancement] Support data loading from (dense x, sparse y) arrays
  • [Enhancement] Read only the necessary dimensions and attributes
  • [Enhancement] Extensive tiledb.ml.readers refactoring
  • [Enhancement] Test and CI tooling revamp
  • [Enhancement] Fix deprecation warning for attrs with var=True and fixed len dtype
  • [Bug fix] Take into account all requested attributes for sparse datasets

What's Changed

Full Changelog: v0.2.6...v0.3.0