v4.0.0 🌈
github-actions
released this
23 Oct 16:51
·
4 commits
to refs/heads/main
since this release
🧭 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