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

Add support for writing systems in Python #2045

Closed

Commits on Jul 15, 2023

  1. Skeleton

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a773821 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Address reviewer feedback

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9ab227e View commit details
    Browse the repository at this point in the history
  2. Include correct export header

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ee24a50 View commit details
    Browse the repository at this point in the history
  3. Adds model bindings

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cbfcd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Use alias on bindings

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ff94d2c View commit details
    Browse the repository at this point in the history
  2. Put pybind11::scoped_interpreter in SystemPrivate

    This allows multiple PythonSystemLoaders to run albeit with a single
    python interpreter.
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a4c429c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2190190 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Implement other system interfaces

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    263ba2e View commit details
    Browse the repository at this point in the history
  2. Add example python script

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4424765 View commit details
    Browse the repository at this point in the history