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

Fix cache_strip for default algs #2489

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

jClugstor
Copy link
Member

Checklist

  • [x ] Appropriate tests were added
  • [ x] Any code changes were done in a way that does not break public API
  • [ x] All documentation related to code changes were updated
  • [ x] The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • [ x] Any new documentation only uses public API

Additional context

This should get rid of all of the stuff inside of the cache, but keeping the main type of the cache. Also fixes cache stripping for default algorithms.

Project.toml Outdated
version = "6.89.0"
version = "6.89.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we want to bump OrdinaryDiffEqCore? I think that if we want a bump in OrdinaryDiffEq, that would also need to bump the minimum compat on OrdinaryDiffEqCore in OrdinaryDiffEq besides bumping the version number.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, you're right.

@ChrisRackauckas ChrisRackauckas merged commit e2f1a4e into SciML:master Oct 11, 2024
45 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants