Skip to content

Commit 859ecde

Browse files
author
Payton Staub
committed
Merge branch 'master' of https://github.com/staubhp/sagemaker-python-sdk into fix-repack-model
2 parents a07a962 + 7268e82 commit 859ecde

34 files changed

+640
-1611
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v2.68.0 (2021-11-02)
4+
5+
### Features
6+
7+
* CompilationStep support for Sagemaker Pipelines
8+
9+
## v2.67.0 (2021-11-01)
10+
11+
### Deprecations and Removals
12+
13+
* deprecate Serverless Lambda model-predictor
14+
15+
### Features
16+
17+
* add joinsource to DataConfig
18+
* Add support for Partial Dependence Plots(PDP) in SageMaker Clarify
19+
20+
### Bug Fixes and Other Changes
21+
22+
* localmode subprocess parent process not sending SIGTERM to child
23+
* remove buildspec from repo
24+
25+
## v2.66.2.post0 (2021-10-28)
26+
27+
### Documentation Changes
28+
29+
* Update estimator docstrings to add Fast File Mode
30+
331
## v2.66.2 (2021-10-27)
432

533
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.66.3.dev0
1+
2.68.1.dev0

buildspec-deploy.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

buildspec-localmodetests.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

buildspec-notebooktests.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

buildspec-release.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

buildspec-slowtests.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

buildspec-unittests.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

buildspec.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

doc/api/inference/model.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ Model
1616
:undoc-members:
1717
:show-inheritance:
1818

19-
.. autoclass:: sagemaker.serverless.model.LambdaModel
20-
:members:
21-
:undoc-members:
22-
:show-inheritance:

0 commit comments

Comments
 (0)