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 11# Release Notes
22
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 :
176
187## PyMC 4.0.0 (2022-06-03)
198
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# pylint: disable=wildcard-import
16- __version__ = "4.0.0 "
16+ __version__ = "4.0.1 "
1717
1818import logging
1919import multiprocessing as mp
You can’t perform that action at this time.
0 commit comments