Skip to content

Commit

Permalink
make release-tag: Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Nov 13, 2023
2 parents 35eb259 + d649495 commit 475bab0
Show file tree
Hide file tree
Showing 9 changed files with 170,238 additions and 450 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion copulas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'DataCebo, Inc.'
__email__ = 'info@sdv.dev'
__version__ = '0.9.2'
__version__ = '0.10.0.dev1'

import contextlib
import importlib
Expand Down
Loading

0 comments on commit 475bab0

Please sign in to comment.