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
Mark Data nodes in graph: previously these were incorrectly marked as
`Deterministic`.
Mark Potential nodes in graph.
Also distinguish between Deterministic, Data, and Potential nodes by node shape.
Put observations below observed nodes: Now that there are `Data`
objects that are graphable, they need to be placed correctly with
respect to other nodes: if they are inputs they should be above, and
if they are observations, they should be below.
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Release Notes
2
2
3
+
## PyMC3 3.8 (on deck)
4
+
5
+
### New features
6
+
- Distinguish between `Data` and `Deterministic` variables when graphing models with graphviz. PR [#3491](https://github.com/pymc-defs/pymc3/pulls/3491).
0 commit comments