-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump major version for breaking changes (#287)
* bump major version for breaking changes * Bracketing cleanup (#288) * update bisection: remove BisectionExact, Accelerated; rework assess_convergence, ... * clean up alefeld potra shi; tolerances for FalsePosition(12) * fix errors (#290) * bracketing edits; change halley <: newton (#291) * code cleanup (#292) * Cleanup find zero (#293) * change to iterator interface, could deprecate * more consistent naming * remove deprecated run_bisection * change default solves for `solve(::ZeroProblem)`, update documentation * remove maxfnevals from tolerances which is no longer used * Cleanup convergence (#295) * remove BisectionExact * check for exact zero (#296) * check f==0 and f~ 0 separately * use different format string for printing values (#299) * break out hybrid from Order0; fix logging bug (#298) * Cleanup trace unicode (#300) * use unicode subscripts when displaying trace * clean up tracks, add generics, improve docs * minor documentation edits (#301) * special case bisection (#302) * cleanup (#304) * fix error seen in lith docs * add test for v1.6; allow v1.0.X to fail (#306) * testing fix * Cleanup ci (#307) * avoid inferred for < v1.6.0 * maxevals -> maxiters; allow old use * add nan(T) method * copy edit * Mark deprecations (#289) (#310)
- Loading branch information
Showing
45 changed files
with
1,123 additions
and
1,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ docs/build | |
docs/site | ||
test/benchmarks.json | ||
Manifest.toml | ||
TODO.md | ||
TODO.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
01f4ec4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
01f4ec4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/58152
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: