Skip to content

Commit

Permalink
0.9.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 14, 2024
1 parent 5a346fa commit cd4b450
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## 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

* Return loss values as float values not PyTorch objects - Issue [#332](https://github.com/sdv-dev/CTGAN/issues/332) by @fealho

### Maintenance

* Transition from using setup.py to pyproject.toml to specify project metadata - Issue [#333](https://github.com/sdv-dev/CTGAN/issues/333) by @R-Palazzo
* Remove bumpversion and use bump-my-version - Issue [#334](https://github.com/sdv-dev/CTGAN/issues/334) by @R-Palazzo
* Add dependency checker - Issue [#336](https://github.com/sdv-dev/CTGAN/issues/336) by @amontanez24

## v0.9.0 - 2024-02-13

This release makes CTGAN sampling more efficient by saving the frequency of each categorical value.
Expand Down

0 comments on commit cd4b450

Please sign in to comment.