💥Breaking changes💥:
Namespace renaming:
str_ext -> str2
stats_ext -> stats
num_ext -> num
New namespace:
c, for complex numbers
What's Changed
* added some str inflections, LCS based freq from rapidfuzz by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/32
* Chi2 by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/34
* added lempel ziv by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/35
* Kdtree by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/36
* improved sample entropy by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/37
* Improved docs
* Debug chi2 by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/40
* Various adhoc by abstractqqq in https://github.com/abstractqqq/polars_ds_extension/pull/41
* Methods to work with complex numbers
**Full Changelog**: https://github.com/abstractqqq/polars_ds_extension/compare/v0.1.4...v0.2.0