Skip to content

Releases: activeloopai/deeplake

v3.9.50 🌈

01 Aug 11:57
31e171c

Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @azat-manukyan

v3.9.46 🌈

09 Jul 14:33
66689ab

Choose a tag to compare

🧭 What's Changed

  • Base mmsegmentation dataset (#3060) @activesoull
    added a base mmsegmentation dataset class where in case of using mmseg 1.x version you need to inherit from to make integration workflow smoother

  • 3.9.46 (#3058) @activesoull

⚙️ Who Contributes

@activesoull

v4.2.14 🌈

08 Jul 23:03
80a6d8e

Choose a tag to compare

  • Added Audio type
  • Fixed conversion from V3 for Polygon type

v4.2.12 🌈

02 Jul 11:03
3f61ffc

Choose a tag to compare

  • Added autocommit.
  • Improved parallel ingestion and compaction functionality
  • Added zlib compression support for SegmentMask type
  • Added embeddings indexing support for float16 and bfloat16
  • Added AVG function to TQL
  • Improved SAMPLE BY in TQL
  • Added images support for labelbox integration

v4.2.8 🌈

10 Jun 14:39
4d4e6a7

Choose a tag to compare

  • Added from_csv, extended from_parquet to support content bytes
  • Added zlib and lz4 sample compression for SegmentMask type

v3.9.45 🌈

10 Jun 10:56
9327256

Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v4.2.7 🌈

03 Jun 11:07
5c28213

Choose a tag to compare

Deeplake new release brings the following major changes:

###New features:

  • BM25 and Inverted index now support full unicode
  • New text index type - Exact, for comparison and IN operations
  • Added ability to run batch queries
  • Struct types now support other rich types, including images
  • Ability to access raw bytes from the dataset/column
  • Improved tagging and branching apis to support message and timestamp

Bugfixes and improvements:

  • Improved compaction consistency during parallel data modification
  • Fixed chunking strategy to avoid too large chunks

v4.2.3 🌈

10 May 09:57
629f8f5

Choose a tag to compare

  • Added compaction of datafiles
  • Improved images ingestion and streaming
  • Added new index type for text comparison
  • Improved handling of async operations
  • Support async iteration on ds.batches

v4.2.1 🌈

23 Apr 08:07
c33e90c

Choose a tag to compare

Deeplake 4.2 release brings major changes to the deeplake format, while keeping backward compatibility.

  • Commit compaction - Deeplake automatically compacts the small commits. Making dataset opens faster.
  • Improved and stabilized deeplake async api - open_read_only_async, open_async, query_async, commit_async
  • deeplake.like now copies dataset and columns metadata
  • ds[row] is now convertible to Python dict

v4.1.17 🌈

31 Mar 06:38
dfb8a5a

Choose a tag to compare

  • Fixed dataset size when concurrently deleting the same row.