Skip to content

Releases: activeloopai/deeplake

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

1.3.7

29 May 14:31
3c3ca2e
Compare
Choose a tag to compare

🚀 New

🐛 Bug Fixes

🔗 Dependency Updates

1.3.5

29 Apr 14:16
4f3bd32
Compare
Choose a tag to compare

🧭 What's Changed

🐛 Bug Fixes

🔗 Dependency Updates

⚙️ Who Contributed

@AbhinavTuli, @Anselmoo, @istranic, @kristinagrig06 and @mynameisvinn

1.3.4

19 Apr 13:18
a9d4d30
Compare
Choose a tag to compare

🐛 Bug Fixes

🧭 What's Changed

🚀 New

🗂 Documentation

🔗 Dependency Updates

⚙️ Who Contributed

@AbhinavTuli, @DebadityaPal, @Diveafall, @haiyangdeperci, @mikayelh and @thisiseshan