You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HISTORY.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# History
2
2
3
+
## v0.19.0 - 2025-02-25
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
0 commit comments