Recent Releases of deeplake
deeplake - v3.9.51 š
š§ What's Changed
- Update version for 3.9.51 release (#3073) @activesoull
- [DEE-180] fix dependency resolver issue (#3072) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] 7 months ago
deeplake - v3.9.50 š
š§ What's Changed
- Updated versions for 3.9.50 release (#3069) @activesoull
- Refactor frame extraction logic and improve frame rate retrieval in L⦠(#3071) @azat-manukyan # āļø Who Contributes @activesoull and @azat-manukyan
- Python
Published by github-actions[bot] 7 months ago
deeplake - v3.9.46 š
š§ What's Changed
Base mmsegmentation dataset (#3060) @activesoull added a base mmsegmentation dataset class where in case of using mmseg 1.x version you need to inherit from to make integration workflow smoother
3.9.46 (#3058) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] 8 months ago
deeplake - v4.2.14 š
- Added
Audiotype - Fixed conversion from V3 for
Polygontype
- Python
Published by khustup2 8 months ago
deeplake - v4.2.12 š
- Added autocommit.
- Improved parallel ingestion and compaction functionality
- Added zlib compression support for
SegmentMasktype - Added embeddings indexing support for
float16andbfloat16 - Added AVG function to TQL
- Improved SAMPLE BY in TQL
- Added images support for labelbox integration
- Python
Published by khustup2 8 months ago
deeplake - v4.2.8 š
- Added
from_csv, extendedfrom_parquetto support content bytes - Added zlib and lz4 sample compression for
SegmentMasktype
- Python
Published by khustup2 9 months ago
deeplake - v3.9.45 š
š§ What's Changed
- added sampler setter function (#3057) @activesoull
- Hierarchical namespace (#3056) @activesoull
- Updated versions for 3.9.45 release (#3045) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] 9 months ago
deeplake - v4.2.7 š
Deeplake new release brings the following major changes:
New features:
- BM25 and Inverted index now support full unicode
- New text index type - Exact, for comparison and
INoperations - Added ability to run batch queries
Structtypes now support other rich types, including images- Ability to access raw bytes from the dataset/column
- Improved tagging and branching apis to support message and timestamp
Bugfixes and improvements:
- Improved compaction consistency during parallel data modification
- Fixed chunking strategy to avoid too large chunks
- Python
Published by khustup2 9 months ago
deeplake - v4.2.3 š
- Added compaction of datafiles
- Improved images ingestion and streaming
- Added new index type for text comparison
- Improved handling of async operations
- Support async iteration on
ds.batches
- Python
Published by khustup2 10 months ago
deeplake - v4.2.1 š
Deeplake 4.2 release brings major changes to the deeplake format, while keeping backward compatibility.
- Commit compaction - Deeplake automatically compacts the small commits. Making dataset opens faster.
- Improved and stabilized deeplake async api -
open_read_only_async,open_async,query_async,commit_async deeplake.likenow copies dataset and columns metadatads[row]is now convertible to Python dict
- Python
Published by khustup2 10 months ago
deeplake - v4.1.17 š
- Fixed dataset size when concurrently deleting the same row.
- Python
Published by khustup2 11 months ago
deeplake - v4.1.16 š
Improvements in version-control, new data types and observability
- Improved experience with version control and tagging
- Allow merging branches
- Integrated with opentelemetry for better observability
- Added float16 and bfloat16 data types
- Python
Published by github-actions[bot] 11 months ago
deeplake - v3.9.44 š
š§ What's Changed
- Updated versions for 3.9.44 release (#3040) @activesoull
- add labelbox iam integration support (#3043) @tyesayan # āļø Who Contributes @activesoull and @tyesayan
- Python
Published by github-actions[bot] 12 months ago
deeplake - v4.1.12 š
Big release bringing major features to deeplake users: - Allow creating branches in deeplake datasets - Allow running queries with directly passing credentials to the storage - Support all JOIN types and cross product in deeplake query engine - Improve labelbox integration. Allow authenticating by IAM roles
Additionally, small fixes and improvements are done: - Optimize the way deeplake stores dataset metadata - Allow MAXSIM comparison on dynamic columns
- Python
Published by github-actions[bot] 12 months ago
deeplake - v4.1.11 š
Fixed bugs:
- Permanent redirect error message from S3 client on different location resource loading
- Incorrect dtype in virtual columns
- Stuck or crash when doing multiple iterations with break
- Descriptive error message on network request failures
- Python
Published by khustup2 12 months ago
deeplake - v3.9.43 š
š§ What's Changed
- Fixed ds.visualize for local datasets. (#3039) @khustup2 # āļø Who Contributes @activesoull and @khustup2
- Python
Published by github-actions[bot] 12 months ago
deeplake - v3.9.42 š
š§ What's Changed
- added exception if class_names are empty (#3038) @activesoull
- Fix palette (#3037) @activesoull
- Updated versions for 3.9.42 release (#3034) @activesoull # āļø Who Contributes @activesoull and @davidbuniat
- Python
Published by github-actions[bot] 12 months ago
deeplake - v4.1.10 š
- Fix for high memory usage on json column queries
- Improvement in json data and keys querying
- Allow appending array of nones to image type columns
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v4.1.7 š
- Improved deeplake memory usage during queries
- Improved dataset load time and memory usage
- Max Marginal Relevance search native support with TQL
MMR_SIMILARITYfunction - New index type EmbeddingMatrix, to improve
MAXSIMsearch - Added default value to
add_column - Support for integrating with labelbox
- Series of bugfixes and quality improvements
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.41 š
š§ What's Changed
- Updated versions for 3.9.41 release (#3033) @activesoull
- remove labelbox client arg from labelbox integration functions (#3031) @tyesayan
āļø Who Contributes
@activesoull, @davidbuniat, @tyesayan and Ubuntu
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.40 š
š§ What's Changed
- mmseg 1.x version integration (#3032) @activesoull
- Updated versions for 3.9.40 release (#3030) @activesoull # āļø Who Contributes @activesoull, @davidbuniat, @tyesayan and Ubuntu
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.39 š
š§ What's Changed
- Labelbox integration refactor (#3029) @tyesayan
- Updated versions for 3.9.39 release (#3024) @activesoull
- added azure storage provider retry on authentication failure to fetch creds (#3027) @activesoull
- typing fix and test fixes (#3028) @activesoull
- Labelbox reuse project json (#3025) @tyesayan # āļø Who Contributes @activesoull, @davidbuniat and @tyesayan
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.38 š
š§ What's Changed
- Updated versions for 3.9.38 release (#3018) @activesoull
- fixed max_view (#3023) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v4.1.5 š
š§ What's Changed
- Support biomedical data types - dicom and nifti
- Support point data type
- Ability to run index search on virtual columns
- 2x speedup in inverted index generation
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.37 š
š§ What's Changed
- Updated versions for 3.9.37 release (#3016) @activesoull
- update client after the creds exchange (#3014) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.36š
š§ What's Changed
- Updated versions for 3.9.36 release (#3013) @activesoull
- update client after the creds exchange (#3014) @activesoull # āļø Who Contributes @activesoull and @khustup2
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v4.1.4š
Fixed Bugs
- Precondition query downloads additional columns data.
- Fixed credentials update after expiration
- Fix the speed and memory usage of clustered index for large result sets (10k).
- Fashionpedia convert to v4 errors out because of list htype
- Fixed MAXSIM in ascending order query
Added features
- Support Point type
- Added from_coco to automate coco-like datasets ingestion
- Partially indexed columns support in query
- Better error handling in embedding ingestion
- Add python api for disabling/enabling index creation
- Python
Published by khustup2 about 1 year ago
deeplake - v3.9.35 š
š§ What's Changed
- Updated versions for 3.9.35 release (#3008) @activesoull
- fixed storage provider error when the local_cache is specified (#3012) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v4.1.3 š
- Fixed MAXSIM search for different shape embeddings
- Python
Published by khustup2 about 1 year ago
deeplake - v4.1.2 š
- 100x search time improvement with MAXSIM for ColPali using pooling
- Fixed deadlock issues with multiprocessing
- Improved core engine stability and performance
v4.1 adds the following major features
- Ability to add linked rows for images, segment masks and binary masks
- Ability to save query views through tagging
- Integration with MMDetection and MMSegmentation
- Autocommit the data at the session exit
- Ability to create dynamic arrays
- Ability to create structures with known schema
- Python
Published by khustup2 about 1 year ago
deeplake - v4.1.1 š
- Bug fixes in
deeplake.convertand performance improvements in data ingestion. - Fixed TQL UNION expression for the same source.
- Better support for multiprocessing.
v4.1 adds the following major features
- Ability to add linked rows for images, segment masks and binary masks
- Ability to save query views through tagging
- Integration with MMDetection and MMSegmentation
- Autocommit the data at the session exit
- Ability to create dynamic arrays
- Ability to create structures with known schema
- Python
Published by khustup2 about 1 year ago
deeplake - v3.9.34 š
š§ What's Changed
- Updated versions for 3.9.34 release (#3005) @activesoull
- V3 labelbox api export improvements (#3007) @tyesayan
- fix azure view loading (#3006) @activesoull
- Update version for the next release (#3002) @activesoull
- make libdeeplake dependency to always download the latest release (#3004) @activesoull # āļø Who Contributes @activesoull and @tyesayan
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.33 š
š§ What's Changed
- Update version for the next release (#3002) @activesoull
- Fixed query result datatests merged classlabel tensor's classnames consistent @activesoull
- Make libdeeplake dependency to always download the latest release (#3004) @activesoull # āļø Who Contributes @activesoull
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v4.1.0š
First major release since v4 announcements. Here's the highlights of what's included:
New Features: - Ability to add linked rows for images, segment masks and binary masks - Ability to save query views through tagging - Integration with MMDetection and MMSegmentation - Autocommit the data at the session exit - Ability to create dynamic arrays - Ability to create structures with known schema
Improvements and fixes: - Significantly improved dataset load time for large datasets - Flushing the data in background during ingestion - Reduced memory usage during ingestion - Ability to slice the dataset and column by slices, lists and tuples - Fixed various bugs in query engine, v3-to-v4 conversion flow and data ingestion flow
- Python
Published by khustup2 about 1 year ago
deeplake - v3.9.32 š
š§ What's Changed
- LabelBox integration (#2995) @tyesayan
- fixed optimize for image.rgb and image.gray htypes (#3001) @activesoull
- View schedule fix (#3000) @activesoull
- [DEEP-454] fixed ds.summary with new json implementation (#2999) @activesoull
- Class label test fix (#2998) @activesoull # āļø Who Contributes @activesoull, @artgish, @nvoxland-al, @tyesayan, @zaaram and Tigran Yesayan
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.31 š
š§ What's Changed
- Fixed class_label's inconsistency issue on Unioned dataset (#2996) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] about 1 year ago
deeplake - v3.9.30 š
š§ What's Changed
- Fix decode_ method = data methods behavior in data loader (#2993) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.29 š
š§ What's Changed
- bump libdeeplake version to 0.0.149 (#2989) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.28 š
š§ What's Changed
- bump libdeeplake version to 0.0.148 (#2983) @activesoull # āļø Who Contributes @activesoull and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v4.0.1 š
š§ What's Changed
- Up to 5x improvement on dataset open time for large datasets
- Ability to interrupt long running query with Ctrl-C
- Added support for tag checkout in TQL FROM
- Reduced binary size by ~2Mb
- Fixed clustered index search on small data
- Fixed deeplake.convert bug with text columns
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.27 š
š§ What's Changed
- added missing property in get/set state (#2978) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v4.0.0 š
š§ 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
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.26 š
š§ What's Changed
- bump libdeeplake version to 0.0.147 (#2970) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.25 š
š§ What's Changed
- change build backend (#2966) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.24 š
š§ What's Changed
- bump libdeeplake version to 0.0.146 (#2962) @activesoull
- strict numpy requirement (#2961) @activesoull
- bump libdeeplake version to 0.0.146 (#2960) @activesoull
- added pyproject for poetry support (#2959) @activesoull
- strip dataset name (#2956) @azat-manukyan
- Retry connection errors on credentials requests (#2957) @nvoxland-al
- local storage (#2954) @activesoull
- Process hub path (#2953) @activesoull
- Upgrade pillow (#2952) @activesoull
- Fix partial read (#2951) @activesoull
- Invalid corrupt sample message (#2950) @activesoull
āļø Who Contributes
@activesoull, @azat-manukyan, @dgaloop and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.23 š
š§ What's Changed
- bump libdeeplake version to 0.0.145 (#2948) @activesoull
- changes to work with av 13.0.0 (#2945) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.22 š
š§ What's Changed
- Stl compression (#2941) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.21 š
š§ What's Changed
- bumb libdeeplake to 0.0.142 (#2939) @activesoull
- Export yolo docs (#2938) @istranical
āļø Who Contributes
@activesoull, @istranical and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.20 š
š§ What's Changed
- Fix bug in export_yolo (#2936) @istranical
āļø Who Contributes
@activesoull, @istranical and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.19 š
š§ What's Changed
- Deeplake Inverted Index. (#2910) @sounakr
- Add method to export Deep Lake dataset as yolo annotations (#2930) @istranical
- Correct propagation of scoped gcs creds (#2926) @dgaloop
āļø Who Contributes
@activesoull, @dgaloop, @istranical, @nvoxland-al and @sounakr
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.18 š
š§ What's Changed
- Fix list typehint to fix python3.8 support (#2925) @GdoongMathew
āļø Who Contributes
@GdoongMathew and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.17 š
š§ What's Changed
- Ensure username fetching logic is not token dependent (#2923) @dgaloop
- Raise exception if a view to save's id already exists (#2921) @nvoxland-al
āļø Who Contributes
@dgaloop and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.16 š
š§ What's Changed
- bump libdeeplake version to 0.0.138 (#2919) @activesoull
- GCS Token Credentials support (#2896) @dgaloop
- [DEEP-220] add urllib3's SSLError to the retriable errors list (#2918) @activesoull
āļø Who Contributes
@activesoull, @dgaloop, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.15 š
š§ What's Changed
- bump libdeeplake version to 0.0.137 (#2916) @activesoull
- [DEEP-215] mmseg get pipeline by priority (#2915) @activesoull
- separate mmdet from mmseg (#2913) @activesoull
āļø Who Contributes
@activesoull
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.14 š
š§ What's Changed
- Fix images tensor name dict (#2908) @activesoull
- Fix padding for last element (#2906) @activesoull
- Remove empty token check from deeplake (#2907) @activesoull
- Create vdb index doc (#2904) @azat-manukyan
- Bump libdeeplake version to 0.0.136 (#2911) @activesoull
āļø Who Contributes
@activesoull, @azat-manukyan and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.13 š
š§ What's Changed
- bumb libdeeplake to 0.0.135 (#2902) @activesoull
- [DEEP-208] provide creds dict with non empty strings (#2901) @activesoull
- [DEEP-202] fix string data cutting issue (#2899) @activesoull
- allow decode method for images tensor in mmseg (#2900) @activesoull
- fix error 'type' object is not subscriptable (#2898) @activesoull
- Group index fix, allowlocalcache and grouped datasets split fix (#2897) @activesoull
- Improve kaggle system call (#2892) @nvoxland-al
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.12 š
š§ What's Changed
- Added dictionary based filtering for IN (#2893) @istranical
- Propagate drop last (#2894) @activesoull
- Tweaked sanitization for keys with spaces (#2885) @istranical
- Handle creating a view of a tensor group (#2886) @nvoxland-al
- fix s3 deletion error (#2890) @artgish
- remove unnecessary functionalities (#2887) @activesoull
āļø Who Contributes
@activesoull, @artgish, @istranical, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.11 š
š§ What's Changed
- [DEEP-180] Add mmsegmentation integration (#2875) @activesoull
- Enforce numpy < 2 (#2880) @nvoxland-al
- Validate kaggle tag before download (#2876) @nvoxland-al
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.10 š
š§ What's Changed
- Allow virtual tensors .data to use indra_ts.numpy as fallback. (#2873) @khustup2
- Partitioned HNSW Deeplake Side Changes. (#2847) @sounakr
- Added support for dataframes with datetime (#2871) @istranical # āļø Who Contributes @istranical, @khustup2 and @sounakr
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.9 š
š§ What's Changed
- [PLAT-441] Ensure messages are better propagated (#2868) @dgaloop
- Store sampleinfo for segmentmask htypes (#2867) @nvoxland-al
āļø Who Contributes
@dgaloop, @nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.8 š
š§ What's Changed
- Removed scheduler=ray support (#2864) @nvoxland-al
- Allow creds_key to be passed to deeplake.empty() and deeplake.load() (#2860) @nvoxland-al
- Changes to rename() (#2854) @nvoxland-al
āļø Who Contributes
@nvoxland-al
- Python
Published by github-actions[bot] over 1 year ago
deeplake - v3.9.7 š
š§ What's Changed
- Improve use of AWS profiles (#2859) @activesoull
- Clarifications to Docs (#2853) @istranical
āļø Who Contributes
@activesoull, @istranical and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.6 š
š§ What's Changed
- Improve file type detection using headers and ignoring URL arguments (#2856) @nvoxland-al
- Update libdeeplake (#2857) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.5 š
š§ What's Changed
- bump libdeeplake version to 0.0.128 (#2850) @activesoull
- Min max calculation (#2851) @activesoull
- allow custom configs for s3 (#2849) @activesoull
- added handling of object dtype in decode method data (#2846) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.4 š
š§ What's Changed
- Proactively remove LRU cache values as cache fills (#2842) @nvoxland-al
- Bumb libdeeplake to 0.0.126 (#2843) @activesoull
- Improved message for GetChunkError (#2844) @nvoxland-al
āļø Who Contributes
@activesoull, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.3 š
š§ What's Changed
- bump libdeeplake version to 0.0.124 (#2840) @activesoull
āļø Who Contributes
@activesoull and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.2 š
š§ What's Changed
- Improves S3 retry logic (#2834) @nvoxland-al
- Bump libdeeplake version. (#2833) @khustup2
- docs fix (#2832) @activesoull
- catch SSLError as a connection error to retry (#2831) @activesoull
- consider more than one frame in dicom (#2827) @azat-manukyan
āļø Who Contributes
@activesoull, @azat-manukyan, @khustup2, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.1 š
š§ What's Changed
- Add check for indra=True, to ensure it's used with read_only=True. (#2826) @khustup2
- Update libdeeplake version
- Docs tweaks (#2825) @istranical
āļø Who Contributes
@istranical, @khustup2, @mikayelh and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.9.0 š
š§ What's Changed
- New optional c++ based storage layer (#2733) @khustup2
- Check function passed to dataset.filter() is correctly configured (#2812) @nvoxland-al
- Avoid making http requests to validate unauthenticated users (#2810) @nvoxland-al
- Improved numpy conversion error messages (#2809) @nvoxland-al
- fixed tensor size calculation (#2808) @activesoull
āļø Who Contributes
@activesoull, @istranical, @khustup2, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.27 š
š§ What's Changed
- Don't require azure modules to be installed (#2803) @nvoxland-al
- Bump libdeeplake version to 0.0.109 (#2804) @activesoull
- Fix nan case for ingest_dataframe (#2800) @istranical
āļø Who Contributes
@activesoull, @istranical and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.26 š
š§ What's Changed
- Azure SSO support (#2788) @dgaloop
- bump libdeeplake version to 0.0.108 (#2801) @activesoull
āļø Who Contributes
@activesoull, @dgaloop, @ian-activeloop and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.25 š
š§ What's Changed
- Improve pre-signed URL handling for Azure (#2796) @dgaloop
- EF_Search Setting in Deeplake. (#2792) @sounakr
- Removed coco references from the "ingest_dataframe" docs (#2798) @joe-activeloop
āļø Who Contributes
@dgaloop, @joe-activeloop, @nvoxland-al and @sounakr
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.24 š
š§ What's Changed
- bump libdeeplake version to 0.0.107 (#2794) @activesoull
- Fixed tensor "sample_info" on some saved view samples (#2793) @nvoxland-al
āļø Who Contributes
@activesoull, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.23 š
š§ What's Changed
- Include path in sample decompression error (#2785) @FayazRahman
- Updated video docs (#2781) @istranical
- Generate a better error message if a list or other unsupported argument is passed to video.normalize_index (#2787) @nvoxland-al
- fix of An error occurred (400) when calling the HeadObject operation (#2789) @activesoull
- Validate htype vs dtype when detecting htype based on inserted data (#2786) @nvoxland-al
āļø Who Contributes
@FayazRahman, @activesoull, @istranical, @nvoxland and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.22 š
š§ What's Changed
- Auto-convert numbers to strings when appending to a text dtype tensor (#2782) @nvoxland-al
- Use libdeeplake batch requests for getting bytes. (#2783) @khustup2
- Fixed allow_delete wording in messages (#2780) @nvoxland-al
āļø Who Contributes
@khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] almost 2 years ago
deeplake - v3.8.21 š
š§ What's Changed
- Ensure username is stored correctly in commit messages (#2772) @nvoxland-al
- Added allow_delete flag to dataset (#2763) @nvoxland-al
- Removed use of the term "log in" and references to the CLI "activeloop login" (#2768) @nvoxland-al
- Removing support for tokens set via the CLI (#2774) @taylorstubbsactiveloop
āļø Who Contributes
@nvoxland-al and @taylorstubbsactiveloop
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.20 š
š§ What's Changed
- Update setup.py (#2770) @activesoull
- fix upcasting logic (#2773) @activesoull
- Update README to remove cli mention. (#2767) @khustup2
āļø Who Contributes
@activesoull, @khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.19 š
š§ What's Changed
- Removed Deeplake CLI (#2761) @nvoxland-al
- bump libdeeplake to 0.0.99 (#2765) @activesoull
- fix correct creds used (#2764) @activesoull
- Get rid of global random seed (#2759) @dgaloop
- Fixed edge cases in indra dataset adaptor. (#2762) @khustup2
āļø Who Contributes
@activesoull, @dgaloop, @khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.18 š
š§ What's Changed
- Preserve lock settings in
get_dataset_with_zero_size_cache(#2756) @nvoxland-al - Add timeout parameter for reading http links (#2758) @FayazRahman
- Documentation fixes (#2757) @FayazRahman
- Fix memory blow up when transforming links (#2751) @FayazRahman
- Enable downloading docs (#2753) @FayazRahman
- Better transform error propagation (#2750) @FayazRahman
āļø Who Contributes
@FayazRahman, @activesoull, and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.17 š
š§ What's Changed
- Ensure filename remains set for later saving in sample_info (#2747) @nvoxland-al
āļø Who Contributes
@nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.16 š
š§ What's Changed
- Transform speedup and bugfix (#2745) @activesoull
āļø Who Contributes
@FayazRahman, @activesoull and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.15 š
š§ What's Changed
- Multipart upload for large data. (#2734) @khustup2
- Remove
num_workersparameter from VectorStore initialization (#2735) @FayazRahman - Don't use cached relpath in parallel code (#2738) @FayazRahman
- bump libdeeplake version to 0.0.97 (#2743) @activesoull
- Move from Waitlist concept in DeepMemory access (#2730) @dgaloop
āļø Who Contributes
@FayazRahman, @activesoull, @dgaloop, @khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.14 š
š§ What's Changed
- Faster import (#2728) @FayazRahman
- Make S3 overwrite fails visible (#2729) @FayazRahman
- In-place
deeplake.like(#2731) @FayazRahman - Pop multiple indices with
.pop(...)(#2726) @FayazRahman - Parallel chunk retrieval (#2724) @FayazRahman
deeplake.queryAPI (#2715) @khustup2 # āļø Who Contributes @FayazRahman, @khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.13 š
š§ What's Changed
- Deepmemory nones fix (#2725) @AdkSarsen
- Fix
ds.summary(#2714) @FayazRahman
āļø Who Contributes
@AdkSarsen, @FayazRahman, @activesoull and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.12 š
š§ What's Changed
- Azure Managed Credentials Bug Fix (#2718) @AdkSarsen
āļø Who Contributes
@AdkSarsen and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.11 š
š§ What's Changed
- Deepmemory ux improvements (#2710) @AdkSarsen
āļø Who Contributes
@AdkSarsen and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.10 š
š§ What's Changed
- Remove cached chunks from dataset pickle (#2711) @FayazRahman
- Tag htype (#2676) @FayazRahman
- remove upcasting in case if it is not needed (#2706) @activesoull
- bump libdeeplake version to 0.0.91 (#2708) @activesoull
āļø Who Contributes
@FayazRahman, @activesoull, @khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.9 š
š§ What's Changed
- Avoid
len(ds)warnings internally (#2702) @FayazRahman - Deepmemory refactoring (#2691) @adolkhan # āļø Who Contributes @AdkSarsen, @FayazRahman, @adolkhan and @nvoxland-al
- Python
Published by github-actions[bot] about 2 years ago
deeplake - v3.8.8 š
š§ What's Changed
- Bump libdeeplake version. (#2701) @khustup2
āļø Who Contributes
@khustup2 and @nvoxland-al
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.7 š
š§ What's Changed
- Deep Memory recall fix (#2698) @adolkhan
- Fix
.data()for empty tensors (#2699) @FayazRahman - Load datasets faster (#2695) @FayazRahman
- Avoid VDB Index copy with 'like' API (#2687) @sounakr
āļø Who Contributes
@FayazRahman, @adolkhan, @nvoxland and @sounakr
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.6 š
š§ What's Changed
- Incremental index and cache maintenance revisited (#2686) @khustup # āļø Who Contributes @khustup and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.5 š
š§ What's Changed
- DeepMemory UX fixes (#2692) @adolkhan
- Removed pip install deeplake[enterprise] references in docs (#2688) @nvoxland
- Fetching token from env during deeplake dataset initialization (#2669) @adolkhan
- [BUGFIX] Fix bug with params in ingest_dataframe (#2694) @istranic
- [BUGFIX] minor fix for parsing params in ingest_dataframe (#2683) @istranic
- Deepmemory fixes (#2675) @adolkhan
- change libdeeplake error message (#2682) @levongh
āļø Who Contributes
@adolkhan, @istranic, @levongh and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.4 š
š§ What's Changed
- Incremental Index Maintenance. (#2633) @sounakr
- Deep memory waitlist (#2678) @adolkhan
- Multiple typos inside /docs fixed. (#2667) @parikshit-adhikari
- Removing "enterprise" terminology (#2672) @nvoxland
āļø Who Contributes
@adolkhan, @levongh, @nvoxland, @parikshit-adhikari and @sounakr
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.3 š
š§ What's Changed
- Deep memory fixes (#2662) @adolkhan
- Update README.md (#2668) @istranic
- Fixed: name 'TorchDataset' is not defined (#2664) @levongh # āļø Who Contributes @adolkhan, @istranic, @levongh and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.2 š
š§ What's Changed
- Remove default image dtype (#2659) @FayazRahman
- dataloader signature changes (#2660) @levongh
- Switch to lz4 block. (#2657) @khustup
āļø Who Contributes
@FayazRahman, @khustup, @levongh and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.1 š
š§ What's Changed
- Added sample_indices api to virtual tensors. (#2654) @khustup
- Deep memory typo fix (#2653) @adolkhan
- VectorStore docs fix (#2655) @adolkhan
- Saving views of views (#2649) @FayazRahman
- Brought back index regeneration (#2648) @istranic
- Switch lz4 implementation to python-lz4 (#2645) @FayazRahman
āļø Who Contributes
@FayazRahman, @adolkhan, @istranic, @khustup and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.8.0 š
š§ What's Changed
- Deep Memory search speed up (#2646) @adolkhan
- Deep Memory virtual tensors support (#2643) @adolkhan
- Better view saving error message (#2639) @FayazRahman
- Bump libdeeplake version. (#2642) @khustup # āļø Who Contributes @FayazRahman, @adolkhan, @davidbuniat, @khustup, @levongh and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago
deeplake - v3.7.3 š
š§ What's Changed
- Deep Memory support on aws (#2635) @adolkhan
- [AL-2417] Fix transform memory leak (#2631) @FayazRahman
- [AL-2419] [AL-2416] Fixes for
tensor.pathandtensor.creds_key(#2620) @FayazRahman - [AL-2422] Tensor update by
__setattr__(#2632) @FayazRahman - Deep memory support in VectorStore (#2594) @adolkhan
āļø Who Contributes
@FayazRahman, @adolkhan and @nvoxland
- Python
Published by github-actions[bot] over 2 years ago