Skip to content

Commit

Permalink
0.7.5 Release Notes (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 authored Oct 5, 2023
1 parent ce64897 commit 43803a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## v0.7.5 - 2023-10-05

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](https://github.com/sdv-dev/CTGAN/pull/310) by @fealho
* Switch default branch from master to main - Issue [#311](https://github.com/sdv-dev/CTGAN/issues/311) by @amontanez24
* Remove or implement CTGAN tests - Issue [#312](https://github.com/sdv-dev/CTGAN/issues/312) by @fealho

### New Features

* Add progress bar for CTGAN fitting (+ save the loss values) - Issue [#298](https://github.com/sdv-dev/CTGAN/issues/298) by @frances-h

## v0.7.4 - 2023-07-25

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

0 comments on commit 43803a6

Please sign in to comment.