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

Tracking draft for builder feature #31

Closed
wants to merge 15 commits into from
Closed

Tracking draft for builder feature #31

wants to merge 15 commits into from

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    7a17563 View commit details
    Browse the repository at this point in the history
  2. theta builder and basic test

    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    57dfc9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f8dc4 View commit details
    Browse the repository at this point in the history
  4. simplify node handles by storing num_outputs

    relies on Value outputs always coming before any others
    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    c29f501 View commit details
    Browse the repository at this point in the history
  5. introduce OpID handle for leaf operations

    now more uniform behaviour across builder methods
    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    b5b34a4 View commit details
    Browse the repository at this point in the history
  6. simplify input handling

    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    8824002 View commit details
    Browse the repository at this point in the history
  7. add gamma builder

    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0cf9647 View commit details
    Browse the repository at this point in the history
  8. add discard method to builder

    and output wires array casting
    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    30fe6f7 View commit details
    Browse the repository at this point in the history
  9. more involved theta+gamma test

    varaint building needed moving to Dataflow
     + other theta builder refactors
    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e315f0f View commit details
    Browse the repository at this point in the history
  10. add function call

    ss2165 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2fcab76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a31ab9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ade228 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34594c9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    3d149ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2de3d View commit details
    Browse the repository at this point in the history