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

Reduce dependence on OrdinaryDiffEq #1977

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Sep 6, 2024

This PR reduces our dependence on OrdinaryDiffEq. This is done by depending on OrdinaryDiffEqSSPRK, which is significantly more lightweight. This PR doesn't fully remove the dependence on OrdinaryDiffEq, since there are still some things that we override. Where possible, I switched to SciMLBase, which is more lightweight still.

Hoping this works 🤞🏻

@charleskawczynski charleskawczynski merged commit 7cb570d into main Sep 7, 2024
22 of 23 checks passed
@charleskawczynski charleskawczynski deleted the ck/reduce_deps_iter2 branch September 7, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants