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

Switch backend from PyCall to PythonCall and improve package management #118

Merged
merged 15 commits into from
Oct 10, 2023

Commits on Sep 12, 2023

  1. WME

    Lilith Hafner authored and Lilith Hafner committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1d1ab4b View commit details
    Browse the repository at this point in the history
  2. update README.md to reflect BREAKING CHANGES

    Lilith Hafner authored and Lilith Hafner committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6767b16 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. clean up and update examples in README to work

    Lilith Hafner authored and Lilith Hafner committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fe6ec4f View commit details
    Browse the repository at this point in the history
  2. cleanup

    Lilith Hafner authored and Lilith Hafner committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bd4facc View commit details
    Browse the repository at this point in the history
  3. merge master

    Lilith Hafner authored and Lilith Hafner committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0a2dee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. remove setup.jl

    Lilith Hafner authored and Lilith Hafner committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    48a1a7f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. get to working state (squash with last)

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    65980e3 View commit details
    Browse the repository at this point in the history
  2. revert all README changes

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    22c1852 View commit details
    Browse the repository at this point in the history
  3. remove TODO

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    10d5b18 View commit details
    Browse the repository at this point in the history
  4. Make changes to README so it still works (BREAKING CHANGES)

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    64171fa View commit details
    Browse the repository at this point in the history
  5. fix a test failure BREAKING

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    80af3dd View commit details
    Browse the repository at this point in the history
  6. use @diffeqpy instead of @pyjuliapkg for enviornmnet and add and load…

    … PythonCall in install script to precompile extensions
    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f9d6653 View commit details
    Browse the repository at this point in the history
  7. remove now-unnecessary line in tests

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9358a7a View commit details
    Browse the repository at this point in the history
  8. remove trailing whitespace in test to work around JuliaPy/PythonCall.…

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    155099e View commit details
    Browse the repository at this point in the history
  9. fix numba examples where easy and advertize errors where it's not

    Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f03075d View commit details
    Browse the repository at this point in the history