Skip to content

Commit 43803a6

Browse files
authored
0.7.5 Release Notes (#318)
1 parent ce64897 commit 43803a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# History
22

3+
## v0.7.5 - 2023-10-05
4+
5+
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.
6+
7+
### Maintenance
8+
9+
* Remove model_missing_values from ClusterBasedNormalizer call - PR [#310](https://github.com/sdv-dev/CTGAN/pull/310) by @fealho
10+
* Switch default branch from master to main - Issue [#311](https://github.com/sdv-dev/CTGAN/issues/311) by @amontanez24
11+
* Remove or implement CTGAN tests - Issue [#312](https://github.com/sdv-dev/CTGAN/issues/312) by @fealho
12+
13+
### New Features
14+
15+
* Add progress bar for CTGAN fitting (+ save the loss values) - Issue [#298](https://github.com/sdv-dev/CTGAN/issues/298) by @frances-h
16+
317
## v0.7.4 - 2023-07-25
418

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

0 commit comments

Comments
 (0)