v0.2.2 - 2020-11-13
In this release we introduce several minor improvements to make CTGAN more versatile and
propertly support new types of data, such as categorical NaN values, as well as conditional
sampling and features to save and load models.
Additionally, the dependency ranges and python versions have been updated to support up
to date runtimes.
Many thanks @fealho @leix28 @csala @oregonpillow and @lurosenb for working on making this release possible!
Improvements
- Drop Python 3.5 support - Issue #79 by @fealho
- Support NaN values in categorical variables - Issue #78 by @fealho
- Sample synthetic data conditioning on a discrete column - Issue #69 by @leix28
- Support recent versions of pandas - Issue #57 by @csala
- Easy solution for restoring original dtypes - Issue #26 by @oregonpillow