Skip to content

v1.11.0: Support Polars and use gokart worker

Choose a tag to compare

@kitagry kitagry released this 16 Feb 05:47
· 43 commits to master since this release
ae6a313

What's Changed

  • fix: CODEOWNERS file formatting by @kitagry in #476
  • feat: support polars LazyFrame in file processors by @kitagry in #477
  • feat: add automatic processor selection based on DataFrame type parameter by @kitagry in #471
  • fix: replace multiprocessing.set_start_method('fork') with get_context('fork') by @kitagry in #478

Full Changelog: v1.10.3...v1.11.0