Skip to content

Commit

Permalink
Add new format_table method to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee authored and Steph-Chong committed Dec 6, 2024
1 parent aadd19f commit 514dd77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ For a list of all changes in this release, see the [full changelog](https://gith
- Risk matrix score - matrix weights to array: `scores.emerging.matrix_weights_to_array`.
- Risk matrix score - warning scaling to weight array: `scores.emerging.weights_from_warning_scaling`.
See [PR #724](https://github.com/nci/scores/pull/724).
- A new method called `format_table` was added to the class `BasicContingencyManager` to improve visualisation of 2x2 contingency tables. The tutorial `Binary_Contingency_Scores` was updated to demonstrate the use of this function. See [PR #775](https://github.com/nci/scores/pull/775).

### Documentation

- Added "The Risk Matrix Score" tutorial. See [PR #724](https://github.com/nci/scores/pull/724).
- Updated the "Binary Categorical Scores and Binary Contingency Tables (Confusion Matrices)"
tutorial, to include "positive predictive value" and "negative predictive value" in the list of binary categorical scores included in `scores`. See [PR #759](https://github.com/nci/scores/pull/759).
tutorial:
- include "positive predictive value" in the list of binary categorical scores included
- include "negative predictive value" in the list of binary categorical scores included
- demonstrate the use of the new `format_table` method for visualising 2x2 contingency tables
See [PR #759](https://github.com/nci/scores/pull/759) and [PR #775](https://github.com/nci/scores/pull/775).
- Updated the “Contributing Guide”:
- Added a new section: "Creating Your Own Fork of `scores` for the First Time".
- Updated the section: "Workflow for Submitting Pull Requests".
Expand Down

0 comments on commit 514dd77

Please sign in to comment.