Releases: datachain-ai/datachain
Releases · datachain-ai/datachain
0.38.4
What's Changed
- cleanup warnings, fail on any new warnings by @shcheklein in #1474
- fix(file): make open atomic (almost) by @shcheklein in #1486
- fix(file): exclude catalog before serializing by @shcheklein in #1490
Full Changelog: 0.38.3...0.38.4
0.38.3
What's Changed
- build(deps-dev): bump mypy from 1.18.2 to 1.19.0 by @dependabot[bot] in #1484
- Fix union breaking schema order by @ilongin in #1398
Full Changelog: 0.38.2...0.38.3
0.38.2
What's Changed
- Fix 'ValuesToTupleError' exception by @dreadatour in #1482
- Remove 'datachain query' command by @dreadatour in #1483
Full Changelog: 0.38.1...0.38.2
0.38.1
What's Changed
- Update Studio dependencies in CI only if branch is not 'main' by @dreadatour in #1473
- Recognize pending status in JobStatus by @amritghimire in #1478
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1475
- Set dataset version default status to 'CREATED' by @dreadatour in #1476
- UDF error handling improvements by @dreadatour in #1464
Full Changelog: 0.38.0...0.38.1
0.38.0
What's Changed
- fix(udf): don't use python enthropy for UDF temp names by @shcheklein in #1462
- convert booleans back on read by @shcheklein in #1463
- try to use latest torch deps by @shcheklein in #1467
- unify json usage, make sure datetime is handled by @shcheklein in #1444
Full Changelog: 0.37.15...0.38.0
0.37.15
What's Changed
- Fix AMI name in aws-ami.md by @0x2b3bfa0 in #1433
- feat(to_storage): cleanup, add tests, add filepath strategy by @shcheklein in #1461
Full Changelog: 0.37.14...0.37.15
0.37.14
What's Changed
- misc(delta): improve detection of schema drift by @shcheklein in #1458
- fix(udf): don't allow silent wrong schema merges by @shcheklein in #1460
- fix(udf): handle models serialization in complex types by @shcheklein in #1459
Full Changelog: 0.37.13...0.37.14
0.37.13
What's Changed
- Validate input param in DatasetRecord.parse_schema by @dreadatour in #1452
- fix(model store): handle deeply nested models by @shcheklein in #1457
Full Changelog: 0.37.12...0.37.13
0.37.12
What's Changed
- don't allow self-referencing mutates by @shcheklein in #1447
- fix: handle collision on column renames on merge by @shcheklein in #1448
- Fix distributed tests by @dreadatour in #1451
Full Changelog: 0.37.11...0.37.12
0.37.11
What's Changed
- return proper function name in UDF signature errors by @shcheklein in #1442
- improve error messages in func when complex column passed by @shcheklein in #1441
Full Changelog: 0.37.10...0.37.11