Skip to content

Commit e940af2

Browse files
committed
Add release date to the release notes
Add backticks to notice file to better identify function names
1 parent c8baf5a commit e940af2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

NOTICE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
This file contains a listing of all code which is included within the repository which is adapted from, extends, or includes code from another open source project. The filenames, sources, copyright and licenses are recorded here.
22

3-
Code in the file src/scores/probability/crps_numba.py is adapted from two sources.
4-
The xarray wrapper function crps_cdf_exact_fast is based on the code for crps_ensemble from xskillscore
3+
Code in the file src/scores/probability/crps_numba.py is adapted from two sources. The xarray wrapper function `scores.probability.crps_numba.crps_cdf_exact_fast` is based on the code for crps_ensemble from xskillscore
54
https://github.com/xarray-contrib/xskillscore/blob/main/xskillscore/core/probabilistic.py, released under the Apache-2.0 License with
6-
copyright attributed to xskillscore developers (as at 11 Dec 2025). The vectorisation of crps_at_point follows the example of _crps_ensemble_gufunc from properscoring
7-
https://github.com/properscoring/properscoring/blob/master/properscoring/_gufuncs.py, released under the Apache-2.0 License with copyright attributed to The Climate Corporation (2015).
5+
copyright attributed to xskillscore developers (as at 11 Dec 2025). The vectorisation of `crps_at_point` follows the example of `_crps_ensemble_gufunc` from properscoring https://github.com/properscoring/properscoring/blob/master/properscoring/_gufuncs.py, released under the Apache-2.0 License with copyright attributed to The Climate Corporation (2015).

docs/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release Notes (What's New)
22

3-
## Version 2.4.0 (Upcoming Release)
3+
## Version 2.4.0 (January 14, 2026)
44

5-
For a list of all changes in this release, see the [full changelog](https://github.com/nci/scores/compare/2.3.0...develop). Below are the changes we think users may wish to be aware of.
5+
For a list of all changes in this release, see the [full changelog](https://github.com/nci/scores/compare/2.3.0...2.4.0). Below are the changes we think users may wish to be aware of.
66

77
### Features
88

0 commit comments

Comments
 (0)