Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SciML/DelayDiffEq.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.47.2
Choose a base ref
...
head repository: SciML/DelayDiffEq.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.47.3
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 23, 2024

  1. ci: standardise workflows using SciML's reusable workflows (#289)

    * ci: update invalidations workflow to use centralised reusable workflow
    
    * ci: update format check workflow to use centralised reusable workflow
    
    * ci: standardize the tests workflow, using the reusable workflow
    
    * Standardize the tests workflow, using the reusab SciML tests workflow.
    * Rename the tests workflow to `Tests.yml`, instead of `CI.yml`, since
    it's more semantically correct and CI encompasses all the workflows that
    are run.
    
    * ci(Tests): remove the `exclude` block for the test matrix
    
    Since we don't test with Julia 1.6 anyways, remove the exclude block.
    Note: this was initially left in while the workflow was standardised to
    maintain status quo (with the previous version of the workflow).
    
    * Fix deprecations
    
    * Fix more deprecations
    
    ---------
    
    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    thazhemadam and devmotion authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c78ec37 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. 2 Configuration menu
    Copy the full SHA
    43201e7 View commit details
    Browse the repository at this point in the history
Loading