You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# History
2
2
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
+
3
14
## v0.4.0 - 2021-02-24
4
15
5
16
Maintenance relese to upgrade dependencies to ensure compatibility with the rest
0 commit comments