From 733d0209a2b85fd595d5627831c167078068c3d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 19:28:17 +0000 Subject: [PATCH 1/2] Prepare release for v0.21.1 --- HISTORY.md | 20 ++++++++++++++++++++ static_code_analysis.txt | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e14a5f81..90d2f786 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,25 @@ # History +## v0.21.1 - 2025-07-24 + +### New Features + +* Add a fairness metric that computes Equalized Odds - Issue [#772](https://github.com/sdv-dev/SDMetrics/issues/772) by @fealho +* Add a violin plot visualizations to compare a pair of columns - Issue [#759](https://github.com/sdv-dev/SDMetrics/issues/759) by @R-Palazzo + +### Internal + +* Fix test failures with pandas 2.3 - Issue [#773](https://github.com/sdv-dev/SDMetrics/issues/773) by @rwedge +* Check pyproject for release candidate dependencies - Issue [#770](https://github.com/sdv-dev/SDMetrics/issues/770) by @rwedge + +### Maintenance + +* Update python setup step in workflows to use latest python version - Issue [#653](https://github.com/sdv-dev/SDMetrics/issues/653) by @frances-h + +### Miscellaneous + +* Add workflow to release SDMetrics on PyPI - Issue [#783](https://github.com/sdv-dev/SDMetrics/issues/783) by @gsheni + ## v0.21.0 - 2025-05-29 ### New Features diff --git a/static_code_analysis.txt b/static_code_analysis.txt index db6187eb..131e9de0 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,4 +1,4 @@ -Run started:2025-05-29 18:58:21.274050 +Run started:2025-07-24 19:28:17.001789 Test results: >> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. @@ -117,7 +117,7 @@ Test results: -------------------------------------------------- Code scanned: - Total lines of code: 11374 + Total lines of code: 11825 Total lines skipped (#nosec): 0 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0 From 326a8d8551ecbf7295d7701a6822a8a2d7cd90bd Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Thu, 24 Jul 2025 15:57:24 -0400 Subject: [PATCH 2/2] Bump version to 0.22.0 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 90d2f786..3108e9cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## v0.21.1 - 2025-07-24 +## v0.22.0 - 2025-07-24 ### New Features