Open
Conversation
- Add dedicated Visualization page to the docs covering both the GraphViz and GraphPlot extensions, with runnable @example blocks - Register GraphViz in docs/Project.toml so the GraphViz example renders as SVG in the built docs - Improve GraphViz DOT output to match Forney-style factor graphs: switch default layout to "dot", add rankdir=LR and splines=ortho for orthogonal (horizontal/vertical) edge routing - Strip module prefix from factor node labels (e.g. Distributions.Normal → Normal) - Nicer node styling: blue-filled factor nodes with white text, white-filled variable nodes, Helvetica font, soft gray edges Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix broken file paths in index.md @contents block (constraint_specification, plugins, migration, removed nonexistent reference.md) - Fix nested_models.md hgf example: replace θ with z to match gcv signature, fix loop condition i==0 → i==1 - Fix DefaultGraphPPLBackend → DefaultBackend with @ref link in @model docstring - Fix wrong variable name in getting_started.md comment (xdata → data_for_x) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.