Skip to content

Commit 4857ae9

Browse files
sdv-teamgithub-actions[bot]frances-h
authored
v0.22.0 Release Preparation (#789)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frances Hartwell <frances@datacebo.com>
1 parent f8827d2 commit 4857ae9

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

HISTORY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

static_code_analysis.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Run started:2025-05-29 18:58:21.274050
1+
Run started:2025-07-24 19:28:17.001789
22

33
Test 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

119119
Code 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

0 commit comments

Comments
 (0)