0.2.13
What's Changed
- DataChain.from_storage: add last_modified and is_latest to the columns by @skshetry in #165
- fix for using new column from
.mutate()
in.order_by()
by @ilongin in #171 - Renaming
File.write()
toFile.save()
by @ilongin in #172 - storage: index as a dir if no glob by @shcheklein in #108
Docs
- first shot at LLM eval tutorial by @volkfox in #145
- Update README.rst by @volkfox in #161
- docs: update README.rst by @eltociear in #168
Maintenance
- skip mypy hook on pre-commit.ci by @skshetry in #164
- ci: disable azure and gs remote tests on macOS by @skshetry in #174
- ci: run s3 tests on Windows, be more careful while skipping by @skshetry in #175
- fix test for ch wrt datetime precision by @skshetry in #169
- Adding tests for exporting image files and
File.write()
by @ilongin in #149
New Contributors
- @eltociear made their first contribution in #168
Full Changelog: 0.2.12...0.2.13