-
Notifications
You must be signed in to change notification settings - Fork 56
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
rework the Tracks object; close #278, close #277 #280
Conversation
Codecov Report
@@ Coverage Diff @@
## master #280 +/- ##
==========================================
+ Coverage 84.51% 84.64% +0.12%
==========================================
Files 12 12
Lines 2086 2084 -2
==========================================
+ Hits 1763 1764 +1
+ Misses 323 320 -3
Continue to review full report at Codecov.
|
I want to mention that NLSolve.jl uses the three kwargs |
Let's make the name a separate issue, as it will be breaking. This PR should improve the structure now known as |
Good idea keeping it separate. I see no problem in you copying in any changes I made in my PR - remember to include the new section in the docs ^_^ |
…osTheLate/Roots.jl into KronosTheLate-better_tracks_documentation
Following #278 this reworks the
Tracks
structure:xs
andfs
to store values; this usesxfs
andabs
to store values depending on if the method is bracketing or notValueHistories
be useful here?