Skip to content

Commit c774bfd

Browse files
v0.24.0 Release Preparation (#808)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0df03cf commit c774bfd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# History
22

3+
## v0.24.0 - 2025-11-03
4+
5+
### New Features
6+
7+
* Update `InterRowMSAS` to compare the overall distributions between row `n` and `n+1` (not the average) - Issue [#800](https://github.com/sdv-dev/SDMetrics/issues/800) by @sarahmish
8+
9+
### Bugs Fixed
10+
11+
* Minimum tests failing - OSError: [WinError 1114] A dynamic link library (DLL) initialization routine failed - Issue [#802](https://github.com/sdv-dev/SDMetrics/issues/802) by @sarahmish
12+
13+
### Maintenance
14+
15+
* Remove support for Python 3.8 - Issue [#801](https://github.com/sdv-dev/SDMetrics/issues/801) by @fealho
16+
317
## v0.23.0 - 2025-08-14
418

519
### 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-08-13 23:11:12.422595
1+
Run started:2025-11-03 20:45:24.062021
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: 11839
120+
Total lines of code: 11842
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)