sktime / pytorch-forecasting

Time series forecasting with PyTorch
https://pytorch-forecasting.readthedocs.io/
MIT License
3.99k stars 631 forks source link

build(deps): update optuna requirement from <3.3.0,>=3.1.0 to >=3.1.0,<3.7.0 #1627

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Updates the requirements on optuna to permit the latest version.

Release notes

Sourced from optuna's releases.

v3.6.1

This is the release note of v3.6.1.

Bug Fixes

  • [Backport] Fix Wilcoxon pruner bug when best_trial has no intermediate value #5370
  • [Backport] Address issue#5358 (#5371)
  • [Backport] Fix average_is_best implementation in WilcoxonPruner (#5373)

Other

  • Bump up version number to v3.6.1 (#5372)

Thanks to All the Contributors!

This release was made possible by the authors and the people who participated in the reviews and discussions.

@​HideakiImamura, @​eukaryo, @​nabenabe0928

Commits
  • 39f83f7 Merge pull request #5373 from eukaryo/backport-5366
  • 69c0bf3 Merge pull request #5372 from HideakiImamura/bump-up-version-number-to-v3.6.1
  • 8a573cb Merge pull request #5371 from HideakiImamura/backport-5359-to-release-v3.6.1
  • 2ef896f Merge pull request #5370 from HideakiImamura/backport-5354-to-release-v3.6.1
  • 4b1a77f Merge pull request #5366 from contramundum53/fix-wilcoxon2
  • 6ab09a9 Bump up version number to v3.6.1
  • e7fa43f Address issue#5358 (#5359)
  • 7993ddd Merge pull request #5354 from contramundum53/fix-wilcoxon
  • 0f320d4 Merge pull request #5333 from HideakiImamura/backport-v3.6.0
  • f45dd5a Merge pull request #5332 from HideakiImamura/bug/fix-unintended-breaking-change
  • 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 show 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)
dependabot[bot] commented 2 months ago

Superseded by #1645.