Skip to content

Releases: iterative/datachain

0.3.20

23 Sep 14:00
0835bf1
Compare
Choose a tag to compare

What's Changed

  • Removed Catalog.open_object() and refactor method to return file object from row by @ilongin in #467

Full Changelog: 0.3.19...0.3.20

0.3.19

23 Sep 12:09
4a7b17f
Compare
Choose a tag to compare

What's Changed

  • Reintroduce and update test_udf_after_limit() by @rlamy in #458
  • IndexedFile -> ArrowRow by @dberenbaum in #445
  • assert each example has some output instead of stdout and stderr by @mattseddon in #468
  • query: remove compat for executing last query expression by @skshetry in #449
  • Introduce DatasetVersionNotFoundError in errors by @amritghimire in #461
  • use official github action for uv and uv build by @skshetry in #470

Full Changelog: 0.3.18...0.3.19

0.3.18

18 Sep 22:20
16c2729
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.17...0.3.18

0.3.17

17 Sep 14:10
0abafcd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.16...0.3.17

0.3.16

16 Sep 15:14
404021f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.15...0.3.16

0.3.15

16 Sep 12:28
78ee1ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.14...0.3.15

0.3.14

12 Sep 13:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.13...0.3.14

0.3.13

11 Sep 12:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.12...0.3.13

0.3.12

11 Sep 10:45
48a0de5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.11...0.3.12

0.3.11

09 Sep 01:26
2444964
Compare
Choose a tag to compare

What's Changed

  • query: remove use of pipe for communication by @skshetry in #393
  • do not require last statement to be an expression or an instance of DatasetQuery by @skshetry in #395
  • pin pydantic < 2.9 by @mattseddon in #399
  • unpin pydantic, use python API for datamodel_codegen by @skshetry in #400
  • Update the DataChain logo in the README and docs by @djsauble in #402
  • avoid splitting script into feature files/scripts by @skshetry in #385
  • allow merge on expressions by @mattseddon in #388

New Contributors

Full Changelog: 0.3.10...0.3.11