v4.2.1
📦 deeplakeView on GitHub →
✨ 4 features🔧 6 symbols
Summary
Deeplake 4.2 introduces automatic commit compaction for faster opens and stabilizes the asynchronous API, alongside metadata copying in `deeplake.like`.
✨ New Features
- Commit compaction is now automatic, leading to faster dataset opens.
- Improved and stabilized asynchronous API functions: `open_read_only_async`, `open_async`, `query_async`, and `commit_async`.
- `deeplake.like` now copies dataset and column metadata.
- Indexing a dataset row (`ds[row]`) now returns a Python dictionary.
🔧 Affected Symbols
open_read_only_asyncopen_asyncquery_asynccommit_asyncdeeplake.likeds[row]