Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tune](deps): Bump ax-platform from 0.2.4 to 0.2.10 in /python/requirements/ml #141

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2022

Bumps ax-platform from 0.2.4 to 0.2.10.

Release notes

Sourced from ax-platform's releases.

v0.2.10 Release

  • Bump required botorch version to 0.8.0
  • Enable relative outcome constraints
  • Misc bugfixes and improvements
    • Bugfix in BestPointMixin.get_trace
    • Avoid unnecessary model re-fitting in some cases
    • Allow inferred noise in benchmarking via infer_noise flag

v0.2.9 Release

  • Revamped Metric API
    • Metrics now return Result type for data fetching methods. This allows metrics to encode exceptions encountered during fetching into their returned value so Ax can defer their raising.
      • Call experiment.fetch_data_results to access these Results (organized by trial index and metric name) on the Experiment level.
        • experiment.fetch_data still returns Data directly by unwrapping the results under the hood for backwards compatibility considerations.
      • To update your existing custom Metrics you must wrap the return value of fetch_trial_data with Ok.
  • Improvements to Scheduler Exception handling via Results
    • If an Exception is encountered by the Scheduler during data fetching, either mark the trial as FAILED or continue the optimization (while alerting the user) depending on the failed metric’s role in the optimization. See scheduler.py for exact rules.
  • SAASBO memory utilization improvements
  • Miscellaneous bugfixes

v0.2.8 Release

Bugfix for for compatibility with latests pandas release. Also upgrade to BoTorch v0.7.2

v0.2.7 Release

Bug fixes & improvements. Now using BoTorch v0.7.2.

v0.2.6 Release

Bugfixes and incremental improvements. Now using botorch v0.6.6

v0.2.5 Release

Bugfixes and incremental improvements

Commits
  • c6c67d8 Make evaluation metadata accept iso formatted dates in addition to ints in ms...
  • e108d37 Pin Sphinx version (#1348)
  • b0958dd Set ALLOW_LATEST_GPYTORCH_LINOP: true in CI using latest BoTorch + GPyTorch (...
  • 9b8df90 Make it possible to infer noise (#1345)
  • f7ef062 Avoid re-fitting SAASBO models when there's no new data (#1331)
  • 5e61497 Allow -1 generation step index (#1342)
  • bf197a7 Skip model fitting in TorchModelBridge._fit if the observations haven't cha...
  • 7b674bc Fix equality check for np arrays with NaNs (#1343)
  • e56ed36 Update BestPointMixin.get_trace to extract observations directly from data
  • ddb90ca Don't refit surrogate in runner (#1339)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [ax-platform](https://github.com/facebook/Ax) from 0.2.4 to 0.2.10.
- [Release notes](https://github.com/facebook/Ax/releases)
- [Changelog](https://github.com/facebook/Ax/blob/main/CHANGELOG.md)
- [Commits](facebook/Ax@0.2.4...0.2.10)

---
updated-dependencies:
- dependency-name: ax-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants