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](https://github.com/sdv-dev/CTGAN/issues/79) by fealho
* Support NaN values in categorical variables - [Issue 78](https://github.com/sdv-dev/CTGAN/issues/78) by fealho
* Sample synthetic data conditioning on a discrete column - [Issue 69](https://github.com/sdv-dev/CTGAN/issues/69) by leix28
* Support recent versions of pandas - [Issue 57](https://github.com/sdv-dev/CTGAN/issues/57) by csala
* Easy solution for restoring original dtypes - [Issue 26](https://github.com/sdv-dev/CTGAN/issues/26) by oregonpillow
Bugs fixed
* Loss to nan - [Issue 73](https://github.com/sdv-dev/CTGAN/issues/73) by fealho
* Swapped the sklearn utils testing import statement - [Issue 53](https://github.com/sdv-dev/CTGAN/issues/53) by lurosenb