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

Refactoring ODE sweeps #109

Closed
wants to merge 5 commits into from
Closed

Refactoring ODE sweeps #109

wants to merge 5 commits into from

Commits on Jul 31, 2023

  1. update github actions

    oameye committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ee24af5 View commit details
    Browse the repository at this point in the history
  2. set TimeEvolution Module as packag extention for OrdinaryDiffEq

    From now on  the Module is only loaded when `OrdinaryDiffEq` is also loaded
    
    The Package `PackageExtensionCompat` is used to make sure that HB stays backwards compatible by using `Requires`
    
    Resolves #100, #98
    oameye committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ccc38c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d024c44 View commit details
    Browse the repository at this point in the history
  4. used Require instead of Package Extensions

    you can not  export new function by using the Package Extensions
    oameye committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    85d1cd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8030378 View commit details
    Browse the repository at this point in the history