File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## v0.22.0 - 2025-07-24
4+
5+ ### New Features
6+
7+ * Add a fairness metric that computes Equalized Odds - Issue [ #772 ] ( https://github.com/sdv-dev/SDMetrics/issues/772 ) by @fealho
8+ * Add a violin plot visualizations to compare a pair of columns - Issue [ #759 ] ( https://github.com/sdv-dev/SDMetrics/issues/759 ) by @R-Palazzo
9+
10+ ### Internal
11+
12+ * Fix test failures with pandas 2.3 - Issue [ #773 ] ( https://github.com/sdv-dev/SDMetrics/issues/773 ) by @rwedge
13+ * Check pyproject for release candidate dependencies - Issue [ #770 ] ( https://github.com/sdv-dev/SDMetrics/issues/770 ) by @rwedge
14+
15+ ### Maintenance
16+
17+ * Update python setup step in workflows to use latest python version - Issue [ #653 ] ( https://github.com/sdv-dev/SDMetrics/issues/653 ) by @frances-h
18+
19+ ### Miscellaneous
20+
21+ * Add workflow to release SDMetrics on PyPI - Issue [ #783 ] ( https://github.com/sdv-dev/SDMetrics/issues/783 ) by @gsheni
22+
323## v0.21.0 - 2025-05-29
424
525### New Features
Original file line number Diff line number Diff line change 1- Run started:2025-05-29 18:58:21.274050
1+ Run started:2025-07-24 19:28:17.001789
22
33Test results:
44>> 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:
117117--------------------------------------------------
118118
119119Code scanned:
120- Total lines of code: 11374
120+ Total lines of code: 11825
121121 Total lines skipped (#nosec): 0
122122 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
123123
You can’t perform that action at this time.
0 commit comments