Skip to content

Commit 40956c4

Browse files
committed
Put DifferentialEquation at the top of release
1 parent ffc2094 commit 40956c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
## PyMC3 3.8 (on deck)
44

55
### New features
6-
6+
- Add capabilities to do inference on parameters in a differential equation with `DifferentialEquation`.
77
- Distinguish between `Data` and `Deterministic` variables when graphing models with graphviz. PR [#3491](https://github.com/pymc-devs/pymc3/pull/3491).
88
- Sequential Monte Carlo - Approximate Bayesian Computation step method is now available. The implementation is in an experimental stage and will be further improved.
99
- Added `Matern12` covariance function for Gaussian processes. This is the Matern kernel with nu=1/2.
1010
- Progressbar reports number of divergences in real time, when available [#3547](https://github.com/pymc-devs/pymc3/pull/3547).
1111
- Sampling from variational approximation now allows for alternative trace backends [#3550].
12-
- Add capabilities to do inference on parameters in a differential equation with `DifferentialEquation`.
1312

1413
### Maintenance
1514
- Moved math operations out of `Rice`, `TruncatedNormal`, `Triangular` and `ZeroInflatedNegativeBinomial` `random` methods. Math operations on values returned by `draw_values` might not broadcast well, and all the `size` aware broadcasting is left to `generate_samples`. Fixes [#3481](https://github.com/pymc-devs/pymc3/issues/3481) and [#3508](https://github.com/pymc-devs/pymc3/issues/3508)

0 commit comments

Comments
 (0)