From fec89494528a447e0c6ac4bad4a1f8489d40d670 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Fri, 10 May 2024 13:51:42 -0500 Subject: [PATCH] 0.10.1 Release Notes --- HISTORY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 764e5cae..49888b2a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # History +## v0.10.1 -2024-05-13 + +This release removes a warning that was cluttering the console. + +### Maintenance + +* Cleanup automated PR workflows - Issue [#370](https://github.com/sdv-dev/CTGAN/issues/370) by @R-Palazzo +* Only run unit and integration tests on oldest and latest python versions for macos - Issue [#375](https://github.com/sdv-dev/CTGAN/issues/375) by @R-Palazzo + +### Internal + +* Remove FutureWarning: Setting an item of incompatible dtype is deprecated - Issue [#373](https://github.com/sdv-dev/CTGAN/issues/373) by @fealho + ## v0.10.0 - 2024-04-11 This release adds support for Python 3.12!