Skip to content

Commit 9c9a7b0

Browse files
authored
Merge branch 'master' into chore/add-p2-instances-to-integ-tests
2 parents d3bb53f + bfbb35f commit 9c9a7b0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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.154.0 (2023-05-11)
4+
5+
### Features
6+
7+
* Add integ tests for remote_function, auto_capture functionality
8+
* jumpstart model estimator classes
9+
10+
### Bug Fixes and Other Changes
11+
12+
* integs - pytorch transformer deps and add test retry
13+
* adding .lower() so new Pandas dtypes will match the type lookup.
14+
* Pass KMS value to create processing job
15+
316
## v2.153.0 (2023-05-09)
417

518
### Features

VERSION

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

tests/integ/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
TRAINING_NO_P2_REGIONS = [
5656
"af-south-1",
5757
"ap-east-1",
58+
"ap-south-1", # not enough capacity
5859
"ap-southeast-1",
5960
"ap-southeast-2",
6061
"ca-central-1",

0 commit comments

Comments
 (0)