Skip to content

Releases: activeloopai/deeplake

v3.9.33 🌈

13 Dec 15:12
acbb756
Compare
Choose a tag to compare

🧭 What's Changed

  • Update version for the next release (#3002) @activesoull
  • Fixed query result datatests merged class_label tensor's class_names consistent @activesoull
  • Make libdeeplake dependency to always download the latest release (#3004) @activesoull

⚙️ Who Contributes

@activesoull

v4.1.0🌈

12 Dec 11:08
8dca9a4
Compare
Choose a tag to compare

First major release since v4 announcements. Here's the highlights of what's included:

New 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

Improvements and fixes:

  • Significantly improved dataset load time for large datasets
  • Flushing the data in background during ingestion
  • Reduced memory usage during ingestion
  • Ability to slice the dataset and column by slices, lists and tuples
  • Fixed various bugs in query engine, v3-to-v4 conversion flow and data ingestion flow

v3.9.32 🌈

12 Dec 04:09
fb7ef6b
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull, @artgish, @nvoxland-al, @tyesayan, @zaaram and Tigran Yesayan

v3.9.31 🌈

25 Nov 20:49
24b799f
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @nvoxland-al

v3.9.30 🌈

21 Nov 16:50
3341632
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @nvoxland-al

v4.0.3

17 Nov 22:25
4e94d0d
Compare
Choose a tag to compare
  • Fixed issue with non-contiguous numpy array #2988
  • Fixed issue with deeplake.copy on azure storage
  • Stability improvements on vector search
  • Added deeplake.push and deeplake.pull to synchronize dataset copies

v3.9.29 🌈

16 Nov 21:10
8142f0d
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v4.0.2

11 Nov 16:07
d6a60a7
Compare
Choose a tag to compare
  • deeplake.copy to copy dataset from source to destination @nvoxland-al
  • Fixed jpeg conversion issue with invalid shape @tyesayan
  • Fixed deeplake.convert issues for text, json and scalar columns @khustup2

v3.9.28 🌈

07 Nov 17:05
f636128
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @nvoxland-al

v4.0.1 🌈

06 Nov 18:48
6039f72
Compare
Choose a tag to compare

🧭 What's Changed

  • Up to 5x improvement on dataset open time for large datasets
  • Ability to interrupt long running query with Ctrl-C
  • Added support for tag checkout in TQL FROM
  • Reduced binary size by ~2Mb
  • Fixed clustered index search on small data
  • Fixed deeplake.convert bug with text columns