v0.5.0
- All calculations are now fully vectorized, and around ~100x faster
- Frequency weights for the univariate L-moments.
- Most methods now have usage examples.
- More and better tests.
- A bunch of minor bugfixes.
- BREAKING: Merged the
tl_{}
into thel_{}
methods, for the sake of "DRY". - BREAKING: The
weights
parameter is now calledaweights
.
Full Changelog: v0.4...v0.5.0