Skip to content

Commit e6d3628

Browse files
committed
Add release notes for v0.4.1
1 parent 9a741a6 commit e6d3628

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

HISTORY.md

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

3+
## v0.4.1 - 2021-03-30
4+
5+
This release exposes all the hyperparameters which the user may find useful for both `CTGAN`
6+
and `TVAE`. Also `TVAE` can now be fitted on datasets that are shorter than the batch
7+
size and drops the last batch only if the data size is not divisible by the batch size.
8+
9+
### Issues closed
10+
11+
* `TVAE`: Adapt `batch_size` to data size - Issue [#135](https://github.com/sdv-dev/CTGAN/issues/135) by @fealho and @csala
12+
* `ValueError` from `validate_discre_columns` with `uniqueCombinationConstraint` - Issue [133](https://github.com/sdv-dev/CTGAN/issues/133) by @fealho and @MLjungg
13+
314
## v0.4.0 - 2021-02-24
415

516
Maintenance relese to upgrade dependencies to ensure compatibility with the rest

0 commit comments

Comments
 (0)