* Create Prepare Release workflow - Issue [442](https://github.com/sdv-dev/Copulas/issues/442) by R-Palazzo * Support Python 3.13 - Issue [434](https://github.com/sdv-dev/Copulas/issues/434) by rwedge * Update codecov and add flag for integration tests - Issue [433](https://github.com/sdv-dev/Copulas/issues/433) by pvk-developer
0.12.0
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
0.11.1
Maintenance
* Add support for scikit-learn 1.5.0 - Issue [415](https://github.com/sdv-dev/Copulas/issues/415) by R-Palazzo * Add support for numpy 2.0.0 - Issue [412](https://github.com/sdv-dev/Copulas/issues/412) by R-Palazzo * Only run unit and integration tests on oldest and latest python versions for macos - Issue [405](https://github.com/sdv-dev/Copulas/issues/405) by R-Palazzo * Cleanup automated PR workflows - Issue [402](https://github.com/sdv-dev/Copulas/issues/402) by R-Palazzo * Switch to using ruff for Python linting and code formatting - Issue [378](https://github.com/sdv-dev/Copulas/issues/378) by gsheni
Bugs Fixed
* Cap numpy to less than 2.0.0 until Copulas supports - Issue [411](https://github.com/sdv-dev/Copulas/issues/411) by gsheni
0.11.0
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
0.10.1
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 * 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
0.10.0
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