Skip to content

Bump the all-julia-packages group across 1 directory with 2 updates - #25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-06459d6086
Closed

Bump the all-julia-packages group across 1 directory with 2 updates#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-06459d6086

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Optim and Roots to permit the latest version.
Updates Optim to 2.0.1

Release notes

Sourced from Optim's releases.

v2.0.1

Optim v2.0.1

Diff since v2.0.0

Merged pull requests:

  • Re-instate old behavior for Fminbox in terms of convergence calculati… (#1232) (@​pkofod)

Closed issues:

  • Default options in Optim.jl v2.0 don't seem appropriate (#1228)
  • value_gradient! returns the wrong thing for ManifoldObjective in v1.9.4 (#1229)
Changelog

Sourced from Optim's changelog.

Optim master release notes

  • Fix Preconditioning example for v1.0 syntax
  • Improve handling of alternative number types in univariate optimization
  • Add conditional likelihood example to docs
  • Improve Fminbox trace printing.

Optim v0.17.2 release notes

  • Fix some typos
  • Fix doc building

Optim v0.17.0 release notes

  • Drop support for Julia versions less 1.0. Optim v.17.1 is also out.

Optim v0.11.0 release notes

  • Optional scaling for inverse Hessian in L-BFGS
  • Support for initial step length guesses via LineSearches

Optim v0.10.0 release notes

  • Support for optimization on Riemannian manifolds
  • Support for optimization of functions of complex variables
  • New experimental KrylovTrustRegion method useful when cheap Hessian-vector products are available.
  • Improved support for BigFloats
  • Add doc strings to methods
  • Drop support for Julia versions less than v0.6.0-pre

Optim v0.9.0 release notes

  • Fminbox: If an initial guess is on the boundary of the box, the guess is moved inside the box and a warning is produced, as opposed to crashing with an error.
  • Significant changes to the Non-, Once-, and TwiceDifferentiable setup; these now hold temporaries relevant to the evaluation of objectives, gradients, and Hessians. They also hold f-, g-, and h_calls counters.
  • Refactor tests
  • Drop v0.4 support
  • Add limits to f-, g-, and h_calls
  • Improve trace for univariate optimization
  • Changed order of storage arrays and evaluation point arrays in gradient and Hessian calls
  • Skip v0.8.0 to allow fixes on Julia v0.5.0

Optim v0.7.6 release notes

  • Fix deprecations for *Function constructors
  • Fix depwarns on Julia master (v0.6)
  • Update references to new JuliaNLSolvers home for Optim+family

Optim v0.7.5 release notes

  • Various bug fixes
  • Deprecate DifferentiableFunction, TwiceDifferentiable in favor of OnceDifferentiable, TwiceDifferentiable
  • widen some type annotations (e.g. allow for multidimensional arrays as inputs again)
  • introduce allow_f_increases keyword in Optim.Options to allow objective to increase between iterations
  • New option in Optim.Options: allow_f_increases. Defaults to false, but if set to true, the solver will not stop even if a step leads to an increase in the objective.
  • Newton and BFGS: set initial step length to one. See 328.

Optim v0.7.3 release notes

... (truncated)

Commits
  • 4bcd6a6 Update Project.toml
  • 9b664c2 Re-instate old behavior for Fminbox in terms of convergence calculation and c...
  • d0f5e0e Update Project.toml
  • 286aeed Compute JVP in line searches (#1210)
  • d3ccb73 CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 9483bd8 Document optimization state and callback functionality. Change initia… (#1226)
  • 7934f7b Pass optimization state to callbacks (#1224)
  • 540c97b Depend on Statistics instead of StatsBase (#1221)
  • bc25e2c Fix bounds errors in default x_abschange and x_relchange (#1222)
  • 3e3d33e As default use a minimum trust region radius of 0 (#1219)
  • Additional commits viewable in compare view

Updates Roots to 3.0.0

Release notes

Sourced from Roots's releases.

v3.0.0

What's Changed

The verbose argument is no longer accepted. To see a trace of the algorithm passing a Roots.Tracks() instance to tracks is needed.

Many fixes to get the package to pass JET.test_package.

Full Changelog: JuliaMath/Roots.jl@v2.3.0...v3.0.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels May 21, 2026
Updates the requirements on [Optim](https://github.com/JuliaNLSolvers/Optim.jl) and [Roots](https://github.com/JuliaMath/Roots.jl) to permit the latest version.

Updates `Optim` to 2.0.1
- [Release notes](https://github.com/JuliaNLSolvers/Optim.jl/releases)
- [Changelog](https://github.com/JuliaNLSolvers/Optim.jl/blob/master/NEWS.md)
- [Commits](JuliaNLSolvers/Optim.jl@v1.12.0...v2.0.1)

Updates `Roots` to 3.0.0
- [Release notes](https://github.com/JuliaMath/Roots.jl/releases)
- [Changelog](https://github.com/JuliaMath/Roots.jl/blob/master/NEWS.md)
- [Commits](JuliaMath/Roots.jl@v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: Optim
  dependency-version: 2.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Roots
  dependency-version: 3.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the all-julia-packages group with 2 updates Bump the all-julia-packages group across 1 directory with 2 updates May 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/julia/all-julia-packages-06459d6086 branch from 3bd1779 to ab9cb5f Compare May 21, 2026 11:34
@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants