You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## v3.0.1 (2025-11-19)
4
+
5
+
* Update project dependencies to include submodules: sagemaker-core, sagemaker-train, sagemaker-serve, sagemaker-mlops
6
+
3
7
## v3.0.0 (2025-11-19)
4
8
5
9
### Major Version Release
@@ -10,7 +14,7 @@
10
14
11
15
* Version 3.0.0 represents a significant milestone in our product's evolution. This major release introduces a modernized architecture, enhanced performance, and powerful new features while maintaining our commitment to user experience and reliability.
12
16
* Older interfaces such as Estimator, Model, Predictor and all their subclasses will not be supported in V3.
13
-
* Please review documenation of interfaces for parameters support (especially ModelBuilder)
17
+
* Please review documentation of interfaces for parameters support (especially ModelBuilder)
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,17 @@ For detailed documentation, including the API reference, see `Read the Docs <htt
42
42
To install SageMaker Python SDK, see `Installing SageMaker Python SDK <#installing-the-sagemaker-python-sdk>`_.
43
43
44
44
❗🔥 SageMaker V3 Release
45
-
-----------------
45
+
-------------------------
46
46
47
47
Version 3.0.0 represents a significant milestone in our product's evolution. This major release introduces a modernized architecture, enhanced performance, and powerful new features while maintaining our commitment to user experience and reliability.
48
48
49
49
**Important: Please review these breaking changes before upgrading.**
50
50
51
51
* Older interfaces such as Estimator, Model, Predictor and all their subclasses will not be supported in V3.
52
-
* Please review documenation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
52
+
* Please review documentation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
53
53
54
54
SageMaker V2 Examples
55
-
-----------------
55
+
---------------------
56
56
57
57
#. `Using the SageMaker Python SDK <https://sagemaker.readthedocs.io/en/stable/overview.html>`__
0 commit comments