summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-sdmetrics.spec41
-rw-r--r--sources2
3 files changed, 36 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 153b55a..5686a7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/sdmetrics-0.9.2.tar.gz
+/sdmetrics-0.9.3.tar.gz
diff --git a/python-sdmetrics.spec b/python-sdmetrics.spec
index 8c1d3b9..5ee4bb3 100644
--- a/python-sdmetrics.spec
+++ b/python-sdmetrics.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sdmetrics
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Summary: Metrics for Synthetic Data Generation Projects
License: MIT license
URL: https://github.com/sdv-dev/SDMetrics
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/48/79/35ea00abeb3cf772be91d70405c6c736b8cc0f7cc601fe80d8ac1f40939e/sdmetrics-0.9.2.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/1a/ec971ec0aaed34adeeed6ffd2bd51a5d71c20e21d996c367e1889ca8bd21/sdmetrics-0.9.3.tar.gz
BuildArch: noarch
Requires: python3-scikit-learn
@@ -93,7 +93,16 @@ data, including:
integrated solution and your one-stop shop for synthetic data. Or, use the standalone libraries
for specific needs.
# History
-## v0.9.2 - 2023-03-07
+## v0.9.3 - 2023-04-12
+This release improves the clarity of warning/error messages. We also add a version add-on, update the workflow to optimize the runtime and fix a bug in the `NewRowSynthesis` metric when computing the `synthetic_sample_size` for multi-table.
+### New Features
+* Add functionality to find version add-on - Issue [#321](https://github.com/sdv-dev/SDMetrics/issues/321) by @frances-h
+* More detailed warning in QualityReport when there is a constant input - Issue [#316](https://github.com/sdv-dev/SDMetrics/issues/316) by @pvk-developer
+* Make error more informative in QualityReport when tables cannot be merged - Issue [#317](https://github.com/sdv-dev/SDMetrics/issues/317) by @frances-h
+* More detailed warning in QualityReport for unexpected category values - Issue [#315](https://github.com/sdv-dev/SDMetrics/issues/315) by @frances-h
+### Bug Fixes
+* Multi table DiagnosticReport sets synthetic_sample_size too low for NewRowSynthesis - Issue [#320](https://github.com/sdv-dev/SDMetrics/issues/320) by @pvk-developer
+## v0.9.2 - 2023-03-08
This release fixes bugs in the `NewRowSynthesis` metric when too many columns were present. It also fixes bugs around datetime columns that are formatted as strings in both `get_column_pair_plot` and `get_column_plot`.
### Bug Fixes
* Method get_column_pair_plot: Does not plot synthetic data if datetime column is formatted as a string - Issue [#310] (https://github.com/sdv-dev/SDMetrics/issues/310) by @frances-h
@@ -314,7 +323,16 @@ data, including:
integrated solution and your one-stop shop for synthetic data. Or, use the standalone libraries
for specific needs.
# History
-## v0.9.2 - 2023-03-07
+## v0.9.3 - 2023-04-12
+This release improves the clarity of warning/error messages. We also add a version add-on, update the workflow to optimize the runtime and fix a bug in the `NewRowSynthesis` metric when computing the `synthetic_sample_size` for multi-table.
+### New Features
+* Add functionality to find version add-on - Issue [#321](https://github.com/sdv-dev/SDMetrics/issues/321) by @frances-h
+* More detailed warning in QualityReport when there is a constant input - Issue [#316](https://github.com/sdv-dev/SDMetrics/issues/316) by @pvk-developer
+* Make error more informative in QualityReport when tables cannot be merged - Issue [#317](https://github.com/sdv-dev/SDMetrics/issues/317) by @frances-h
+* More detailed warning in QualityReport for unexpected category values - Issue [#315](https://github.com/sdv-dev/SDMetrics/issues/315) by @frances-h
+### Bug Fixes
+* Multi table DiagnosticReport sets synthetic_sample_size too low for NewRowSynthesis - Issue [#320](https://github.com/sdv-dev/SDMetrics/issues/320) by @pvk-developer
+## v0.9.2 - 2023-03-08
This release fixes bugs in the `NewRowSynthesis` metric when too many columns were present. It also fixes bugs around datetime columns that are formatted as strings in both `get_column_pair_plot` and `get_column_plot`.
### Bug Fixes
* Method get_column_pair_plot: Does not plot synthetic data if datetime column is formatted as a string - Issue [#310] (https://github.com/sdv-dev/SDMetrics/issues/310) by @frances-h
@@ -532,7 +550,16 @@ data, including:
integrated solution and your one-stop shop for synthetic data. Or, use the standalone libraries
for specific needs.
# History
-## v0.9.2 - 2023-03-07
+## v0.9.3 - 2023-04-12
+This release improves the clarity of warning/error messages. We also add a version add-on, update the workflow to optimize the runtime and fix a bug in the `NewRowSynthesis` metric when computing the `synthetic_sample_size` for multi-table.
+### New Features
+* Add functionality to find version add-on - Issue [#321](https://github.com/sdv-dev/SDMetrics/issues/321) by @frances-h
+* More detailed warning in QualityReport when there is a constant input - Issue [#316](https://github.com/sdv-dev/SDMetrics/issues/316) by @pvk-developer
+* Make error more informative in QualityReport when tables cannot be merged - Issue [#317](https://github.com/sdv-dev/SDMetrics/issues/317) by @frances-h
+* More detailed warning in QualityReport for unexpected category values - Issue [#315](https://github.com/sdv-dev/SDMetrics/issues/315) by @frances-h
+### Bug Fixes
+* Multi table DiagnosticReport sets synthetic_sample_size too low for NewRowSynthesis - Issue [#320](https://github.com/sdv-dev/SDMetrics/issues/320) by @pvk-developer
+## v0.9.2 - 2023-03-08
This release fixes bugs in the `NewRowSynthesis` metric when too many columns were present. It also fixes bugs around datetime columns that are formatted as strings in both `get_column_pair_plot` and `get_column_plot`.
### Bug Fixes
* Method get_column_pair_plot: Does not plot synthetic data if datetime column is formatted as a string - Issue [#310] (https://github.com/sdv-dev/SDMetrics/issues/310) by @frances-h
@@ -727,7 +754,7 @@ Add support for Python 3.8 and a broader range of dependencies.
First release to PyPI.
%prep
-%autosetup -n sdmetrics-0.9.2
+%autosetup -n sdmetrics-0.9.3
%build
%py3_build
@@ -767,5 +794,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.2-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1
- Package Spec generated
diff --git a/sources b/sources
index 0deabd1..e8a121c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51bb5649fa0f5546256ff2a0ffcefb3d sdmetrics-0.9.2.tar.gz
+86c76fb6cb6c8cd2fdac665aa636eaed sdmetrics-0.9.3.tar.gz