File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## v0.18.0 - 2024-12-13
4
+
5
+ ### Bugs Fixed
6
+
7
+ * Missing whitespace in ` DisclosureProtection ` warning - Issue [ #694 ] ( https://github.com/sdv-dev/SDMetrics/issues/694 ) by @frances-h
8
+ * ` DisclosureProtection ` should be NaN if baseline score is zero - Issue [ #693 ] ( https://github.com/sdv-dev/SDMetrics/issues/693 ) by @frances-h
9
+ * ` CategoricalCAP ` metric returns 0 if no overlap in known fields - Issue [ #692 ] ( https://github.com/sdv-dev/SDMetrics/issues/692 ) by @frances-h
10
+
11
+ ### New Features
12
+
13
+ * Add ` DisclosureProtectionEstimate ` metric - Issue [ #676 ] ( https://github.com/sdv-dev/SDMetrics/issues/676 ) by @frances-h
14
+ * Add ` DisclosureProtection ` metric - Issue [ #675 ] ( https://github.com/sdv-dev/SDMetrics/issues/675 ) by @frances-h
15
+
3
16
## v0.17.1 - 2024-12-04
4
17
5
18
### Maintenance
Original file line number Diff line number Diff line change 1
- Run started:2024-12-04 17:12:40.891444
1
+ Run started:2024-12-13 19:36:12.439471
2
2
3
3
Test results:
4
4
>> 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:
117
117
--------------------------------------------------
118
118
119
119
Code scanned:
120
- Total lines of code: 9475
120
+ Total lines of code: 10154
121
121
Total lines skipped (#nosec): 0
122
122
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
123
123
You can’t perform that action at this time.
0 commit comments