v0.9.1 - 2024-03-14
This release changes the loss_values
attribute of a CTGAN model to contain floats instead of torch.Tensors
.
New Features
Maintenance
- Transition from using setup.py to pyproject.toml to specify project metadata - Issue #333 by @R-Palazzo
- Remove bumpversion and use bump-my-version - Issue #334 by @R-Palazzo
- Add dependency checker - Issue #336 by @amontanez24