Skip to content

Releases: jorenham/Lmo

v0.5.1

31 May 02:06
1a9614b
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 May 00:37
8e810c2
Compare
Choose a tag to compare
  • 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 the l_{} methods, for the sake of "DRY".
  • BREAKING: The weights parameter is now called aweights.

Full Changelog: v0.4...v0.5.0

v0.4.0

20 May 21:39
4e2435b
Compare
Choose a tag to compare
  • Support for custom sample weights
  • Improved documentation
  • A bunch of bugfixes

Full Changelog: v0.3.1...v0.4

v0.3.1

16 May 21:26
309c6f6
Compare
Choose a tag to compare

Fixes several bugs in lmo.tl_coratio.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 May 01:30
dd3a0b8
Compare
Choose a tag to compare
  • BREAKING: Combined tl_* method args s and t into trim, which can be a (tuple of a) single int (symmetric trimming), or a tuple of two ints.
  • Improved typing of arrays and dtypes.
  • Removed the python<3.12 restriction.
  • Relaxed the numpy version restriction to >=1.20.

Full Changelog: v0.2.1...v0.3.0