Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphviz issue 233 #251

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Graphviz issue 233 #251

wants to merge 20 commits into from

Commits on Aug 20, 2024

  1. Consolidated code for review

    Chris Bennett authored and Chris Bennett committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ef3aa40 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. added proper docstrings to the core functions and encapsulated these …

    …in a module.
    FraserP committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e80f959 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. added first tests for generate_dot and show_gv

    FraserP committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    82d6dde View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Move GraphViz to ext

    Chris Bennett authored and Chris Bennett committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    da0fdfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into graphviz_issue_233

    Chris Bennett authored and Chris Bennett committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    896bee5 View commit details
    Browse the repository at this point in the history
  3. added minimal tests for most functions.

    FraserP committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d590fbf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update Project.toml file

    Chris Bennett authored and Chris Bennett committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f6a192c View commit details
    Browse the repository at this point in the history
  2. Merged updated code from Frasier

    Chris Bennett authored and Chris Bennett committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    540fa75 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7671c6e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Changed Name of module to GraphPPLGraphVizExt

    Chris Bennett authored and Chris Bennett committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    36c125b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'graphviz_issue_233' of github.com:ReactiveBayes/GraphPP…

    …L.jl into graphviz_issue_233
    Chris Bennett authored and Chris Bennett committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c156cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    37e42e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. wrapped abstract types arround symbolic expressions to keep the types…

    … exclusive to the extension.
    FraserP committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    71aa028 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge branch 'main' into graphviz_issue_233

    Chris Bennett authored and Chris Bennett committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    106135e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'graphppl_fraser/graphviz_issue_233_symb…

    …olic' into graphviz_issue_233
    Chris Bennett authored and Chris Bennett committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e49dcb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. make labels nicer

    bvdmitri committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    42c7d12 View commit details
    Browse the repository at this point in the history
  2. add save to option

    bvdmitri committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    26e6781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85553b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix save_to type

    bvdmitri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    14eb077 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #257 from ReactiveBayes/graphviz-suggestions

    Graphviz suggestions
    bvdmitri authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6518a5c View commit details
    Browse the repository at this point in the history