Skip to content

NonlinearSolveSpectralMethods-v1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 04:22
· 28 commits to master since this release

NonlinearSolveSpectralMethods NonlinearSolveSpectralMethods-v1.7.0

Diff since NonlinearSolveSpectralMethods-v1.6.0

Merged pull requests:

Closed issues:

  • Consider supporting bounds for NonlinearProblem resolution (#183)
  • InternalAPI.reinit! for polyalg is missing p and u0 (#504)
  • Using LevenbergMarquardt for Linear Least Squares Problem Fails after 3.15.1 (#530)
  • Solution of overdetermined systems fails with StaticArrays (#560)
  • Constrained Parameters on Nonlinear Least Squares fitting (#575)
  • Error when specifying trace level (#713)
  • NonlinearProblem definition throwing UndefVarError: BVP not defined (#736)
  • verbose setting changes behavior of LU/QR switching (#739)
  • Error encountered in JFNK example from documentation (#752)
  • SCCNonlinearProblem has no field u0 in SCCNonlinearSolve 1.7 (#758)
  • Release NonlinearSolve v4.13.0 (#763)
  • Seemingly useless calls to an internal bisection algorithm in Bisection, Brent, Ridder and Falsi solvers (#765)
  • MethodError: no method matching get_fu(::Vector{Float64}) (#779)
  • Single-Shooting test fails non-deterministically (#791)
  • constructing non-trivial NonLinearVerbosity fails (#796)
  • Integration test: BoundaryValueDiffEq.jl BVPSOL wrapper consistently failing (#806)
  • Integration test: OrdinaryDiffEq.jl PSOS energy conservation test flaky (#807)
  • About implementing the ModAB root finding algorithm (#815)
  • Precompilation errors, likely due to #813 (#820)
  • NonlinearSolve.jl is robust to NLsolve.jl Jacobian column norm underflow bug (#835)
  • Migration guide: NLsolve.nlsolve with manual Jacobian and autoscale for kite power system (#836)
  • ModAB Anderson-Bjork modification produces NaN with ForwardDiff.Dual numbers (#839)
  • SimpleNewtonRaphson cannot solve NonlinearLeastSquaresProblem with empty u0 (#842)
  • Docs refer to nonexistent AbsSafeBestTerminationMode termination condition (#846)
  • nextfloat(::Int64) in BracketingNonlinearSolve ensemble solution (#847)
  • ModAB iteration can fail to shrink the interval due to floating-point error (#860)
  • Enzyme MixedReturnException with default PolyAlgorithm on Julia 1.10 (#869)
  • You can remove this redundant assignment in ModAB algorithm: x0 = x3 (#880)