Releases: iterative/datachain
Releases · iterative/datachain
0.11.0
What's Changed
- Inline script metadata by @ilongin in #913
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #933
- build(deps): bump ultralytics from 8.3.74 to 8.3.78 by @dependabot in #934
- Fix the to_storage for relative path by @amritghimire in #935
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Rename export_files to to_storage with cloud support by @amritghimire in #922
- Add documentation for new from_dataset behavior by @amritghimire in #918
- Add option to pass client config to from_storage by @amritghimire in #925
Full Changelog: 0.9.1...0.10.0
0.9.1
0.9.0
What's Changed
- Update docs: add toolkit page by @dreadatour in #885
- refactor(referencefs): override
_open
only forfsspec<2025.2.0
by @skshetry in #884 - Add toolkit link to API Reference index page by @dreadatour in #887
- Add custom error and CustomHelpFormatter for cli by @amritghimire in #888
- add eval-type-backport for docs built with python 3.9 by @mattseddon in #895
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #891
- build(deps): bump ultralytics from 8.3.68 to 8.3.70 by @dependabot in #892
- drop expected output from common sql functions output by @mattseddon in #886
- Adding explicit
or_
function by @ilongin in #894 - Removing
SQLAlchemy
fromDataChain.compare()
by @ilongin in #881 - Improve datachain ds ls output by @amritghimire in #897
- fix: check anon client config for content disposition by @yathomasi in #899
- Video models by @dreadatour in #890
- Add datasets filter for
datachain ds ls
by @amritghimire in #898 - fix(cli): remove extra Error from the message by @shcheklein in #905
- fix(cli, studio): don't retry on non request/http errors by @shcheklein in #907
- Adding explicit
and_
function by @ilongin in #910 - Pull dataset from studio if not available locally by @amritghimire in #901
- Upgrade iterative telemetry to reduce noise by @amritghimire in #917
- set
COVERAGE_CORE=sysmon
to improve tests' performance in 3.12 by @skshetry in #920 - build(deps): bump ultralytics from 8.3.70 to 8.3.74 by @dependabot in #916
- build(deps): bump mypy from 1.14.1 to 1.15.0 by @dependabot in #915
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #912
- Docs update by @dreadatour in #921
Full Changelog: 0.8.13...0.9.0
0.8.13
0.8.12
What's Changed
- Speed up unit tests by @ilongin in #863
- do not call stats in ds pull (from Studio) by @mattseddon in #875
- remove dataset_stats from studio client by @mattseddon in #876
- chore: reorganize docs (update sql-> func) by @yathomasi in #844
- Added columns as case values by @ilongin in #872
- fix docs build by @mattseddon in #879
- drop dataset stats from catalog and cli by @mattseddon in #878
- fix(api): fix param name for consistency in delete api by @shcheklein in #880
Full Changelog: 0.8.11...0.8.12
0.8.11
New Features and Enhancements
- add
isnone()
function by @ilongin in #801 - add support for
parse_options
inDataChain.from_csv
by @skirdey in #813 - add
File.upload
method to upload files to storage by @mattseddon in #850 - support for constant literals in
DataChain.mutate(...)
by @ilongin in #869
Bug fixes
- handle permission error properly when checking for file by @amritghimire in #856
- reduce stack trace for file system access issue by @amritghimire in #857
- improve CLI help message by @amritghimire in #861
New Contributors
Full Changelog: 0.8.10...0.8.11
0.8.10
0.8.9
What's Changed
New Features and Enhancements
- Review help/usage for cli commands by @amritghimire in #802
- file: support exporting files as a symlink by @skshetry in #819
Bug fixes
- file: raise error by @skshetry in #820
- prefetching: remove prefetched item after use in udf by @skshetry in #818
- ReferenceFileSystem: use fs.open instead of fs._open by @skshetry in #823
- README - mistral fix by @dmpetrov in #821
Full Changelog: 0.8.8...0.8.9
0.8.8
What's Changed
- docs(merge): add examples with Func object by @shcheklein in #811
- Import tqdm to support jupyter better by @shcheklein in #812
Full Changelog: 0.8.7...0.8.8