Lmo

Latest version: v0.14.0

Safety actively analyzes 638773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.11.3

What's Changed
* Entropy of the Wakeby distribution by jorenham in https://github.com/jorenham/Lmo/pull/115
* Bump mkdocs-material from 9.5.1 to 9.5.2 by dependabot in https://github.com/jorenham/Lmo/pull/116
* Bump hypothesis from 6.91.1 to 6.92.0 by dependabot in https://github.com/jorenham/Lmo/pull/117
* Bump typing-extensions from 4.8.0 to 4.9.0 by dependabot in https://github.com/jorenham/Lmo/pull/118
* Generalized Lambda distribution implementation: `distributions.genlambda` by jorenham in https://github.com/jorenham/Lmo/pull/119


**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.11.2...v0.11.3

0.11.2

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


**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.11.1...v0.11.2

0.11.1

Bugfix release

What's Changed
* Ruff 0.1.4 upgrade and config finetuning by jorenham in https://github.com/jorenham/Lmo/pull/68
* Prevent `IntegerOverflow` on windows: prefer `np.int64` over `np.int_` by jorenham in https://github.com/jorenham/Lmo/pull/69
* Consistent tie-breaking in concomitants with lexical ordering by jorenham in https://github.com/jorenham/Lmo/pull/72
* Fix incorrect trimming of extreme values, including `inf` by jorenham in https://github.com/jorenham/Lmo/pull/73
* Add missing `overload`s for L-moment aliases by jorenham in https://github.com/jorenham/Lmo/pull/75
* Added type annotations for passing (symmetric) trim as scalar by jorenham in https://github.com/jorenham/Lmo/pull/77


**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.11.0...v0.11.1

0.11.0

What's Changed
* Bump matplotlib from 3.7.2 to 3.8.0 by dependabot in https://github.com/jorenham/Lmo/pull/32
* Bump typing-extensions from 4.7.1 to 4.8.0 by dependabot in https://github.com/jorenham/Lmo/pull/33
* Bump pyright from 1.1.326 to 1.1.327 by dependabot in https://github.com/jorenham/Lmo/pull/34
* Bump ruff from 0.0.288 to 0.0.290 by dependabot in https://github.com/jorenham/Lmo/pull/36
* Bump hypothesis from 6.84.3 to 6.86.2 by dependabot in https://github.com/jorenham/Lmo/pull/37
* Fixed typos by jorenham in https://github.com/jorenham/Lmo/pull/46
* Fixed the L-coratio definitions in the documentation by jorenham in https://github.com/jorenham/Lmo/pull/47
* Generalized Method of L-Moments (L-GMM) by jorenham in https://github.com/jorenham/Lmo/pull/53
* Additional Ruff rules by jorenham in https://github.com/jorenham/Lmo/pull/54
* Added the `lmo.contrib` namespace by jorenham in https://github.com/jorenham/Lmo/pull/55
* Prepare for Numpy 2.0 python API removals by jorenham in https://github.com/jorenham/Lmo/pull/56
* Optional Pandas integration by jorenham in https://github.com/jorenham/Lmo/pull/57
* Changed default sorting method from `'stable'` to `None`, i.e. `'quicksort'` (which actually is introsort) by jorenham in https://github.com/jorenham/Lmo/pull/59


**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.10.1...v0.11.0

0.10.2

What's Changed
* Bump matplotlib from 3.7.2 to 3.8.0 by dependabot in https://github.com/jorenham/Lmo/pull/32
* Bump typing-extensions from 4.7.1 to 4.8.0 by dependabot in https://github.com/jorenham/Lmo/pull/33
* Bump pyright from 1.1.326 to 1.1.327 by dependabot in https://github.com/jorenham/Lmo/pull/34
* Bump ruff from 0.0.288 to 0.0.290 by dependabot in https://github.com/jorenham/Lmo/pull/36
* Bump hypothesis from 6.84.3 to 6.86.2 by dependabot in https://github.com/jorenham/Lmo/pull/37
* fixed typos by jorenham in https://github.com/jorenham/Lmo/pull/46
* Fixed the L-coratio definitions in the documentation by jorenham in https://github.com/jorenham/Lmo/pull/47


**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.10.1...v0.10.2

0.10.1

What's Changed
* Theoretical L-comoments by jorenham in https://github.com/jorenham/Lmo/pull/30
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/jorenham/Lmo/pull/31

New Contributors
* dependabot made their first contribution in https://github.com/jorenham/Lmo/pull/31

**Full Changelog**: https://github.com/jorenham/Lmo/compare/v0.10.0...v0.10.1

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.