Skip to content

Releases: activeloopai/deeplake

v3.9.38 🌈

24 Jan 19:33
e5ca310
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v4.1.5 🌈

22 Jan 09:27
495fa60
Compare
Choose a tag to compare

🧭 What's Changed

v3.9.37 🌈

18 Jan 13:15
e754c5e
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v3.9.36🌈

16 Jan 15:17
1ea0628
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @khustup2

v4.1.4🌈

15 Jan 22:59
cf1ba93
Compare
Choose a tag to compare

Fixed Bugs

  • Precondition query downloads additional columns data.
  • Fixed credentials update after expiration
  • Fix the speed and memory usage of clustered index for large result sets (10k).
  • Fashionpedia convert to v4 errors out because of list htype
  • Fixed MAXSIM in ascending order query

Added features

  • Support Point type
  • Added from_coco to automate coco-like datasets ingestion
  • Partially indexed columns support in query
  • Better error handling in embedding ingestion
  • Add python api for disabling/enabling index creation

v3.9.35 🌈

10 Jan 11:44
ead6a79
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v4.1.3 🌈

06 Jan 14:45
9a7b20f
Compare
Choose a tag to compare
  • Fixed MAXSIM search for different shape embeddings

v4.1.2 🌈

31 Dec 05:27
99d1bd5
Compare
Choose a tag to compare
  • 100x search time improvement with MAXSIM for ColPali using pooling
  • Fixed deadlock issues with multiprocessing
  • Improved core engine stability and performance

v4.1 adds the following major features

  • Ability to add linked rows for images, segment masks and binary masks
  • Ability to save query views through tagging
  • Integration with MMDetection and MMSegmentation
  • Autocommit the data at the session exit
  • Ability to create dynamic arrays
  • Ability to create structures with known schema

v4.1.1 🌈

19 Dec 21:10
42c1af0
Compare
Choose a tag to compare
  • Bug fixes in deeplake.convert and performance improvements in data ingestion.
  • Fixed TQL UNION expression for the same source.
  • Better support for multiprocessing.

v4.1 adds the following major features

  • Ability to add linked rows for images, segment masks and binary masks
  • Ability to save query views through tagging
  • Integration with MMDetection and MMSegmentation
  • Autocommit the data at the session exit
  • Ability to create dynamic arrays
  • Ability to create structures with known schema

v3.9.34 🌈

18 Dec 08:43
5f51c56
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @tyesayan