nathanaelbosch / ProbNumDiffEq.jl

Probabilistic Numerical Differential Equation solvers via Bayesian filtering and smoothing
MIT License
119 stars 16 forks source link

CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) #246

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the SciMLBase package from 1.90 to 1.90, 2. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

ChrisRackauckas commented 1 year ago

This should be safe unless you have something with SDEs, then just make sure you check the constructor changes.

codecov[bot] commented 1 year ago

Codecov Report

Merging #246 (a25493c) into main (9a6699e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   95.69%   95.69%           
=======================================
  Files          33       33           
  Lines        1232     1232           
=======================================
  Hits         1179     1179           
  Misses         53       53           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more