We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471603f commit 45055c5Copy full SHA for 45055c5
1 file changed
HISTORY.md
@@ -1,5 +1,17 @@
1
# History
2
3
+## v0.2.1 - 2020-01-27
4
+
5
+Minor version including changes to ensure the logs are properly printed and
6
+the option to disable the log transformation to the discrete column frequencies.
7
8
+Special thanks to @kevinykuo for the contributions!
9
10
+### Issues Resolved:
11
12
+* Option to sample from true data frequency instead of logged frequency - [Issue #16](https://github.com/sdv-dev/CTGAN/issues/16) by @kevinykuo
13
+* Flush stdout buffer for epoch updates - [Issue #14](https://github.com/sdv-dev/CTGAN/issues/14) by @kevinykuo
14
15
## v0.2.0 - 2019-12-18
16
17
Reorganization of the project structure with a new Python API, new Command Line Interface
0 commit comments