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: RELEASE-NOTES.md
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,8 @@
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:
0 commit comments