Skip to content

Commit

Permalink
0.10.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 13, 2024
1 parent faca985 commit 192c3ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 192c3ea

Please sign in to comment.