Skip to content

Standardized solution type in SciMLBase #114

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

Merged
merged 5 commits into from
Feb 21, 2021
Merged

Standardized solution type in SciMLBase #114

merged 5 commits into from
Feb 21, 2021

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

@ChrisRackauckas ChrisRackauckas mentioned this pull request Feb 21, 2021
@ChrisRackauckas
Copy link
Member Author

It's breaking because of the solution access change (which is tiny but still breaking downstream), so I'm calling this v1.0 because it's now inline with the rest of the SciML interfaces. We can of course continue to add more to the solution type, such as standardized ways for logging and improving the retcodes, but I think all of that should be extensions not breaking.

@codecov
Copy link

codecov bot commented Feb 21, 2021

Codecov Report

Merging #114 (bd3dc30) into master (f435dfe) will increase coverage by 3.25%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   84.21%   87.46%   +3.25%     
==========================================
  Files           3        3              
  Lines         361      351      -10     
==========================================
+ Hits          304      307       +3     
+ Misses         57       44      -13     
Impacted Files Coverage Δ
src/GalacticOptim.jl 100.00% <ø> (ø)
src/solve.jl 81.97% <100.00%> (+4.60%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f435dfe...bd3dc30. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 1b90250 into master Feb 21, 2021
@ChrisRackauckas ChrisRackauckas deleted the solution branch February 21, 2021 21:24
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.

2 participants