Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Dec 29, 2020
1 parent 219a597 commit 1223c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ It also brings some dreadfully awaited fixes, so be sure to go through the chang
- `math.logsumexp` now matches `scipy.special.logsumexp` when arrays contain infinite values (see [#4360](https://github.com/pymc-devs/pymc3/pull/4360)).
- Fixed mathematical formulation in `MvStudentT` random method. (see [#4359](https://github.com/pymc-devs/pymc3/pull/4359))
- Fix issue in `logp` method of `HyperGeometric`. It now returns `-inf` for invalid parameters (see [4367](https://github.com/pymc-devs/pymc3/pull/4367))
- Fix issue in `logcdf` methods of `Uniform`, `HalfNormal`, `Gamma` and `InverseGamma`. These functions now return correct values when evaluated with invalid parameters or outside their domains (see [4393](https://github.com/pymc-devs/pymc3/pull/4393))

## PyMC3 3.10.0 (7 December 2020)

Expand Down

0 comments on commit 1223c4e

Please sign in to comment.