Skip to content

Commit 273481b

Browse files
authored
Merge pull request #541 from nci/release_0_9_1
Release 0.9.1
2 parents f8bee63 + 922f5dc commit 273481b

File tree

11 files changed

+271
-95
lines changed

11 files changed

+271
-95
lines changed

CITATION.cff

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- given-names: Tennessee
5+
family-names: Leeuwenburg
6+
orcid: "https://orcid.org/0009-0008-2024-1967"
7+
- given-names: Nicholas
8+
family-names: Loveday
9+
orcid: "https://orcid.org/0009-0000-5796-7069"
10+
- given-names: Elizabeth E.
11+
family-names: Ebert
12+
- given-names: Harrison
13+
family-names: Cook
14+
orcid: "https://orcid.org/0009-0009-3207-4876"
15+
- given-names: Mohammadreza
16+
family-names: Khanarmuei
17+
orcid: "https://orcid.org/0000-0002-5017-9622"
18+
- given-names: Robert J.
19+
family-names: Taggart
20+
orcid: "https://orcid.org/0000-0002-0067-5687"
21+
- given-names: Nikeeth
22+
family-names: Ramanathan
23+
orcid: "https://orcid.org/0009-0002-7406-7438"
24+
- given-names: Maree
25+
family-names: Carroll
26+
orcid: "https://orcid.org/0009-0008-6830-8251"
27+
- given-names: Stephanie
28+
family-names: Chong
29+
orcid: "https://orcid.org/0009-0007-0796-4127"
30+
- given-names: Aidan
31+
family-names: Griffiths
32+
- given-names: John
33+
family-names: Sharples
34+
35+
title: "scores: A Python package for verifying and evaluating models and predictions with xarray and pandas"
36+
37+
preferred-citation:
38+
type: article
39+
doi: "10.48550/arXiv.2406.07817"
40+
journal: "arXiv"
41+
title: "scores: A Python package for verifying and evaluating models and predictions with xarray and pandas"
42+
authors:
43+
- given-names: Tennessee
44+
family-names: Leeuwenburg
45+
orcid: "https://orcid.org/0009-0008-2024-1967"
46+
- given-names: Nicholas
47+
family-names: Loveday
48+
orcid: "https://orcid.org/0009-0000-5796-7069"
49+
- given-names: Elizabeth E.
50+
family-names: Ebert
51+
- given-names: Harrison
52+
family-names: Cook
53+
orcid: "https://orcid.org/0009-0009-3207-4876"
54+
- given-names: Mohammadreza
55+
family-names: Khanarmuei
56+
orcid: "https://orcid.org/0000-0002-5017-9622"
57+
- given-names: Robert J.
58+
family-names: Taggart
59+
orcid: "https://orcid.org/0000-0002-0067-5687"
60+
- given-names: Nikeeth
61+
family-names: Ramanathan
62+
orcid: "https://orcid.org/0009-0002-7406-7438"
63+
- given-names: Maree
64+
family-names: Carroll
65+
orcid: "https://orcid.org/0009-0008-6830-8251"
66+
- given-names: Stephanie
67+
family-names: Chong
68+
orcid: "https://orcid.org/0009-0007-0796-4127"
69+
- given-names: Aidan
70+
family-names: Griffiths
71+
- given-names: John
72+
family-names: Sharples
73+
year: 2024

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
project = "scores"
1111
copyright = "Licensed under Apache 2.0 - https://www.apache.org/licenses/LICENSE-2.0"
12-
release = "0.9.0"
12+
release = "0.9.1"
1313

1414
version = __version__
1515

docs/data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Overview of Some Relevant Data Sources
44

5-
This section suggests how to obtain some 'getting started' weather and climate data for examining the use of the scores and metrics contained in this package. Data referred to here is available under various licenses, and the onus is on the user to understand the conditions of those licenses. The tutorials and walkthroughs in the 'tutorials' directory contain more information and explore the data in more depth.
5+
This section suggests how to obtain sample data for 'getting started' with weather and climate information. Data referred to here is available under various licenses, and the onus is on the user to understand the conditions of those licenses. The tutorials and walkthroughs in the 'tutorials' directory contain more information and explore the data in more depth.
66

7-
This page will be improved to provide more specific instructions on downloading and preparing the data in accordance with the scores roadmap. For the moment, it notes a few key datasets which have global coverage and are easily accessible.
7+
This page will be improved to provide more specific instructions on downloading and preparing the data. For the moment, it notes a few key datasets which have global coverage and are easily accessible.
88

99
## Gridded global numerical weather prediction data
1010
Global weather prediction models are used to generate medium range forecasts and provide the initial and boundary conditions for higher-resolution regional models. Their global coverage makes them a good starting point for demonstrating the application of scoring methods in any region of interest.

docs/maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Information relevant for package maintenance
7373

7474
| what | when | why |
7575
| ------------ | ----------- | ------------ |
76-
| README | a new is score added | in case it deserves a mention
76+
| README | a new score is added | in case it deserves a mention
7777
| api.md | a new function is added | each function must be added individually
7878
| included.md | a new function is added | each function (and each variation of the function name) must be added individually
7979
| Tutorial_Gallery.ipynb | a new tutorial is added | navigation throughout the docs

src/scores/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import scores.sample_data
1414
import scores.stats.statistical_tests # noqa: F401
1515

16-
__version__ = "0.9.0"
16+
__version__ = "0.9.1"
1717

1818
__all__ = [
1919
"scores.categorical",

0 commit comments

Comments
 (0)