Skip to content

[tune](deps): Bump ax-platform from 0.1.20 to 0.2.9 in /python/requirements/tune#95

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/tune/ax-platform-0.2.9
Closed

[tune](deps): Bump ax-platform from 0.1.20 to 0.2.9 in /python/requirements/tune#95
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/tune/ax-platform-0.2.9

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2022

Bumps ax-platform from 0.1.20 to 0.2.9.

Release notes

Sourced from ax-platform's releases.

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

v0.2.4 Release

v0.2.3 Release

  • Bugfixes
  • SAASBO fixes
  • Updates to Scheduler (base class now works standalone, with polling functionality delegated to runner)
  • Early-stopping support in Service API

v0.2.2 Release

Bugfixes + support for Pareto frontier extraction in Ax Service API

v0.2.1: Release

What’s new?

  1. Support Multi-Objective Optimizations for the Service API.
  2. Deprecation of SimpleExperiment
  3. Several minor tutorial and documentation corrections.
  4. Documentation is no longer released with errors in tutorials.

Bugfixes

  • IndexError when only using a subset of fields in raw data (facebook/Ax#652)

v0.2.0 Release

What’s new?

  1. Modular BotAx + tutorial: new flexible setup for combining BoTorch subcomponents into a Model in Ax,

... (truncated)

Commits
  • a67302f Fix coverage in generation_strategy.py
  • 0253ca3 Change list surrogate construction (#1247)
  • 6912b80 Fix multiobjective_optimization.ipynb (#1244)
  • be71127 Create class for compound GenerationStep completion critera (#1234)
  • 7ee4f0b Fix tutorials after introduction of MetricFetchResult (#1243)
  • d45a691 Raise an error if trying to generate less than 1 candidate (#1239)
  • f512de0 Don't use Pyro jit by default (#1474)
  • bc9ec01 Inteligently handle Errs in metric fetching in PTSAnalyzer (#1240)
  • f727aba Update the default init_batch_limit to 32 and batch_limit to 5 (#1238)
  • 13a6abd Results for Scheduler (#1228)
  • 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.1.20 to 0.2.9.
- [Release notes](https://github.com/facebook/Ax/releases)
- [Changelog](https://github.com/facebook/Ax/blob/main/CHANGELOG.md)
- [Commits](facebook/Ax@v0.1.20...0.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 31, 2022

Superseded by #102.

@dependabot dependabot bot closed this Dec 31, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/tune/ax-platform-0.2.9 branch December 31, 2022 08:02
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