Releases: sdv-dev/SDMetrics
v0.5.0 - 2022-05-11
This release fixes an error where the relational KSTest
crashes if a table doesn't have numerical columns.
It also includes some housekeeping, updating the pomegranate and copulas version requirements.
Issues closed
v0.4.1 - 2021-12-09
v0.4.0 - 2021-11-16
This release adds support for Python 3.9 and updates dependencies to ensure compatibility with the rest of the SDV ecosystem, and upgrades to the latests RDT release.
Issues closed
- Replace
sktime
forpyts
- Issue #103 by @pvk-developer - Add support for Python 3.9 - Issue #102 by @pvk-developer
- Increase code style lint - Issue #80 by @fealho
- Add
pip check
toCI
workflows - Issue #79 by @pvk-developer - Upgrade dependency ranges - Issue #69 by @katxiao
v0.3.2 - 2021-08-16
v0.3.1 - 2021-07-12
v0.3.0 - 2021-03-31
This release includes privacy metrics to evaluate if the real data could be obtained or deduced from the synthetic samples. Additionally all the metrics have a normalize
method which takes the raw_score
generated by the metric and returns a value between 0
and 1
.
Issues closed
v0.2.0 - 2021-02-24
Dependency upgrades to ensure compatibility with the rest of the SDV ecosystem.
v0.1.3 - 2021-02-13
v0.1.2 - 2021-01-27
Big fixing release that addresses several minor errors.
Issues closed
v0.1.1 - 2020-12-30
This version adds Time Series Detection and Efficacy metrics, as well as a fix
to ensure that Single Table binary classification efficacy metrics work well
with binary targets which are not boolean.