Skip to content

Releases: sdv-dev/SDMetrics

v0.6.0 - 2022-08-12

12 Aug 23:22
Compare
Choose a tag to compare

This release removes SDMetric's dependency on the RDT library, and also introduces new quality and diagnostic metrics. Additionally, we introduce a new compute_breakdown method that returns a breakdown of metric results.

New Features

Internal Improvements

v0.5.0 - 2022-05-11

10 May 21:12
Compare
Choose a tag to compare

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

  • Cap pomegranate to <0.14.7 - Issue #116 by @csala
  • Relational KSTest crashes with IncomputableMetricError if a table doesn't have numerical columns - Issue #109 by @katxiao

v0.4.1 - 2021-12-09

09 Dec 22:41
Compare
Choose a tag to compare

v0.4.1 - 2021-12-09

This release improves the handling of metric errors, and updates the default transformer behavior used in SDMetrics.

Issues closed

  • Report metric errors from compute_metrics - Issue #107 by @katxiao
  • Specify default categorical transformers - Issue #105 by @katxiao

v0.4.0 - 2021-11-16

16 Nov 12:27
Compare
Choose a tag to compare

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

v0.3.2 - 2021-08-16

17 Aug 07:04
Compare
Choose a tag to compare

This release makes pomegranate an optional dependency.

Issues closed

  • Make pomegranate an optional dependency - Issue #63 by @fealho

v0.3.1 - 2021-07-12

12 Jul 19:30
Compare
Choose a tag to compare

v0.3.1 - 2021-07-12

This release fixes a bug to make the privacy metrics available in the API docs.
It also updates dependencies to ensure compatibility with the rest of the SDV ecosystem.

Issues closed

  • CategoricalSVM not being imported - Issue #65 by @csala

v0.3.0 - 2021-03-31

31 Mar 19:53
Compare
Choose a tag to compare

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

24 Feb 21:01
Compare
Choose a tag to compare

Dependency upgrades to ensure compatibility with the rest of the SDV ecosystem.

v0.1.3 - 2021-02-13

15 Feb 18:28
Compare
Choose a tag to compare

Updates the required dependecies to facilitate a conda release.

Issues closed

v0.1.2 - 2021-01-27

27 Jan 21:50
Compare
Choose a tag to compare

Big fixing release that addresses several minor errors.

Issues closed

  • More splits than classes - Issue #46 by @fealho
  • Scipy 1.6.0 causes an AttributeError - Issue #44 by @fealho
  • Time series metrics fails with variable length timeseries - Issue #42 by @fealho
  • ParentChildDetection metrics KeyError - Issue #39 by @csala