Skip to content

Releases: frazane/scoringrules

v0.5.3

24 Jun 13:37
Compare
Choose a tag to compare

Added support for python 3.12

v0.5.2

18 Jun 09:10
Compare
Choose a tag to compare

This minor release adds another parametric form of the CRPS and a new type of scoring rule: the interval-based Winkler score. Additionally, we start to widen the scope of the library by introducing the first graphical verification tool, the reliability diagram. In the future, we plan to add other graphical tools to diagnose calibration as they are important to complement scoring rules.

New features

v0.5.1

25 May 12:27
Compare
Choose a tag to compare

New features

v0.5.0

08 May 08:21
Compare
Choose a tag to compare

This release brings an important breaking change, improvements to the documentation and some preliminary work to include many new distributions for the analytical continuous ranked probability score.

Breaking changes 💥

  • Changed the order of positional arguments for all functions in #18 by @frazane. Starting with this release, observations always come as the first positional argument.

New features

  • Added special module and several statistical functions to the backends in #17 by @sallen12 and @frazane. This is preparatory work for #13.

Documentation

v0.4.4

22 Dec 10:14
Compare
Choose a tag to compare

What's changed

v0.4.0

10 Nov 08:11
Compare
Choose a tag to compare

This release brings a new framework-agnostic backend system to scoringrules, with added support for pytorch! This required a major internal refactoring to the codebase but there are no significant changes to the API except for some weighted scoring rules.

v0.3.0

25 Aug 08:53
Compare
Choose a tag to compare

This release introduces weighted scores #4 by @sallen12 (👏 ). The following weighting schemes have been implemented:

  • threshold weighting
  • outcome weighting
  • vertical rescaling

for the ensemble-based metrics: CRPS, Energy Score and Variogram Score.