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

Flowgraph constructions #773

Merged
merged 39 commits into from
Feb 8, 2024
Merged

Flowgraph constructions #773

merged 39 commits into from
Feb 8, 2024

Commits on Mar 3, 2023

  1. basic flowgraph implementation

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a15a4fb View commit details
    Browse the repository at this point in the history
  2. add visualization test

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0f1f305 View commit details
    Browse the repository at this point in the history
  3. refactor

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c513c7e View commit details
    Browse the repository at this point in the history
  4. pre-branch

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5030e1b View commit details
    Browse the repository at this point in the history
  5. new backend

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    93eeac3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b49bf0b View commit details
    Browse the repository at this point in the history
  7. preliminary run graph algo

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f8fc5c5 View commit details
    Browse the repository at this point in the history
  8. implementing graph running

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    05a4043 View commit details
    Browse the repository at this point in the history
  9. passing basic run test

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e51170e View commit details
    Browse the repository at this point in the history
  10. more cycle reduction tests

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4a41864 View commit details
    Browse the repository at this point in the history
  11. better capture of errors

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e81c1a0 View commit details
    Browse the repository at this point in the history
  12. add serialization test

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f6219f5 View commit details
    Browse the repository at this point in the history
  13. using property decorators

    bdngo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    cbede14 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    62b262d View commit details
    Browse the repository at this point in the history
  2. small linting fix

    bdngo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    36553c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9465d20 View commit details
    Browse the repository at this point in the history
  4. add mermaid support

    bdngo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    74685bd View commit details
    Browse the repository at this point in the history
  5. add test for mermaid

    bdngo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    13c9f00 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

  1. update poetry.lock

    bdngo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3d1be77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d0cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ae7e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    1175163 View commit details
    Browse the repository at this point in the history
  2. add mermaid support to docs

    bdngo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    812b763 View commit details
    Browse the repository at this point in the history
  3. simplify module imports

    bdngo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    673adfa View commit details
    Browse the repository at this point in the history
  4. rename test

    bdngo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4fcb13d View commit details
    Browse the repository at this point in the history
  5. start documentation

    bdngo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1cbdcdd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. fix wording

    bdngo committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    689a88a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. bump packages

    bdngo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2159e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f450aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8c550 View commit details
    Browse the repository at this point in the history
  4. fix type-checking for networkx

    bdngo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d326211 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9896bd2 View commit details
    Browse the repository at this point in the history
  2. fix CI pipeline

    bdngo committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8dce117 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    842346f View commit details
    Browse the repository at this point in the history
  2. reorder sections

    bdngo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bbb047f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b75b62a View commit details
    Browse the repository at this point in the history
  4. make docs consistent

    bdngo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    6ca70a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b2a1ae View commit details
    Browse the repository at this point in the history