Skip to content

Releases: activeloopai/deeplake

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

v3.9.27 🌈

28 Oct 19:37
4636633
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v4.0.0 🌈

23 Oct 16:51
e1378ed
Compare
Choose a tag to compare

🧭 What's Changed

Major release of Deep Lake

  • Eventual Consistency: Enabling concurrent workloads. Read more here.
  • Faster Installation: 5x faster setup by removing all dependencies except NumPy.
  • Enhanced Performance: Up to 10x faster reads/writes due to migrating low-level code to C++.
  • Cross cloud queries with JOIN operations and User-Defined Functions
    Simplified API with unified documentation, better data typing, and async support.
  • Switched to Apache 2.0 license

As a major release, the 4.0 API is not compatible with 3.x. Full documentation is available at docs.deeplake.ai including a v3 to v4 conversion guide.

Note: Open source code for 4.0 will be fully moved into this repo in the coming weeks

Bugfixes on 3.x should be made against the v3 branch

v3.9.26 🌈

09 Oct 19:46
62b63cc
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v3.9.25 🌈

27 Sep 16:29
47e9f45
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v3.9.24 🌈

25 Sep 18:43
6c814a5
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull, @azat-manukyan, @dgaloop and @nvoxland-al

v3.9.23 🌈

11 Sep 18:30
c07a319
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull

v3.9.22 🌈

07 Sep 00:49
369174b
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull and @nvoxland-al

v3.9.21 🌈

03 Sep 20:27
d12f29e
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@activesoull, @istranical and @nvoxland-al