In this release, the way in which the loss function of the TVAE model was computed has been fixed.
In addition, the default value of the `discriminator_decay` has been changed to a more optimal
value. Also some improvements to the tests were added.
Issues closed
* `TVAE`: loss function - Issue [143](https://github.com/sdv-dev/CTGAN/issues/143) by fealho and DingfanChen
* Set `discriminator_decay` to `1e-6` - Pull request [145](https://github.com/sdv-dev/CTGAN/pull/145/) by fealho
* Adds unit tests - Pull requests [140](https://github.com/sdv-dev/CTGAN/pull/140) by fealho