openproblems-bio / openproblems

Formalizing and benchmarking open problems in single-cell genomics
MIT License
290 stars 77 forks source link

Update sagemaker requirement from ==2.116.* to ==2.118.* in /docker/openproblems #721

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on sagemaker to permit the latest version.

Release notes

Sourced from sagemaker's releases.

v2.118.0

Features

  • Update boto3 version to 1.26.20
  • support table format option for create feature group.
  • Support Amazon SageMaker Model Cards
  • support monitoring alerts api
  • Support Amazon SageMaker AutoMLStep

Bug Fixes and Other Changes

  • integration test in anticipate of ProfilerConfig API changes
  • Add more integ test logic for AutoMLStep
  • update get_execution_role_arn to use role from DefaultSpaceSettings
  • bug on AutoMLInput to allow PipelineVariable
  • FinalMetricDataList is missing from the training job search resu…
  • add integration tests for Model Card
  • update AutoMLStep with cache improvement

Documentation Changes

  • automlstep doc update
Changelog

Sourced from sagemaker's changelog.

v2.118.0 (2022-12-01)

Features

  • Update boto3 version to 1.26.20
  • support table format option for create feature group.
  • Support Amazon SageMaker Model Cards
  • support monitoring alerts api
  • Support Amazon SageMaker AutoMLStep

Bug Fixes and Other Changes

  • integration test in anticipate of ProfilerConfig API changes
  • Add more integ test logic for AutoMLStep
  • update get_execution_role_arn to use role from DefaultSpaceSettings
  • bug on AutoMLInput to allow PipelineVariable
  • FinalMetricDataList is missing from the training job search resu…
  • add integration tests for Model Card
  • update AutoMLStep with cache improvement

Documentation Changes

  • automlstep doc update

v2.117.0 (2022-11-15)

Features

  • add support for PT1.12.1

v2.116.0 (2022-10-28)

Features

  • support customized timeout for model data download and inference container startup health check for Hosting Endpoints
  • Trainium Neuron support for PyTorch
  • Pipelines cache keys update
  • Caching Improvements for SM Pipeline Workflows

v2.115.0 (2022-10-27)

Features

  • Add support for TF 2.10 training
  • Disable profiler for Trainium instance type
  • support the Hyperband strategy with the StrategyConfig
  • support the GridSearch strategy for hyperparameter optimization

Bug Fixes and Other Changes

... (truncated)

Commits
  • 471b90c prepare release v2.118.0
  • e749dbe feature: Update boto3 version to 1.26.20
  • f73368a fix: integration test in anticipate of ProfilerConfig API changes
  • 8348c7d feature: support table format option for create feature group.
  • 7391fa1 fix: Add more integ test logic for AutoMLStep
  • 30f014d fix: update get_execution_role_arn to use role from DefaultSpaceSettings
  • 73cc8d5 fix: bug on AutoMLInput to allow PipelineVariable
  • ac866a9 doc: automlstep doc update
  • f14c379 fix: FinalMetricDataList is missing from the training job search resu…
  • 4cb855c change: add integration tests for Model Card
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 95.07% // Head: 95.07% // No change to project coverage :thumbsup:

Coverage data is based on head (d178f40) compared to base (4ac6faf). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #721 +/- ## ======================================= Coverage 95.07% 95.07% ======================================= Files 154 154 Lines 4085 4085 Branches 206 206 ======================================= Hits 3884 3884 Misses 131 131 Partials 70 70 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `95.07% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #738.