Skip to content

Releases: jorenham/Lmo

v0.13.2

16 May 01:34
11ec36d
Compare
Choose a tag to compare

Release highlights

  • Support numpy 2
  • Fix incorrect location fitting for asymmetric distributions in l_fit()
  • Improved numerical stability for large L-moment orders or trim-lengths
  • Adopt SPEC-0
  • Improved documentation

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

21 Apr 05:35
9923181
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

29 Jan 12:53
38700ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

14 Jan 01:14
76a216a
Compare
Choose a tag to compare

What's Changed

  • Fix TypeError in some scipy.stats distributions by @jorenham in #143

Full Changelog: v0.12.0...v0.12.1

v0.12.0

02 Jan 21:13
36f6cce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.12.0

v0.11.3

13 Dec 04:47
e37d04d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

06 Dec 04:14
172728b
Compare
Choose a tag to compare

What's Changed

  • Overview of (trimmed) L-moments of some distributions by @jorenham in #84
  • Burr III general L-moments by @jorenham in #91
  • Theoretical trimmed L-moments GEV distribution by @jorenham in #92
  • Pareto type IV general trimmed L-moments by @jorenham in #96
  • fix formatting issues in .md, .yaml, and .css by @jorenham in #98
  • Generalized Pareto Distribution (GPD) general trimmed L-moments by @jorenham in #101
  • Added pyright to tox by @wolph in #102
  • General L-moments of the Generalized logistic distribution by @jorenham in #104
  • Replaced boxcox transforms with Tsallis' q-exp and q-log by @jorenham in #105
  • General L-moments of the (discrete) Bernoulli distribution by @jorenham in #106
  • Merged Pareto IV and Burr XII distributions by @jorenham in #107
  • General L-moments of the Gompertz distribution by @jorenham in #110
  • New lmo.constants and lmo.special namespaces by @jorenham in #111
  • Kumaraswamy's distribution implementation by @jorenham in #112
  • Bump pyright from 1.1.337 to 1.1.338 by @dependabot in #113
  • Wakeby distribution implementation by @jorenham in #114

Full Changelog: v0.11.1...v0.11.2

v0.11.1

05 Nov 23:40
43b68c5
Compare
Choose a tag to compare

Bugfix release

What's Changed

  • Ruff 0.1.4 upgrade and config finetuning by @jorenham in #68
  • Prevent IntegerOverflow on windows: prefer np.int64 over np.int_ by @jorenham in #69
  • Consistent tie-breaking in concomitants with lexical ordering by @jorenham in #72
  • Fix incorrect trimming of extreme values, including inf by @jorenham in #73
  • Add missing @overloads for L-moment aliases by @jorenham in #75
  • Added type annotations for passing (symmetric) trim as scalar by @jorenham in #77

Full Changelog: v0.11.0...v0.11.1

v0.11.0

30 Oct 03:09
41f0143
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.2

02 Oct 20:55
d6c2ded
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2