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: nathanaelbosch/ProbNumDiffEq.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.2
Choose a base ref
...
head repository: nathanaelbosch/ProbNumDiffEq.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.3
Choose a head ref
  • 14 commits
  • 34 files changed
  • 6 contributors

Commits on Sep 28, 2024

  1. CompatHelper: bump compat for DiffEqCallbacks to 4 and drop 2.3.6 (#331)

    * CompatHelper: bump compat for DiffEqCallbacks to 4, (keep existing compat)
    
    * Update Project.toml
    
    ---------
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: Nathanael Bosch <nathanael.bosch@uni-tuebingen.de>
    3 people authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6d4ca4a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    be97ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Update tests (#332)

    * Update tests
    
    * Update errors_thrown.jl
    
    * Skip the dense sampling test
    
    ---------
    
    Co-authored-by: Nathanael Bosch <nathanael.bosch@uni-tuebingen.de>
    ChrisRackauckas and nathanaelbosch authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fc0d627 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. CompatHelper: bump compat for StructArrays to 0.7, (keep existing com…

    …pat) (#333)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    github-actions[bot] and CompatHelper Julia authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    854300c View commit details
    Browse the repository at this point in the history
  2. Bump codecov/codecov-action from 4 to 5 (#334)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f6c221f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    35fb044 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Fix vale

    nathanaelbosch committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    f19d9e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Update to use ADTypes for specifying AD backend (#338)

    * add ADTypes
    
    * use ADTypes instead of Bool to specify AD backend
    
    * Use ADTypes for autodiff kwarg
    
    Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
    
    * add constructorof for ProbODESolution so accessors and setfield works
    
    * make autodiff tests run
    
    * import SciMLStructures
    
    * add to seperate test project
    
    * change test tolerance
    
    ---------
    
    Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
    jClugstor and ChrisRackauckas authored May 13, 2025
    Configuration menu
    Copy the full SHA
    eb9757a View commit details
    Browse the repository at this point in the history
  2. Run JuliaFormatter.jl

    nathanaelbosch committed May 13, 2025
    Configuration menu
    Copy the full SHA
    a743df6 View commit details
    Browse the repository at this point in the history
  3. CompatHelper: bump compat for TaylorIntegration to 0.17, (keep existi…

    …ng compat) (#342)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    github-actions[bot] and CompatHelper Julia authored May 13, 2025
    Configuration menu
    Copy the full SHA
    6400d13 View commit details
    Browse the repository at this point in the history
  4. CompatHelper: bump compat for TaylorSeries to 0.19, (keep existing co…

    …mpat) (#341)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: Nathanael Bosch <nathanael.bosch@uni-tuebingen.de>
    3 people authored May 13, 2025
    Configuration menu
    Copy the full SHA
    996dc26 View commit details
    Browse the repository at this point in the history
  5. CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (

    #340)
    
    * CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat)
    
    * Update Project.toml
    
    * Update Project.toml
    
    * Update Project.toml
    
    ---------
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: Nathanael Bosch <nathanael.bosch@uni-tuebingen.de>
    3 people authored May 13, 2025
    Configuration menu
    Copy the full SHA
    b2441bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3d3513 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    7d442aa View commit details
    Browse the repository at this point in the history
Loading