openproblems-bio / openproblems

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

Update sagemaker requirement from ==2.116.* to ==2.153.* in /docker/openproblems #878

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

Features

  • Support npz archives in NumpyDeserializer
  • Add FasterTransformer DJL support
  • support for Sample Weights for SageMaker Autopilot

Bug Fixes and Other Changes

  • retry is_run assertion
  • Avoid 'AttributeError' for endpoint_name, if deploy() is not yet called
  • Fix LambdaStep Creation
  • Fix error when instance_count>1 in remote_function
  • Remove deprecated update_endpoint from deploy() args in TensorFlowModel
  • Update DJL deepspeed and fastertransformer DLC image uris
  • remote_function python version mismatch issue
Changelog

Sourced from sagemaker's changelog.

v2.153.0 (2023-05-09)

Features

  • Support npz archives in NumpyDeserializer
  • Add FasterTransformer DJL support
  • support for Sample Weights for SageMaker Autopilot

Bug Fixes and Other Changes

  • retry is_run assertion
  • Avoid 'AttributeError' for endpoint_name, if deploy() is not yet called
  • Fix LambdaStep Creation
  • Fix error when instance_count>1 in remote_function
  • Remove deprecated update_endpoint from deploy() args in TensorFlowModel
  • Update DJL deepspeed and fastertransformer DLC image uris
  • remote_function python version mismatch issue

v2.152.0 (2023-05-04)

Features

  • add support for lineage visualization using pyvis
  • Expose Experiment class publicly
  • PyTorch 1.13 release

Bug Fixes and Other Changes

  • Change data_type argument to dtype to keep consistent with D…
  • Skip edge test
  • make RemoteExecutor context manager non-blocking on pending futures
  • Add inferentia2 DLC images for djl framework
  • Fix typo in using_pytorch.rst
  • Unable to attach estimator to training job when KeepAlivePeriodInSeconds specified
  • update LMI container image
  • Update Clarify SHAPConfig baseline to allow JSON structures

Documentation Changes

  • Fix broken link in DJL SageMaker docs
  • currency update for the SageMaker data parallelism lib
  • SM model parallel library v1.15.0 release note

v2.151.0 (2023-04-27)

Features

  • Update Transformers 4.26 - TensorFlow 2.11.0 Image URI
  • Add Extra Parameters to Lambda Function Wrapper

... (truncated)

Commits
  • 9c7c8ae prepare release v2.153.0
  • 3a8a2e7 fix: retry is_run assertion (#3793)
  • 9820b2d feat: Support npz archives in NumpyDeserializer (#3799)
  • 17a4145 fix: Avoid 'AttributeError' for endpoint_name, if deploy() is not yet called ...
  • 28b57fd fix: Fix LambdaStep Creation (#3828)
  • 1caab81 fix: Fix error when instance_count>1 in remote_function (#3838)
  • 4844aa1 fix: Remove deprecated update_endpoint from deploy() args in TensorFlowModel ...
  • c68f5b0 feature: Add FasterTransformer DJL support (#3823)
  • 025c2fc change: Update DJL deepspeed and fastertransformer DLC image uris (#3834)
  • 7878abd feature: support for Sample Weights for SageMaker Autopilot (#3835)
  • 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 #879.