Skip to content

Commit

Permalink
add missing issues and update summary
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Jul 12, 2024
1 parent e72f14b commit 822f942
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## v0.15.0 - 2024-07-12

This release adds support for NumPy 2.0!
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.

### Maintenance

* Switch to using ruff for Python linting and code formatting - Issue [#536](https://github.com/sdv-dev/SDMetrics/issues/536) by @gsheni
* Change job names in integration workflow to "integration" - Issue [#577](https://github.com/sdv-dev/SDMetrics/issues/577) by @rwedge
* Cap numpy to less than 2.0.0 until SDMetrics supports - Issue [#591](https://github.com/sdv-dev/SDMetrics/issues/591) by @gsheni

### Internal

* Switch to using ruff for Python linting and code formatting - Issue [#536](https://github.com/sdv-dev/SDMetrics/issues/536) by @gsheni

### New Features

Expand All @@ -13,6 +23,7 @@ This release adds support for NumPy 2.0!
### Bugs Fixed

* ColumnPairTrends score depends on the data index - Issue [#582](https://github.com/sdv-dev/SDMetrics/issues/582) by @R-Palazzo
* Datetime columns set to Object pandas dtype breaks LSTMDetection - Issue [#584](https://github.com/sdv-dev/SDMetrics/issues/584) by @fealho

## v0.14.1 - 2024-05-13

Expand Down

0 comments on commit 822f942

Please sign in to comment.