Skip to content

Releases: activeloopai/deeplake

v2.0.12 🌈

11 Oct 02:21
6a7f272
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @Diveafall, @FayazRahman, @aliubimov, @davidbuniat, @farizrahman4u, @gautamkrishnar, @istranic, @jakbin, @jraman, @mccrearyd, @mikayelh, @muhdhisham and @tatevikh

Google Cloud Support and Hierarchical Datasets 🌈

19 Sep 16:09
5910c27
Compare
Choose a tag to compare

🩰 What's New

  • Added hierarchical datasets (tensor groups)
  • Added support for Google Cloud Storage (path = gcs://...)
  • Added version control alpha

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @davidbuniat, @farizrahman4u, @istranic, @kristinagrig06, @mccrearyd, @tatevikh and @thisiseshan

v2.0.9 🌈

30 Aug 18:44
1e47dab
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @davidbuniat, @farizrahman4u, @kristinagrig06, @mccrearyd, @tatevikh and @thisiseshan

Fixes to parallel computing 🌈

11 Aug 21:00
4e84e1c
Compare
Choose a tag to compare

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @benchislett, @davidbuniat, @istranic and @mccrearyd

Refactors and Minor Updates

09 Aug 13:29
c88c774
Compare
Choose a tag to compare

🩰 What's New

  • Added hub.ingest for automatic creation of datasets
  • Added hub.list to help users find publicly available datasets
  • Lots of refactors to help developers

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @farizrahman4u, @kristinagrig06, @mccrearyd and @thisiseshan

Adding metadata and parallel computations

02 Aug 19:55
a308531
Compare
Choose a tag to compare

🎁 What's New

  • You can add metadata to datasets and tensors
  • You can run computations in parallel using hub.compute
  • The dataset API is updated to be more intuitive

🧭 What's Changed

⚙️ Who Contributes

@AbhinavTuli, @benchislett, @davidbuniat, @dhiganthrao, @farizrahman4u, @istranic, @mccrearyd, @tatevikh and @zomglings

Bug fix for .pytorch DataLoaders 🌈

19 Jul 15:22
4d6915e
Compare
Choose a tag to compare

🎁 What's New

  • We mostly focused on refactoring and minor bugs.
  • .pytorch() now works with pubic datasets hosted by team Activeloop (e.g. hub://activeloop/mnist-train).
  • Underlying data format is now better! Since the new format is incompatible with the prior release, you should update to the new release using pip3 install --upgrade hub .

🧭 What's Changed

🐛 Bug Fixes

  • [small] pytorch readonly error bug fix (#1026) @mccrearyd
  • [small] Fix/2.0/readonly (#1024) @mccrearyd

🔗 Dependency Updates

⚙️ Who Contributes

@AbhinavTuli, @Anselmoo, @benchislett, @davidbuniat, @dependabot, @dhiganthrao, @farizrahman4u, @istranic, @mccrearyd, @tatevikh and @zomglings

Hub is in Beta!

08 Jul 13:25
75f9aff
Compare
Choose a tag to compare

What's New

  • Hub core was redesigned to enable blazing-fast dataset creation. You can create a Hub dataset faster than copy/pasting files on your local machine

Features

  • Super simple API
  • Easy creation of datasets and hosting on Activellop Storage or S3
  • Rapid dataset streaming to any machine
  • Simple dataset integration to pytorch with no boilerplate code (Windows support will be added in the next release)

Pre-Release 2.0.1-alpha

05 Jun 18:12
232ee21
Compare
Choose a tag to compare
Pre-release

Pre-release for Hub 2.0-alpha

2.0 Early Alpha

05 Jun 00:21
92fe293
Compare
Choose a tag to compare
2.0 Early Alpha Pre-release
Pre-release
Merge pull request #916 from activeloopai/task/2.0/append-api-updates

[2.0] Various API changes