Skip to content

Commit a93669c

Browse files
authored
0.10.1 Release Notes (#383)
1 parent 3786a1a commit a93669c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# History
22

3+
## v0.10.1 - 2024-03-13
4+
5+
This release fixes a bug that occurred when calculating probability density in a gaussian copula.
6+
7+
### Bugs Fixed
8+
9+
* 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
10+
* Set `allow_singular=True` when calculating probability_density - Issue [#374](https://github.com/sdv-dev/Copulas/issues/374) by @fealho
11+
12+
### Maintenance
13+
14+
* 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
15+
* Remove bumpversion and use bump-my-version - Issue [#377](https://github.com/sdv-dev/Copulas/issues/377) by @frances-h
16+
* Add build to dev requirements - Issue [#382](https://github.com/sdv-dev/Copulas/pull/382) by @amontanez24
17+
318
## v0.10.0 - 2023-11-13
419

520
This release updates all visualizations to use plotly, and removes the matplotlib dependency.

0 commit comments

Comments
 (0)