File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## PyMC 4.0.1 (vNext)
4
- + Fixed an incorrect entry in ` pm.Metropolis.stats_dtypes ` (see #5582 ).
5
- + Added a check in ` Empirical ` approximation which does not yet support ` InferenceData ` inputs (see #5874 , #5884 ).
6
- + Fixed bug when sampling discrete variables with SMC (see #5887 ).
7
- + Removed trailing ` t ` (for tensor) in functions and properties from the model class and from ` jointlogpt ` (see #5859 ).
8
- + ` Model.logpt ` → ` Model.logp `
9
- + ` Model.dlogpt ` → ` Model.dlogp `
10
- + ` Model.d2logpt ` → ` Model.d2logp `
11
- + ` Model.datalogpt ` → ` Model.datalogp `
12
- + ` Model.varlogpt ` → ` Model.varlogp `
13
- + ` Model.observedlogpt ` → ` Model.observedlogp `
14
- + ` Model.potentiallogpt ` → ` Model.potentiallogp `
15
- + ` Model.varlogp_nojact ` → ` Model.varlogp_nojac `
16
- + ` logprob.joint_logpt ` → ` logprob.joint_logp `
3
+ :warning : Moving forward we're no longer updating the ` RELEASE-NOTES.md ` document. :warning :
4
+
5
+ :warning : Instead, please check the release notes in the [ GitHub Releases] ( https://github.com/pymc-devs/pymc/releases ) . :warning :
17
6
18
7
## PyMC 4.0.0 (2022-06-03)
19
8
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# pylint: disable=wildcard-import
16
- __version__ = "4.0.0 "
16
+ __version__ = "4.0.1 "
17
17
18
18
import logging
19
19
import multiprocessing as mp
You can’t perform that action at this time.
0 commit comments