This release adds a progress bar that will show when setting the `verbose` parameter to True when initializing `CTGAN`. It also removes a warning that was showing.
Maintenance
* Remove model_missing_values from ClusterBasedNormalizer call - PR [310](https://github.com/sdv-dev/CTGAN/pull/310) by fealho
* Switch default branch from master to main - Issue [311](https://github.com/sdv-dev/CTGAN/issues/311) by amontanez24
* Remove or implement CTGAN tests - Issue [312](https://github.com/sdv-dev/CTGAN/issues/312) by fealho
New Features
* Add progress bar for CTGAN fitting (+ save the loss values) - Issue [298](https://github.com/sdv-dev/CTGAN/issues/298) by frances-h