Skip to content

Releases: activeloopai/deeplake

v4.2.7 🌈

03 Jun 11:07
5c28213
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed dataset size when concurrently deleting the same row.

v4.1.16 🌈

29 Mar 13:20
dfb8a5a
Compare
Choose a tag to compare

Improvements in version-control, new data types and observability

  • Improved experience with version control and tagging
  • Allow merging branches
  • Integrated with opentelemetry for better observability
  • Added float16 and bfloat16 data types

v3.9.44 🌈

11 Mar 15:52
80cf4a9
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @tyesayan

v4.1.12 🌈

07 Mar 08:39
c44d023
Compare
Choose a tag to compare

Big release bringing major features to deeplake users:

Additionally, small fixes and improvements are done:

  • Optimize the way deeplake stores dataset metadata
  • Allow MAXSIM comparison on dynamic columns

v4.1.11 🌈

27 Feb 21:38
f6810e0
Compare
Choose a tag to compare

Fixed bugs:

  • Permanent redirect error message from S3 client on different location resource loading
  • Incorrect dtype in virtual columns
  • Stuck or crash when doing multiple iterations with break
  • Descriptive error message on network request failures

v3.9.43 🌈

26 Feb 08:45
23601b9
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @khustup2

v3.9.42 🌈

24 Feb 17:28
d725599
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @davidbuniat