v0.6.0
This release focuses on the implementation of closed forms of the CRPS for several new distributions.
What's Changed
- Brier score: Correct order of arguments in pass-through to core score function by @simon-hirsch in #31
- improved examples in crps docs by @nicholasloveday in #33
- Add CRPS for beta distribution by @frazane in #37
- Add CRPS for the exponentialM distribution by @frazane in #39
- Add CRPS for binomial distribution by @frazane in #38
- Add CRPS for the gamma distribution by @frazane in #40
- Add CRPS for GEV distribution by @frazane in #42
- Add CRPS for generalized pareto distribution by @frazane in #43
- Add CRPS for the hypergeometric distribution by @frazane in #44
- Add CRPS for the Laplace distribution by @frazane in #45
- Add CRPS for the log-Laplace distribution by @frazane in #46
- Add CRPS for the loglogistic distribution by @frazane in #47
- Add CRPS for the generalised truncated and censored normal distribution by @sallen12 in #49
- Add CRPS for the uniform distribution by @sallen12 in #50
- Add CRPS for the generalised truncated and censored logistic distribution by @sallen12 in #48
- Add CRPS for the Poisson distribution by @sallen12 in #51
- Add CRPS for Student's t distribution by @sallen12 in #52
- Add CRPS for the generalised truncated and censored t distribution by @sallen12 in #53
- Use
uv
package management tool by @frazane in #54 - Add CRPS for two piece exponential distribution by @sallen12 in #57
- Update CI workflow by @frazane in #58
- Fix coverage report upload to codecov by @frazane in #59
- Add CRPS for the negative binomial distribution by @sallen12 in #55
- add crps for twopiece normal distribution by @sallen12 in #56
- Add log scores for some parametric distributions by @sallen12 in #61
- Add log score for the truncated logistic, normal and t distributions by @sallen12 in #62
- Wrap
numba
imports in try-except blocks by @frazane in #69
New Contributors
- @nicholasloveday made their first contribution in #33
Full Changelog: v0.5.3...v0.6.0