From 192c3ead38b68d0b73225aa977c448f2dbc2b750 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 13 Mar 2024 11:58:23 +0000 Subject: [PATCH 1/2] 0.10.1 Release Notes --- HISTORY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 40352ef8..a3cd4541 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # History +## v0.10.1 - 2024-03-13 + +### Bugs Fixed + +* Warning printed too many times (`RuntimeWarning: invalid value encountered in scalar divide ....`) - Issue [#364](https://github.com/sdv-dev/Copulas/issues/364) by @frances-h +* Set `allow_singular=True` when calculating probability_density - Issue [#374](https://github.com/sdv-dev/Copulas/issues/374) by @fealho + +### Maintenance + +* Transition from using setup.py to pyroject.toml to specify project metadata - Issue [#376](https://github.com/sdv-dev/Copulas/issues/376) by @frances-h +* Remove bumpversion and use bump-my-version - Issue [#377](https://github.com/sdv-dev/Copulas/issues/377) by @frances-h +* Add build to dev requirements - Issue [#382](https://github.com/sdv-dev/Copulas/pull/382) by @amontanez24 + ## v0.10.0 - 2023-11-13 This release updates all visualizations to use plotly, and removes the matplotlib dependency. From 4c90729d6b1330c47d92305bbf04e6f8f0d8655b Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 13 Mar 2024 14:40:18 +0000 Subject: [PATCH 2/2] missing description --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a3cd4541..f36c6633 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ ## v0.10.1 - 2024-03-13 +This release fixes a bug that occurred when calculating probability density in a gaussian copula. + ### Bugs Fixed * Warning printed too many times (`RuntimeWarning: invalid value encountered in scalar divide ....`) - Issue [#364](https://github.com/sdv-dev/Copulas/issues/364) by @frances-h