Skip to content

Commit 1125904

Browse files
sdv-teamgithub-actions[bot]amontanez24
authored
v0.19.0 Release Preparation (#732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrew Montanez <andrew@sdv.dev>
1 parent 00f63b6 commit 1125904

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

HISTORY.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# History
22

3+
## v0.19.0 - 2025-02-24
4+
5+
### New Features
6+
7+
* Use metadata to validate inputs to `BinaryClassifierEfficacy` precision and recall metrics - Issue [#727](https://github.com/sdv-dev/SDMetrics/issues/727) by @R-Palazzo
8+
* Speed up calculation of the QualityReport - Issue [#718](https://github.com/sdv-dev/SDMetrics/issues/718) by @R-Palazzo
9+
* Allow subsampling when computing the `ContingencySimilarity` metric - Issue [#716](https://github.com/sdv-dev/SDMetrics/issues/716) by @R-Palazzo
10+
* Add `BinaryClassifierRecallEfficacy` metric - Issue [#712](https://github.com/sdv-dev/SDMetrics/issues/712) by @R-Palazzo
11+
* Add `BinaryClassifierPrecisionEfficacy` metric - Issue [#711](https://github.com/sdv-dev/SDMetrics/issues/711) by @R-Palazzo
12+
* The `ContingencySimilarity` metric should be able to discretize continuous columns - Issue [#700](https://github.com/sdv-dev/SDMetrics/issues/700)
13+
14+
### Maintenance
15+
16+
* Delete conda folder - Issue [#708](https://github.com/sdv-dev/SDMetrics/issues/708) by @amontanez24
17+
* Cancel previous workflow runs on a new push - Issue [#705](https://github.com/sdv-dev/SDMetrics/issues/705) by @R-Palazzo
18+
* Support Python 3.13 (excluding `pomegranate`) - Issue [#645](https://github.com/sdv-dev/SDMetrics/issues/645) by @rwedge
19+
20+
### Miscellaneous
21+
22+
* BNLikelihood - Issue [#630](https://github.com/sdv-dev/SDMetrics/issues/630)
23+
324
## v0.18.0 - 2024-12-13
425

526
### Bugs Fixed

static_code_analysis.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Run started:2024-12-13 19:36:12.439471
1+
Run started:2025-02-21 20:33:08.028276
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: 10154
120+
Total lines of code: 10792
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)