From a416fd1a362d001bd1ad0e72c09c923ac6a77f70 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 12 Nov 2024 16:10:56 -0600 Subject: [PATCH] 0.12.0 Release Notes --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f95a2b9f..e9492328 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## v0.12.0 - 2024-11-12 + +### Maintenance + +* Modularize `fit` Method of GaussianMultivariate to Improve Exception Handling - Issue [#431](https://github.com/sdv-dev/Copulas/issues/431) by @pvk-developer +* Move `__init__.py` utility functions to a `utils.py` module. - Issue [#428](https://github.com/sdv-dev/Copulas/issues/428) by @pvk-developer +* AttributeError raised when an entry point fails to load - Issue [#427](https://github.com/sdv-dev/Copulas/issues/427) by @pvk-developer + ## v0.11.1 - 2024-08-21 ### Maintenance