From 446c2b873ecd27f89aad6eb09e69a56a9afeaf32 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 10 Apr 2024 10:10:08 -0500 Subject: [PATCH] 0.11.0 Release Notes (#394) --- HISTORY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f36c6633..db64d0da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # History +## v0.11.0 - 2024-04-10 + +This release adds support for Python 3.12! + +### Bugs Fixed + +* Fix minimum version workflow when pointing to github branch - Issue [#392](https://github.com/sdv-dev/Copulas/issues/392) by @R-Palazzo + +### Maintenance + +* Support Python 3.12 - Issue [#372](https://github.com/sdv-dev/Copulas/issues/372) by @fealho +* Add dependency checker - Issue [#388](https://github.com/sdv-dev/Copulas/issues/388) by @lajohn4747 +* Add bandit workflow - Issue [#391](https://github.com/sdv-dev/Copulas/issues/391) by @R-Palazzo + ## v0.10.1 - 2024-03-13 This release fixes a bug that occurred when calculating probability density in a gaussian copula.