Skip to content

Releases: sdv-dev/CTGAN

v0.7.5 - 2023-10-05

05 Oct 21:42

Choose a tag to compare

This release adds a progress bar that will show when setting the verbose parameter to True when initializing CTGAN. It also removes a warning that was showing.

Maintenance

  • Remove model_missing_values from ClusterBasedNormalizer call - PR #310 by @fealho
  • Switch default branch from master to main - Issue #311 by @amontanez24
  • Remove or implement CTGAN tests - Issue #312 by @fealho

New Features

  • Add progress bar for CTGAN fitting (+ save the loss values) - Issue #298 by @frances-h

v0.7.4 - 2023-07-25

27 Jul 18:09

Choose a tag to compare

This release adds support for Python 3.11 and drops support for Python 3.7.

Maintenance

  • Why is there an upper bound in the packaging requirement? (packaging<22) - Issue #276 by @fealho
  • Add support for Python 3.11 - Issue #296 by @fealho
  • Drop support for Python 3.7 - Issue #302 by @fealho

v0.7.3 - 2023-05-25

25 May 18:59

Choose a tag to compare

This release adds support for Torch 2.0!

Bugs Fixed

Maintenance

v0.7.2 - 2023-05-09

09 May 17:54

Choose a tag to compare

This release adds support for Pandas 2.0! It also fixes a bug in the load_demo function.

Bugs Fixed

  • load_demo raises urllib.error.HTTPError: HTTP Error 403: Forbidden - Issue #284 by @amontanez24

Maintenance

v0.7.1 - 2023-02-23

23 Feb 22:28

Choose a tag to compare

This release fixes a bug that prevented the CTGAN model from being saved after sampling.

Bugs Fixed

v0.7.0 - 2023-01-20

20 Jan 22:24

Choose a tag to compare

This release adds support for python 3.10 and drops support for python 3.6. It also fixes a couple of the most common warnings that were surfacing.

New Features

Bugs Fixed

  • Fix SettingWithCopyWarning (may be leading to a numerical calculation bug) - Issue #215 by @amontanez24
  • FutureWarning in data_transformer with pandas 1.5.0 - Issue #246 by @amontanez24

Maintenance

v0.6.0 - 2022-10-07

07 Oct 17:31

Choose a tag to compare

This release renames the models in CTGAN. CTGANSynthesizer is now called CTGAN and TVAESynthesizer is now called TVAE.

New Features

v0.5.2 - 2022-08-18

19 Aug 03:12

Choose a tag to compare

This release updates CTGAN to use the latest version of RDT. It also includes performance and robustness updates to the data transformer.

Issues closed

v0.5.1 - 2022-02-25

25 Feb 20:53

Choose a tag to compare

Issues closed

v0.5.0 - 2021-11-18

18 Nov 21:42

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