NonlinearSolveSpectralMethods-v1.1.1
NonlinearSolveSpectralMethods NonlinearSolveSpectralMethods-v1.1.1
Diff since NonlinearSolveSpectralMethods-v1.1.0
Merged pull requests:
- Fix incorrect Base version (#520) (@ErikQQY)
- feat: add
NonlinearSolveHomotopyContinuation.jl
(#523) (@AayushSabharwal) - docs: Fix typo (#527) (@mrkn)
- feat(HomotopyContinuation): enable more performant jacobians with Enzyme (#528) (@AayushSabharwal)
- fix(HomotopyContinuation): handle
NaN
results fromunpolynomialize
(#529) (@AayushSabharwal) - Bump
LinearSolve
compat version inNonlinearSolveBase
(#531) (@ytdHuang) - Use aliasing API for linear solves (#533) (@jClugstor)
- fix type stability of SimpleNonlinearSolve (#536) (@oscardssmith)
- Fix markdown list in faq.md (#538) (@abhro)
- Update compats (#539) (@ChrisRackauckas)
- ci(CompatHelper): checkout the repository (#542) (@thazhemadam)
- CompatHelper: bump compat for FixedPointAcceleration in [weakdeps] to 1, (keep existing compat) (#543) (@github-actions[bot])
- CompatHelper: add new compat entry for NonlinearSolveHomotopyContinuation at version 0.1 for package docs, (keep existing compat) (#544) (@github-actions[bot])
- CompatHelper: bump compat for LinearSolve to 3 for package docs, (keep existing compat) (#545) (@github-actions[bot])
- Add misc test group to NonlinearSolve CI to run QA tests (#546) (@ChrisRackauckas)
- minor itp speedups (#547) (@oscardssmith)
- more ITP simplification (#548) (@oscardssmith)
- Migrate the CUDA Termination Conditions tests from DiffEqBase (#549) (@ChrisRackauckas)
- More generic safe similar (#550) (@ErikQQY)
- CompatHelper: bump compat for AlgebraicMultigrid to 1 for package docs, (keep existing compat) (#551) (@github-actions[bot])
- support ForwardDiff 1.0 (#561) (@oscardssmith)
- Update Project.toml (#562) (@ChrisRackauckas)
- Fix ForwardDiff overload for user vjp (#563) (@ChrisRackauckas)
- support Zygote@0.7 (#566) (@oscardssmith)
- Add Muller's method (#568) (@fgittins)
- Fix SCCNonlinearSolve test error (#569) (@fgittins)
- feat: use sources (#571) (@ErikQQY)
- Fix CI (#572) (@ChrisRackauckas)
- Add documentation for Muller's method (#573) (@fgittins)
Closed issues:
- Strongly Connected Component (SCC) Scheduled Nonlinear Problems (#388)
- Muller's method (#403)
- ITP implementation beaten by Roots.jl (#501)
- latest release fails to precompile w/ OrdinaryDiffEq.jl (#519)
- Unable to
init on
IntervalNonlinearProblem` (#521) - Tutorial example fails (#526)
- Muller's method (#564)