Skip to content

Commit 42ca8c0

Browse files
authored
Update release notes (#683)
* Update release notes * Update release number in URL
1 parent 82d1a19 commit 42ca8c0

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/release_notes.md

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

3-
## Version 1.2.0 (Upcoming Release)
3+
## Version 1.2.0 (September 13, 2024)
44

5-
For a list of all changes in this release, see the [full changelog](https://github.com/nci/scores/compare/1.1.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/1.1.0...1.2.0). Below are the changes we think users may wish to be aware of.
66

77
### Features
88

@@ -12,20 +12,12 @@ For a list of all changes in this release, see the [full changelog](https://gith
1212
- Tail threshold weighted continuous ranked probability score (twCRPS) for ensembles: `scores.probability.tail_tw_crps_for_ensemble`. See [PR #644](https://github.com/nci/scores/pull/644).
1313
- The FIxed Risk Multicategorical (FIRM) score (`scores.categorical.firm`) can now take a sequence of mulitdimensional arrays (xr.DataArray) of thresholds. This allows the FIRM score to be used with categorical thresholds that vary across the domain. See [PR #661](https://github.com/nci/scores/pull/661).
1414

15-
### Breaking Changes
16-
17-
### Deprecations
18-
19-
### Bug Fixes
20-
2115
### Documentation
2216

2317
- Added information about percent bias to the "Additive Bias and Multiplicative Bias" tutorial. See [PR #639](https://github.com/nci/scores/pull/639) and [PR #656](https://github.com/nci/scores/pull/656).
2418
- Updated documentation to say there are now over 60 metrics, statistical techniques and data processing tools contained in `scores`. See [PR #659](https://github.com/nci/scores/pull/659).
2519
- In the "Contributing Guide", updated instructions for installing a conda-based virtual environment. See [PR #654](https://github.com/nci/scores/pull/654).
2620

27-
28-
2921
### Internal Changes
3022

3123
- Modified automated tests to work with NumPy 2.1. Incorporated a union type of `array` and `generic` in assert statements for Dask operations. See [PR #643](https://github.com/nci/scores/pull/643).

0 commit comments

Comments
 (0)