openproblems-bio / openproblems

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

Update sagemaker requirement from ==2.116.* to ==2.139.* in /docker/openproblems #856

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.139.0

Features

  • Add XGBoost framework 1.7-1 version

Bug Fixes and Other Changes

  • Fix image_uris.retrieve() function to return ValueError when framework is not allowed for an instance_type
Changelog

Sourced from sagemaker's changelog.

v2.139.0 (2023-03-15)

Features

  • Add XGBoost framework 1.7-1 version

Bug Fixes and Other Changes

  • Fix image_uris.retrieve() function to return ValueError when framework is not allowed for an instance_type

v2.138.0 (2023-03-13)

Features

  • Jumpstart training metrics

Bug Fixes and Other Changes

  • Add new region support for MX, PT, TF on SM Training

v2.137.0 (2023-03-10)

Features

  • support JSON for input dataset and model output

Bug Fixes and Other Changes

  • Wait on describe for tag propagation
  • Extracted profile_name directly from sagemaker.Session if None
  • Avoid double encoding to JSON in InferenceRecommenderMixin
  • RepackStep must use the same KMS key as the Model

v2.136.0 (2023-03-09)

Features

  • with_feature_group [feature_store]
  • Djl Large Model Support
  • Decouple model.right_size() from model registry

Bug Fixes and Other Changes

  • Fix integration test error in test_default_right_size_and_deploy_unregistered_base_model
  • Add djl 0.21.0 dlc images

Documentation Changes

  • Torchrun gpu support documentation change

... (truncated)

Commits
  • 967a9ba prepare release v2.139.0
  • 1b4892a Feature: add SKLearn framework version 1.2-1 (#3713)
  • 43e3571 fix: Fix image_uris.retrieve() function to return ValueError when framework i...
  • adee8b2 feature: Add XGBoost framework 1.7-1 version (#3706)
  • 6e9c666 update development version to v2.138.1.dev0
  • e99d5eb prepare release v2.138.0
  • ca22ac6 change: Add new region support for MX, PT, TF on SM Training (#3537)
  • 479610d feature: Jumpstart training metrics (#3675)
  • 588f4ab update development version to v2.137.1.dev0
  • e241d6a prepare release v2.137.0
  • 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)
github-actions[bot] commented 1 year ago

Current build status

dependabot[bot] commented 1 year ago

Superseded by #857.