Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Update argmin requirement from 0.2.6 to 0.5.1 #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Updates the requirements on argmin to permit the latest version.

Release notes

Sourced from argmin's releases.

Version 0.5.1

What's Changed

  • Fixed Bug in HagerZhang line search (#2, #184, @​wfsteiner)
  • Removed Default trait bounds on TrustRegion and Steihaug implementations (#187, #192, @​cfunky)
  • Inverse Hessians are now part of IterState, therefore the final inverse Hessian can be retrieved after an optimization run (#185, #186, @​stefan-k)

Full Changelog: argmin-rs/argmin@v0.5.0...v0.5.1

Changelog

Sourced from argmin's changelog.

argmin v0.5.1 (16 February 2022)

  • Fixed Bug in HagerZhang line search (#2, #184, @​wfsteiner)
  • Removed Default trait bounds on TrustRegion and Steihaug implementations (#187, #192, @​cfunky)
  • Inverse Hessians are now part of IterState, therefore the final inverse Hessian can be retrieved after an optimization run (#185, #186, @​stefan-k)

argmin v0.5.0 (10 January 2022)

argmin v0.4.7 (14 August 2021)

argmin v0.4.6 (18 July 2021)

  • updated dependencies (#121, #123, #129, @​stefan-k):
    • ndarray 0.15
    • ndarray-linalg 0.14
    • appox 0.5
    • nalgebra 0.28
    • ndarray-rand 0.14

... (truncated)

Commits
  • 7d88055 version 0.5.1
  • 9823cc3 Make inverse Hessian part of IterState
  • 5c6d500 Removed the Default trait bound on TrustRegion and Steihaug impls (#192)
  • e202c68 Fix Wolfe condition and thus #2
  • e6c3b9a Replace \gt with \geq for exhaustion
  • 9ed94a4 Typos
  • cfbb17e Version 0.5.0
  • 2061d1a Faster CI by removing unnecessary cargo clean
  • d66365e Remove CircleCI and add rustfmt pipeline to Github Actions
  • 842b8e1 Automatically deploy docs when pushing to main
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [argmin](https://github.com/argmin-rs/argmin) to permit the latest version.
- [Release notes](https://github.com/argmin-rs/argmin/releases)
- [Changelog](https://github.com/argmin-rs/argmin/blob/v0.5.1/CHANGELOG.md)
- [Commits](argmin-rs/argmin@v0.2.6...v0.5.1)

---
updated-dependencies:
- dependency-name: argmin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants