openproblems-bio / openproblems

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

Update sagemaker requirement from ==2.116.* to ==2.131.* in /docker/openproblems #800

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

Features

  • Display file diff on black-check
  • Support for environment variables in the HPO
  • Support role as PipelineParameter in Processor class
  • Add TrainingImageConfig support for SageMaker training jobs

Bug Fixes and Other Changes

  • use FeatureGroup's Session in nonconcurrency ingestion
  • Update feature_group.py ingest() description
  • Do not use print function. User logger instead
  • Add batch_get_record and search API for FeatureStore
  • hashing problem for framework processors with identical source dirs
Changelog

Sourced from sagemaker's changelog.

v2.131.0 (2023-01-31)

Features

  • Display file diff on black-check
  • Support for environment variables in the HPO
  • Support role as PipelineParameter in Processor class
  • Add TrainingImageConfig support for SageMaker training jobs

Bug Fixes and Other Changes

  • use FeatureGroup's Session in nonconcurrency ingestion
  • Update feature_group.py ingest() description
  • Do not use print function. User logger instead
  • Add batch_get_record and search API for FeatureStore
  • hashing problem for framework processors with identical source dirs

v2.130.0 (2023-01-26)

Features

  • Add PyTorch 1.13.1 to SDK
  • Adding image_uri config for DJL containers
  • Support specifying env-vars when creating model from model package
  • local download dir for Model and Estimator classes

Bug Fixes and Other Changes

  • increase creation time slack minutes
  • Enable load_run auto pass in experiment config
  • Add us-isob-east-1 accounts and configs
  • Clean up Pipeline unit tests

v2.129.0 (2023-01-19)

Features

  • add p2 deprecation for PT>=1.13
  • TF2.11 Update to PySDK

Bug Fixes and Other Changes

  • Improve Pipeline integ tests and fix resource leak
  • Update TF version to 2.8.4

v2.128.0 (2023-01-10)

Features

  • right_size() for inference recommender

... (truncated)

Commits
  • 994651a prepare release v2.131.0
  • e4aa636 fix: use FeatureGroup's Session in nonconcurrency ingestion (#3617)
  • a94a3b1 fix: Update feature_group.py ingest() description (#3615)
  • 76d9c5a fix: Do not use print function. User logger instead (#3591)
  • 27ebde6 Add batch_get_record and search API for FeatureStore (#3580)
  • f7a204b feature: Display file diff on black-check (#3554)
  • cee70dc feature: Support for environment variables in the HPO (#3614)
  • 75d1f2c feature: Support role as PipelineParameter in Processor class (#3605)
  • 22c1ca7 fix: hashing problem for framework processors with identical source dirs
  • 3fa8b53 feature: Add TrainingImageConfig support for SageMaker training jobs (#3603)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #818.