Releases: activeloopai/deeplake
Releases · activeloopai/deeplake
v3.1.4 🌈
🧭 What's Changed
- [Bug Fix] Pickling fix for DDP + Enterprise loader (#2059) @AbhinavTuli
- [AL-1995] Adds ability to randomly split Deep Lake datasets (#2035) @AbhinavTuli
- [CUS-48] MMDet DDP test fix (#2040) @farizrahman4u
- [AL-2045] Fix corruption caused by pop (#2057) @farizrahman4u
- Remove pandas imports (#2053) @farizrahman4u
- MMDet + DDP progressbar fix (#2050) @farizrahman4u
- [AL-2054] Rechunk bug fix and speedup (#2056) @FayazRahman
- [AL-2037] Print error that sequences are not allowed with the pytorch dataloader (#2046) @farizrahman4u
- [AL-2053] Log .dataloader instead of .numpy and .pytorch (#2054) @AbhinavTuli
- [DL-920] Better version control for views (#2032) @FayazRahman
- [DL-805] Groups + Loader fixes (#2045) @farizrahman4u
⚙️ Who Contributes
v3.1.3 🌈
🧭 What's Changed
- Fix _temp_tensors attribute error (#2044) @FayazRahman
- [CUS-57] [CUS-58] In place ds connect (#2041) @ProgerDav
- [AL-2002] Cache libdeeplake dataset to speed up repeated use (#2036) @AbhinavTuli
- Fix transform readonly tests (#2047) @AbhinavTuli
- [DL-761] mesh htype support (#1940) @adolkhan
- [DL-815] Unifying src_token and dest_token to token (#2038) @adolkhan
- Fixing torch import(#2042) @adolkhan
- [CUS-56] Restrict characters in dataset names (#2037) @FayazRahman
- [DL-793][CUS-46] Add wandb logging to indra loader (#2039) @farizrahman4u
- Allow the use of compute functions on read-only datasets (#2019) @daniel-falk
- MMDet Augmentations Fix (#2033) @adolkhan
⚙️ Who Contributes
@AbhinavTuli, @FayazRahman, @ProgerDav, @adolkhan, @daniel-falk and @farizrahman4u
v3.1.2 🌈
🧭 What's Changed
- [DL-888] Dataset copying speedup and fixes (#2005) @FayazRahman
- Do not hide S3 access errors (#1884) @daniel-falk
- [DL-905] [DL-916] Consistent progressbar arg + example for decode_method (#2021) @FayazRahman
⚙️ Who Contributes
v3.1.1 🌈
🧭 What's Changed
- Mmdet integration (#2026) @adolkhan
- Allow persistent workers in dataloader (#2028) @AbhinavTuli
- [AL-2012] speedup pop element from dataset (#2024) @levongh
- [AL-2036] remove tiled image extraction (#2017) @levongh
- Handle repeated samples in shuffle (#2018) @AbhinavTuli
- [DL-910] Tensorflow iteration fix (#2013) @FayazRahman
⚙️ Who Contributes
v3.1.0 🌈
🧭 What's Changed
- [DL-896] pip install deeplake[enterprise] (#2008) @farizrahman4u
- [AL-2017] Add decode method to Pytorch API (#1991) @AbhinavTuli
- [DL-885] Fix iteration warnings (#1989) @FayazRahman
- [CUS-35] Fix merging class labels when class names aren't populated (#2007) @AbhinavTuli
- Allow np.array as sampler weights. Update docs. (#1999) @khustup
- [DL-893] Fast UUID + speedup sample id tensor (#1988) @farizrahman4u
- [AL-2024] Add MPL license to Deep Lake in Pypi (#1998) @AbhinavTuli
⚙️ Who Contributes
v3.0.18 🌈
🧭 What's Changed
- Bump libdeeplake version to fix issue with dataloader crashing over multiple epochs(#2000) @AbhinavTuli
- [DL-811] [DL-857] API reference updates (#1977) @FayazRahman
⚙️ Who Contributes
v3.0.17 🌈
🧭 What's Changed
- [CUS-32] Fix dataloader behaviour for json and list tensors (#1995) @AbhinavTuli
- [CUS-30] Add support for bytes in json tensors (#1994) @AbhinavTuli
- Add timeout to Pypi version check (#1996) @AbhinavTuli
⚙️ Who Contributes
v3.0.16 🌈
🧭 What's Changed
- Libdeeplake update to fix issue with linked tensors on certain systems (#1992) @levongh
- [AL-1850] [CUS-29] Version control diff and merge improvements (#1862) @AbhinavTuli
- Adds support for sampling. (#1987) @khustup
- [DL-879] Improve download API (#1986) @FayazRahman
- [AL-1992] [CUS-18] Fixes token expiration issue using hub:// datasets (#1983) @AbhinavTuli
- Mesh & Point Cloud htype's docs (#1979) @adolkhan
⚙️ Who Contributes
@AbhinavTuli, @FayazRahman, @adolkhan, @khustup and @levongh
v3.0.15 🌈
🧭 What's Changed
- Serve link creds for non deeplake datasets in ds.visualize (#1974) @khustup
- [DL-790] Speedup extend (#1936) @farizrahman4u
⚙️ Who Contributes
v3.0.14 🌈
🧭 What's Changed
- [AL-2010] Fixes verification of linked samples during rechunking (#1980) @AbhinavTuli
- No Wheels (fix for pip install on Windows) (#1976) @farizrahman4u
- [AL-2011] Fixes a bug with popping samples (#1975) @AbhinavTuli
- [AL-1964] Expose path for linked tensors (#1963) @AbhinavTuli
- [DL-759] Deeplake connect (#1951) @ProgerDav