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.3
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.4
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on May 15, 2025

  1. CompatHelper: bump compat for TaylorSeries to 0.20, (keep existing co…

    …mpat) (#344)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    github-actions[bot] and CompatHelper Julia authored May 15, 2025
    Configuration menu
    Copy the full SHA
    b99ed1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b917c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2047b74 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Bump actions/checkout from 4 to 5 (#347)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      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 Aug 18, 2025
    Configuration menu
    Copy the full SHA
    16584c3 View commit details
    Browse the repository at this point in the history
  2. Fix a bugs with jetcoeffs! and ODEFunction (#348)

    I'm not quite sure what caused this but if I had to guess I'd say that earlier
    `f` was a regular function, but now it is an ODEFunction. Or maybe ODEFunction
    subtyped function, if that was possible? Either way, this part was broken but
    doing `f.f` should fix it.
    
    Found the culprit: SciML/SciMLBase.jl@2e306e3#diff-f72b8c6a35994ffc7188a3982d1ed322e6363246283292a4bceef0c402795edfL590
    nathanaelbosch authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    0d15530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7faaaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d818dde View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

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