From cd4b450bec0ee3b958d8ef9e2d3fae75e82d5383 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 14 Mar 2024 01:35:20 +0000 Subject: [PATCH] 0.9.1 Release Notes --- HISTORY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index cae44355..d1f84a61 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.