Deprecations and Updates
1. 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 https://github.com/abstractqqq/polars_ds_extension/pull/276
* general maintenance by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/277
* added auto_corr and ar_coeffs by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/278
* added lcs_seq by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/279
* Update polars by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/280
* added basic splitting by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/281
* fixes 282 by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/283
* Misc features + Isotonic Rgression by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/284
* Add monotonic checks by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/285
**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.6.1...v0.6.2