Releases: sdv-dev/CTGAN
Releases · sdv-dev/CTGAN
v0.12.1
v0.12.1 - 2026-02-12
New Features
Maintenance
- Update README and other meta information to point to the DataCebo forum - Issue #489 by @pvk-developer
- Update license information in pyproject.toml to use new format - Issue #480 by @pvk-developer
v0.12.0
v0.11.1
v0.11.1 - 2025-10-30
New Features
- Make the _get_enable_gpu_value public - Issue #466 by @R-Palazzo
- Enable GPU usage for MacOS (using MPS) - Issue #462 by @R-Palazzo
Bugs Fixed
- All bump-version commands are failing - Issue #439 by @amontanez24
Documentation
Internal
Maintenance
v0.11.0 - 2025-02-26
New Features
Maintenance
- Combine
static_code_analysis.ymlwithrelease_notes.yml- Issue #421 by @R-Palazzo - Support Python 3.13 - Issue #411 by @rwedge
- Update codecov and add flag for integration tests - Issue #410 by @pvk-developer
v0.10.2 - 2024-10-22
Bugs Fixed
- Cap numpy to less than 2.0.0 until CTGan supports - Issue #387 by @gsheni
- Redundant whitespace in the demo data - Issue #233
Internal
- Add workflow to generate release notes - Issue #404 by @amontanez24
Maintenance
Miscellaneous
- Add support for numpy 2.0.0 - Issue #386 by @R-Palazzo
v0.10.1 - 2024-05-13
This release removes a warning that was cluttering the console.
Maintenance
- Cleanup automated PR workflows - Issue #370 by @R-Palazzo
- Only run unit and integration tests on oldest and latest python versions for macos - Issue #375 by @R-Palazzo
Internal
v0.10.0 - 2024-04-11
This release adds support for Python 3.12!
Maintenance
- Support Python 3.12 - Issue #324 by @fealho
- Remove scikit-learn dependency - Issue #346 by @R-Palazzo
- Add bandit workflow - Issue #353 by @R-Palazzo
Internal
- Replace integration test that uses the iris demo data - Issue #352 by @R-Palazzo
Bugs Fixed
- Fix minimum version workflow when pointing to github branch - Issue #355 by @R-Palazzo
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
v0.9.0 - 2024-02-13
v0.8.0 - 2023-11-13
This release adds a progress bar that will show when setting the verbose parameter to True when initializing TVAE.
New Features
- Add verbosity TVAE (progress bar + save the loss values) - Issue [#300]((#300) by @frances-h