Skip to content

Commit ab03a1f

Browse files
v0.28.0 Release Preparation (#865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d71c57e commit ab03a1f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

HISTORY.md

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

3+
## v0.28.0 - 2026-03-19
4+
5+
### New Features
6+
7+
* Allow the `CardinalityShapeSimilarity` metric to work with composite keys - Issue [#839](https://github.com/sdv-dev/SDMetrics/issues/839) by @frances-h
8+
* Allow the `ReferentialIntegrity` metric to work with composite keys - Issue [#838](https://github.com/sdv-dev/SDMetrics/issues/838) by @pvk-developer
9+
* Allow the `KeyUniqueness` metric to work on composite keys - Issue [#837](https://github.com/sdv-dev/SDMetrics/issues/837) by @frances-h
10+
* Allow `CardinalityBoundaryAdherence` metric to work on composite keys - Issue [#836](https://github.com/sdv-dev/SDMetrics/issues/836) by @frances-h
11+
* Allow SDMetrics reports to run on composite keys - Issue [#835](https://github.com/sdv-dev/SDMetrics/issues/835) by @frances-h
12+
313
## v0.27.2 - 2026-02-26
414

515
### Bugs Fixed

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:2026-02-26 20:25:09.568617+00:00
1+
Run started:2026-03-18 21:23:39.494040+00:00
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: 12189
120+
Total lines of code: 12257
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)