Skip to content

NonlinearSolveQuasiNewton-v1.10.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 02:36
· 124 commits to master since this release

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)