From d649495b8e265d76afd1a5bac44c0303a573d4c6 Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Mon, 13 Nov 2023 14:00:43 -0500 Subject: [PATCH] 0.10.0 Release Notes (#369) --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 2ded6906..40352ef8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## v0.10.0 - 2023-11-13 + +This release updates all visualizations to use plotly, and removes the matplotlib dependency. + +### New Features + +* Move visualization functions to plotly and get rid of matplotlib dependency - Issue [#348](https://github.com/sdv-dev/Copulas/issues/348) by @fealho + ## v0.9.2 - 2023-10-12 This release removes a warning that was being raised when univariate distributions failed to fit and logs the message instead.