Skip to content

Releases: JuliaSmoothOptimizers/AdaptiveRegularization.jl

v0.2.2

03 Dec 12:45

Choose a tag to compare

AdaptiveRegularization v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Bump actions/setup-python from 5 to 6 (#145) (@dependabot[bot])
  • [AUTO] pre-commit update (#146) (@github-actions[bot])
  • Bump actions/download-artifact from 5 to 6 (#147) (@dependabot[bot])
  • Bump actions/upload-artifact from 4 to 5 (#148) (@dependabot[bot])
  • [AUTO] pre-commit update (#149) (@github-actions[bot])
  • [AUTO] pre-commit update (#151) (@github-actions[bot])
  • Update limit for HessSparse allocation test for Julia 1.12 (#153) (@tmigot)
  • Bump actions/checkout from 5 to 6 (#154) (@dependabot[bot])

Closed issues:

  • [CI] All tests are failing (#152)

v0.2.1

01 Sep 13:27
018d67d

Choose a tag to compare

AdaptiveRegularization v0.2.1

Diff since v0.2.0

Merged pull requests:

  • [AUTO] pre-commit update (#136) (@github-actions[bot])
  • [AUTO] pre-commit update (#137) (@github-actions[bot])
  • [AUTO] pre-commit update (#138) (@github-actions[bot])
  • Bump actions/download-artifact from 4 to 5 (#139) (@dependabot[bot])
  • [AUTO] pre-commit update (#140) (@github-actions[bot])
  • Bump actions/checkout from 4 to 5 (#141) (@dependabot[bot])
  • Add DOI of the most recent paper in the README badge (#142) (@tmigot)
  • CompatHelper: bump compat for SolverTools to 0.10, (keep existing compat) (#143) (@github-actions[bot])
  • Fix nothing in decrease function (#144) (@tmigot)

Closed issues:

  • Handle nothing case (#56)

v0.2.0

04 Jun 22:21
c098d98

Choose a tag to compare

AdaptiveRegularization v0.2.0

Diff since v0.1.1

Breaking changes

  • drop support for Julia 1.6
  • Bump to Krylov 0.10

Merged pull requests:

v0.1.1

21 Apr 19:49
27f5750

Choose a tag to compare

AdaptiveRegularization v0.1.1

Diff since v0.1.0

Merged pull requests:

Closed issues:

  • Pre-allocate stats (#62)
  • Infinite loop if only unsuccessful steps (#84)
  • Calling solver on NLP modifies initial guess (#87)
  • Add JSO callback (#88)
  • Add CITATION.cff (#90)
  • Move TrustRegion structure to SolverTools.jl (#92)
  • Comply with JSO-compliant solver solve! (#93)
  • Remove allocations (#94)
  • Allocs failure is not related to this PR, but to an update in Julia 1.10 (#100)

v0.1.0

27 Dec 08:43
cc253ef

Choose a tag to compare

AdaptiveRegularization v0.1.0

Merged pull requests:

Closed issues:

  • Add unit tests from SolverTest.jl (#18)
  • Add very unsuccessful case when Δq < 0.0 (#19)
  • Add callback in cg_lanczos (#22)
  • Save some norm computation (#26)
  • How to find # of function, gradient, Hessian calls? (#80)