v1.11.0: Support Polars and use gokart worker
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