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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,43 @@
1
1
# History
2
2
3
+
## v0.15.1 - 2024-08-13
4
+
5
+
### Bugs Fixed
6
+
7
+
* X-axis for the bar plot should be labeled `Value` instead of `Category` - Issue [#620](https://github.com/sdv-dev/SDMetrics/issues/620) by @R-Palazzo
8
+
* LinAlgError when plotting data that is constant - Issue [#616](https://github.com/sdv-dev/SDMetrics/issues/616) by @R-Palazzo
9
+
* Wrong chart title when generating a box plot for just the real data using `get_column_pair_plot()` - Issue [#615](https://github.com/sdv-dev/SDMetrics/issues/615) by @R-Palazzo
10
+
11
+
### New Features
12
+
13
+
* Better error message when passing an SDV Metadata object - Issue [#610](https://github.com/sdv-dev/SDMetrics/issues/610) by @R-Palazzo
14
+
* Check that every property score are index-free - Issue [#583](https://github.com/sdv-dev/SDMetrics/issues/583) by @R-Palazzo
15
+
16
+
## v0.15.0 - 2024-07-15
17
+
18
+
This release adds support for NumPy 2.0! Additionally, the visualization utilities no longer require both real and synthetic data to be provided, and they can now be used to visualize only real or only synthetic data.
19
+
20
+
### Maintenance
21
+
22
+
* Switch to using ruff for Python linting and code formatting - Issue [#536](https://github.com/sdv-dev/SDMetrics/issues/536) by @gsheni
23
+
* Change job names in integration workflow to "integration" - Issue [#577](https://github.com/sdv-dev/SDMetrics/issues/577) by @rwedge
24
+
* Cap numpy to less than 2.0.0 until SDMetrics supports - Issue [#591](https://github.com/sdv-dev/SDMetrics/issues/591) by @gsheni
25
+
26
+
### Internal
27
+
28
+
* Switch to using ruff for Python linting and code formatting - Issue [#536](https://github.com/sdv-dev/SDMetrics/issues/536) by @gsheni
29
+
30
+
### New Features
31
+
32
+
* Allow me to visualize just the real or synthetic data - Issue [#581](https://github.com/sdv-dev/SDMetrics/issues/581) by @lajohn4747
33
+
* Update Referential Integrity metric to support NaNs in child column - Issue [#587](https://github.com/sdv-dev/SDMetrics/issues/587) by @R-Palazzo
34
+
* Add support for numpy 2.0.0 - Issue [#593](https://github.com/sdv-dev/SDMetrics/issues/593) by @R-Palazzo
35
+
36
+
### Bugs Fixed
37
+
38
+
* ColumnPairTrends score depends on the data index - Issue [#582](https://github.com/sdv-dev/SDMetrics/issues/582) by @R-Palazzo
39
+
* Datetime columns set to Object pandas dtype breaks LSTMDetection - Issue [#584](https://github.com/sdv-dev/SDMetrics/issues/584) by @fealho
40
+
3
41
## v0.14.1 - 2024-05-13
4
42
5
43
This release patches a bug on the `LSTMDetection` metric.
0 commit comments