Skip to content

Commit c189028

Browse files
Merge branch 'master' into master
2 parents eb70546 + f14a4f5 commit c189028

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## v2.93.0 (2022-06-03)
4+
5+
### Features
6+
7+
* MxNet 1.9 support
8+
9+
### Bug Fixes and Other Changes
10+
11+
* bump importlib-metadata version upperbound to support TF2.9
12+
* fix pipeline doc code example where process.run only accepts argument
13+
* Fix Tensorflow default model_dir generation when output_path is pipeline variable
14+
* Support transformer data parameterization
15+
316
## v2.92.2 (2022-05-31)
417

518
### Bug Fixes and Other Changes

VERSION

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def read_requirements(filename):
5454
"protobuf>=3.1,<4.0",
5555
"protobuf3-to-dict>=0.1.5,<1.0",
5656
"smdebug_rulesconfig==1.0.1",
57-
"importlib-metadata>=1.4.0,<2.0",
57+
"importlib-metadata>=1.4.0,<5.0",
5858
"packaging>=20.0",
5959
"pandas",
6060
"pathos",

0 commit comments

Comments
 (0)