Skip to content

Releases: SciML/NonlinearSolve.jl

NonlinearSolveSpectralMethods-v1.5.0

02 Oct 02:35

Choose a tag to compare

NonlinearSolveSpectralMethods NonlinearSolveSpectralMethods-v1.5.0

Diff since NonlinearSolveSpectralMethods-v1.4.0

Merged pull requests:

  • remove aliasing from caches (#683) (@oscardssmith)
  • Fix Mooncake extension to not use AbstractDEProblem (#703) (@jClugstor)
  • CompatHelper: bump compat for Sundials in [weakdeps] to 5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Sundials to 5 for package docs, (keep existing compat) (#705) (@github-actions[bot])
  • Fix SCC residuals transfer for linear problems (#707) (@ChrisRackauckas-Claude)

Closed issues:

  • SCC does not transfer residuals to solution object (#706)

NonlinearSolveQuasiNewton-v1.10.0

02 Oct 02:36

Choose a tag to compare

NonlinearSolveQuasiNewton NonlinearSolveQuasiNewton-v1.10.0

Diff since NonlinearSolveQuasiNewton-v1.8.0

Merged pull requests:

  • Bump SparseConnectivityTracer compat entry (#664) (@adrhill)
  • Migrate solve dispatches from DiffEqBase to NonlinearSolveBase (#669) (@jClugstor)
  • Better downgrade CI (#671) (@ErikQQY)
  • Move Enzyme tests to NoPre test group to fix prerelease CI failures (#672) (@ChrisRackauckas-Claude)
  • Add default algorithm dispatches for AbstractSteadyStateProblem (#673) (@ChrisRackauckas)
  • Fix wrapper test failures by running them sequentially (#675) (@ChrisRackauckas-Claude)
  • Rm kwargs (#680) (@RomeoV)
  • remove aliasing from caches (#683) (@oscardssmith)
  • Specialize on internalnorm function. (#684) (@RomeoV)
  • Move SparseMatrixColorings to weakdeps (#685) (@ChrisRackauckas-Claude)
  • Specialize functions on f parameter for trim compatibility (#686) (@ChrisRackauckas-Claude)
  • CompatHelper: bump compat for SpeedMapping in [weakdeps] to 0.4, (keep existing compat) (#689) (@github-actions[bot])
  • Add copy methods for Jacobian Operators (#691) (@jClugstor)
  • Copying SciMLJacobianOperators should not copy the size (#693) (@jClugstor)
  • Use correct constructors for JacobianOperators in copy (#694) (@jClugstor)
  • test: try fixing CI (#695) (@avik-pal)
  • CompatHelper: add new compat entry for SparseMatrixColorings at version 0.4 for package docs, (keep existing compat) (#698) (@github-actions[bot])
  • Fix: reinit! error when using AbsTerminationMode (#699) (@AJ0070)
  • Bump actions/checkout from 4 to 5 (#701) (@dependabot[bot])
  • Bump package versions following NonlinearSolveBase v1.15.0 release (#702) (@ChrisRackauckas-Claude)
  • Fix Mooncake extension to not use AbstractDEProblem (#703) (@jClugstor)
  • CompatHelper: bump compat for Sundials in [weakdeps] to 5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Sundials to 5 for package docs, (keep existing compat) (#705) (@github-actions[bot])
  • Fix SCC residuals transfer for linear problems (#707) (@ChrisRackauckas-Claude)

Closed issues:

  • Downgrade CI are not dev subpackages (#670)
  • Differentiate through the values in p (#678)
  • Extra kwargs is invalid code (#679)
  • Calling reinit! with GeneralizedFirstOrderAlgorithmCache using AbsTerminationMode throws an error (#687)
  • Missing copy for SciMLJacobianOperators (#690)
  • SCC does not transfer residuals to solution object (#706)

NonlinearSolveFirstOrder-v1.9.0

02 Oct 02:35

Choose a tag to compare

NonlinearSolveFirstOrder NonlinearSolveFirstOrder-v1.9.0

Diff since NonlinearSolveFirstOrder-v1.8.0

Merged pull requests:

  • remove aliasing from caches (#683) (@oscardssmith)
  • Fix Mooncake extension to not use AbstractDEProblem (#703) (@jClugstor)
  • CompatHelper: bump compat for Sundials in [weakdeps] to 5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Sundials to 5 for package docs, (keep existing compat) (#705) (@github-actions[bot])
  • Fix SCC residuals transfer for linear problems (#707) (@ChrisRackauckas-Claude)

Closed issues:

  • SCC does not transfer residuals to solution object (#706)

NonlinearSolveBase-v2.0.0

02 Oct 02:01

Choose a tag to compare

NonlinearSolveBase NonlinearSolveBase-v2.0.0

Diff since NonlinearSolveBase-v1.16.1

Breaking changes

  • Removed aliasing in the caches in order to fix reinit! usage. This should only effect the implementation of other solvers and shouldn't change things for the great user base.

Merged pull requests:

Closed issues:

  • SCC does not transfer residuals to solution object (#706)

BracketingNonlinearSolve-v1.5.0

02 Oct 02:35

Choose a tag to compare

BracketingNonlinearSolve BracketingNonlinearSolve-v1.5.0

Diff since BracketingNonlinearSolve-v1.4.0

Merged pull requests:

  • remove aliasing from caches (#683) (@oscardssmith)
  • Fix Mooncake extension to not use AbstractDEProblem (#703) (@jClugstor)
  • CompatHelper: bump compat for Sundials in [weakdeps] to 5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Sundials to 5 for package docs, (keep existing compat) (#705) (@github-actions[bot])
  • Fix SCC residuals transfer for linear problems (#707) (@ChrisRackauckas-Claude)

Closed issues:

  • SCC does not transfer residuals to solution object (#706)

NonlinearSolveBase-v1.16.1

18 Sep 13:00
146c8d5

Choose a tag to compare

NonlinearSolveBase NonlinearSolveBase-v1.16.1

Diff since NonlinearSolveBase-v1.16.0

Merged pull requests:

  • CompatHelper: bump compat for Sundials in [weakdeps] to 5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Sundials to 5 for package docs, (keep existing compat) (#705) (@github-actions[bot])

v4.11.0

17 Sep 17:22
fa76d87

Choose a tag to compare

NonlinearSolve v4.11.0

Diff since v4.10.0

Merged pull requests:

Closed issues:

  • A mysterious kwarg bug (#666)
  • Downgrade CI are not dev subpackages (#670)
  • Differentiate through the values in p (#678)
  • Extra kwargs is invalid code (#679)
  • Calling reinit! with GeneralizedFirstOrderAlgorithmCache using AbsTerminationMode throws an error (#687)
  • Missing copy for SciMLJacobianOperators (#690)

NonlinearSolveBase-v1.16.0

17 Sep 03:16
f2c680f

Choose a tag to compare

NonlinearSolveBase NonlinearSolveBase-v1.16.0

Diff since NonlinearSolveBase-v1.15.0

Merged pull requests:

  • Fix Mooncake extension to not use AbstractDEProblem (#703) (@jClugstor)

SimpleNonlinearSolve-v2.8.0

12 Sep 10:22
c5a4ef0

Choose a tag to compare

SimpleNonlinearSolve SimpleNonlinearSolve-v2.8.0

Diff since SimpleNonlinearSolve-v2.7.0

Merged pull requests:

Closed issues:

  • A mysterious kwarg bug (#666)
  • Downgrade CI are not dev subpackages (#670)
  • Differentiate through the values in p (#678)
  • Extra kwargs is invalid code (#679)
  • Calling reinit! with GeneralizedFirstOrderAlgorithmCache using AbsTerminationMode throws an error (#687)
  • Missing copy for SciMLJacobianOperators (#690)

SCCNonlinearSolve-v1.5.0

12 Sep 10:22
c5a4ef0

Choose a tag to compare

SCCNonlinearSolve SCCNonlinearSolve-v1.5.0

Diff since SCCNonlinearSolve-v1.4.0

Merged pull requests:

Closed issues:

  • NonlinearSolve stalls when jacobian is singular (#635)
  • A mysterious kwarg bug (#666)
  • Downgrade CI are not dev subpackages (#670)
  • Differentiate through the values in p (#678)
  • Extra kwargs is invalid code (#679)
  • Calling reinit! with GeneralizedFirstOrderAlgorithmCache using AbsTerminationMode throws an error (#687)
  • Missing copy for SciMLJacobianOperators (#690)