File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pip install scoringrules
4545
4646## Documentation
4747
48- Learn more about ` scoringrules ` in its official documentation at https://frazane.github .io/scoringrules / .
48+ Learn more about ` scoringrules ` in its official documentation at https://scoringrules.readthedocs .io/en/latest / .
4949
5050
5151## Quick example
@@ -77,5 +77,3 @@ grateful for fruitful discussions with the authors.
7777- The quality of this library has also benefited a lot from discussions with (and contributions from)
7878Nick Loveday and Tennessee Leeuwenburg, whose python library [ ` scores ` ] ( https://github.com/nci/scores )
7979similarly provides a comprehensive collection of forecast evaluation methods.
80- - The implementation of the ensemble-based metrics as jit-compiled numpy generalized ` ufuncs `
81- was first proposed in [ ` properscoring ` ] ( https://github.com/properscoring/properscoring ) , released under Apache License, Version 2.0.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pip install scoringrules
6565
6666## Documentation
6767
68- Learn more about ` scoringrules ` in its official documentation at https://frazane.github .io/scoringrules / .
68+ Learn more about ` scoringrules ` in its official documentation at https://scoringrules.readthedocs .io/en/latest / .
6969
7070
7171## Quick example
@@ -97,5 +97,3 @@ grateful for fruitful discussions with the authors.
9797- The quality of this library has also benefited a lot from discussions with (and contributions from)
9898Nick Loveday and Tennessee Leeuwenburg, whose python library [ ` scores ` ] ( https://github.com/nci/scores )
9999similarly provides a comprehensive collection of forecast evaluation methods.
100- - The implementation of the ensemble-based metrics as jit-compiled numpy generalized ` ufuncs `
101- was first proposed in [ ` properscoring ` ] ( https://github.com/properscoring/properscoring ) , released under Apache License, Version 2.0.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " scoringrules"
7- version = " 0.7.1 "
7+ version = " 0.8.0 "
88description = " Scoring rules for probabilistic forecast evaluation."
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments