Deprecations and Updates
- Renamed a few expressions. Mostly now the "query_" prefix is no longer used for many features, but is kept for some others. E.g. instead of "query_lstsq", now the expression is "pds.lin_reg".
What's Changed
- added matthew corr coef by @abstractqqq in #276
- general maintenance by @abstractqqq in #277
- added auto_corr and ar_coeffs by @abstractqqq in #278
- added lcs_seq by @abstractqqq in #279
- Update polars by @abstractqqq in #280
- added basic splitting by @abstractqqq in #281
- fixes #282 by @abstractqqq in #283
- Misc features + Isotonic Rgression by @abstractqqq in #284
- Add monotonic checks by @abstractqqq in #285
Full Changelog: v0.6.1...v0.6.2