Skip to content

Update optimistix requirement from <0.1,>=0.0.10 to >=0.0.10,<0.2 - #103

Merged
gerlero merged 3 commits into
mainfrom
dependabot/pip/optimistix-gte-0.0.10-and-lt-0.2
Sep 1, 2026
Merged

Update optimistix requirement from <0.1,>=0.0.10 to >=0.0.10,<0.2#103
gerlero merged 3 commits into
mainfrom
dependabot/pip/optimistix-gte-0.0.10-and-lt-0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on optimistix to permit the latest version.

Release notes

Sourced from optimistix's releases.

Optimistix v0.1.0

Breaking changes:

  • Verbose printing has changed (across all supported solvers: optimistix.{DogLeg, LevenbergMarquardt, IndirectLevenbergMarquardt, LBFGS, ...etc}).

    Instead of consuming a frozenset of elements to display, e.g. LevenbergMarquardt(..., verbose=frozenset({"loss"})), then this should be set to either False (the default, print nothing), True (print everything), or to a callable to have full control over what will be printed.

Features:

  • optimistix.FixedPointIteration now optionally supports damping. (Thanks @​aidancrilly! #210)

Bugfixes:

  • No longer triggering JAX initialisation on import. (#186)
  • optimistix.BestSoFarMinimiser and optimistix.BestSoFarLeastSquares should now correctly check the final step when determining the best result. (#33, #211)
  • optimistix.BFGS now accepts float32 input even when JAX is in float64 mode. Previously this would crash. (#207, #212)
  • In the solver.step API, solvers were incorrectly reporting the aux output from a different step. I don't think this should affect results from the ultimate e.g. root_find(...).aux, but it will have affected those interacting with the per-step API directly. (#211)
  • If a solver.terminate returns a non-successful result then this will terminate the solve. Previously this would be ignored and only the boolean flag was respected.

Misc:

  • If a nonfinite value occurs during the solve then the solve will terminate.
  • Minimum Python version is now 3.11.
  • For contributors: added lots of benchmarks.

New Contributors

Full Changelog: patrick-kidger/optimistix@v0.0.11...v0.1.0

Commits
  • 8cb3e50 0.1.0
  • 650fde4 Now checking for nonfinite values during solve, and erroring if one is encoun...
  • e9c9abb Unsuccessful results will now trigger early termination.
  • 07ff159 Added more flexible verbose printing
  • 16c7d75 Propagate dtype to a few more places.
  • f41291e Fixes the aux output being from the wrong y.
  • 545936e pre-commit
  • 682fcbe Added damping factor
  • 16963fe Integrate benchmarking (#200)
  • 9e856cb Drop support for Python 3.10 (#194)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [optimistix](https://github.com/patrick-kidger/optimistix) to permit the latest version.
- [Release notes](https://github.com/patrick-kidger/optimistix/releases)
- [Commits](patrick-kidger/optimistix@v0.0.10...v0.1.0)

---
updated-dependencies:
- dependency-name: optimistix
  dependency-version: 0.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 31, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.55%. Comparing base (51a9c6d) to head (492e71a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #103   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files          13       13           
  Lines         580      580           
=======================================
  Hits          502      502           
  Misses         78       78           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gerlero
gerlero merged commit b1dcaf9 into main Sep 1, 2026
9 checks passed
@gerlero
gerlero deleted the dependabot/pip/optimistix-gte-0.0.10-and-lt-0.2 branch September 1, 2026 17:47
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants