You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# History
2
2
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
+
18
+
## v0.10.0 - 2023-11-13
19
+
20
+
This release updates all visualizations to use plotly, and removes the matplotlib dependency.
21
+
22
+
### New Features
23
+
24
+
* Move visualization functions to plotly and get rid of matplotlib dependency - Issue [#348](https://github.com/sdv-dev/Copulas/issues/348) by @fealho
25
+
3
26
## v0.9.2 - 2023-10-12
4
27
5
28
This release removes a warning that was being raised when univariate distributions failed to fit and logs the message instead.
0 commit comments