v0.15.0 - 2024-07-15
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 by @gsheni
- Change job names in integration workflow to "integration" - Issue #577 by @rwedge
- Cap numpy to less than 2.0.0 until SDMetrics supports - Issue #591 by @gsheni
Internal
New Features
- Allow me to visualize just the real or synthetic data - Issue #581 by @lajohn4747
- Update Referential Integrity metric to support NaNs in child column - Issue #587 by @R-Palazzo
- Add support for numpy 2.0.0 - Issue #593 by @R-Palazzo
Bugs Fixed
- ColumnPairTrends score depends on the data index - Issue #582 by @R-Palazzo
- Datetime columns set to Object pandas dtype breaks LSTMDetection - Issue #584 by @fealho