diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 897e7c65..c47e47f5 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -10,13 +10,14 @@ v0.1.5 (Released 2024-04-18) Added ~~~~~ - **Code of Conduct**: Introduced a Code of Conduct to foster a welcoming and inclusive community environment. - We encourage all contributors to review the `Code of Conduct `_ to understand the expectations - and responsibilities when participating in the project. + We encourage all contributors to review the `Code of Conduct `_ + to understand the expectations and responsibilities when participating in the project. Changed ~~~~~~~ -- **License Update**: Transitioned the project license from MIT to BSD-3-Clause to better align with our project's - community engagement and protection goals. This change affects how the software can be used and redistributed. +- **License Update**: Transitioned the project license from MIT to `BSD-3-Clause `_ + to better align with our project's community engagement and protection goals. This change affects how the software + can be used and redistributed. Fixed ~~~~~ @@ -51,8 +52,9 @@ v0.1.3 (Released 2024-02-09) Added ~~~~~ - **TreeModel**: Wrapper class of tree-based models for Monte Carlo estimates of predictions and feature importance. -- **ShapExplainer**: A wrapper for SHAP (SHapley Additive exPlanations) explainers to obtain Monte Carlo estimates - for feature impact. + `See TreeModel `_. +- **ShapExplainer**: A wrapper for SHAP (SHapley Additive exPlanations) explainers to obtain Monte Carlo estimates for + feature impact. `See ShapExplainer `_. Changed ~~~~~~~ @@ -68,11 +70,14 @@ v0.1.2 (Released 2023-11-06) Added ~~~~~ -- `CPPPlot `_: - Plotting class for CPP features. +- **CPPPlot**: Plotting class for CPP features. + `See CPPPlot `_. - **dPULearnPlot**: Plotting class for results of negative identifications by dPULearn. + `See dPULearnPlot `_. - **AAclustPlot**: Plotting class for AAclust clustering results. + `See AAclustPlot `_. - **Options**: Set system-level settings by a dictionary-like interface (similar to pandas). + `See options `_. Changed ~~~~~~~