- A novel generalization of trimmed L-moments and L-comoments: Fractional trimming 🎉 . Trim lengths can now be any positive float. (11)
- New convenience methods: `lmo.l_stats`, `lmo.l_costats`, and `lmo.theoretical.l_(ratio|stats)_from_(cdf|ppf)`
- New low-level `lmo.ostats` module, for internally used (fractional) order-statistics calculations.
- Improved function typing with `typing.overload` .
- Improved parameter typing by annotating `**kwargs` with `TypedDict`.
- Many documentation improvements.
- Reduced test flakyness, removed redundant tests, and added some new ones.
- Made the internal low-level `_pwm` module public, by renaming it to `pwm_beta`.
- BREAKING: most `dtype` and `axis` kwargs are now keyword-only arguments.
**Full Changelog**: https://github.com/jorenham/lmo/compare/v0.7.0...v0.8.0