Skip to content

0.2.13

Compare
Choose a tag to compare
@shcheklein shcheklein released this 25 Jul 16:42
· 383 commits to main since this release
b9e60b4

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() to File.save() by @ilongin in #172
  • storage: index as a dir if no glob by @shcheklein in #108

Docs

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

Full Changelog: 0.2.12...0.2.13