Skip to content

Commit 945c769

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f81097b + 2d9396c commit 945c769

File tree

134 files changed

+13523
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+13523
-324
lines changed

.dictionary

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
args
2+
arn
3+
autoscaling
4+
aws
5+
bool
6+
boolean
7+
boto
8+
botocore
9+
clienterror
10+
cloudwatch
11+
cron
12+
config
13+
dataset
14+
datasets
15+
datetime
16+
desc
17+
docstring
18+
entrypoint
19+
env
20+
iam
21+
hyperparameter
22+
hyperparameters
23+
jupyter
24+
kms
25+
kwargs
26+
neo
27+
noqa
28+
rc
29+
runtime
30+
sagemaker
31+
stdout
32+
str
33+
subdirectories
34+
subnet
35+
subnets
36+
unexpectedstatusexception
37+
uri
38+
vpc

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ spelling-dict=
292292
spelling-ignore-words=
293293

294294
# A path to a file that contains private dictionary; one word per line.
295-
spelling-private-dict-file=
295+
spelling-private-dict-file=.dictionary
296296

297297
# Tells whether to store unknown words to indicated private dictionary in
298298
# --spelling-private-dict-file option instead of raising a message.
@@ -314,7 +314,7 @@ ignored-modules=distutils
314314
# List of class names for which member attributes should not be checked (useful
315315
# for classes with dynamically set attributes). This supports the use of
316316
# qualified names.
317-
ignored-classes=optparse.Values,thread._local,_thread._local,matplotlib.cm,tensorflow.python,tensorflow,tensorflow.train.Example,RunOptions
317+
ignored-classes=optparse.Values,thread._local,_thread._local,matplotlib.cm,tensorflow.python,tensorflow,tensorflow.train.Example,RunOptions,sagemaker.workflow.properties.Properties
318318

319319
# List of members which are set dynamically and missed by pylint inference
320320
# system, and so shouldn't trigger E1101 when accessed. Python regular

CHANGELOG.md

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

3+
## v2.16.4 (2020-12-01)
4+
5+
### Features
6+
7+
* Add re:Invent 2020 features
8+
9+
### Bug Fixes and Other Changes
10+
11+
* use eia python version fixture in integration tests
12+
* bump version to 2.17.0 for re:Invent-2020
13+
14+
### Documentation Changes
15+
16+
* add feature store documentation
17+
18+
## v2.16.3.post0 (2020-11-17)
19+
20+
### Testing and Release Infrastructure
21+
22+
* use ECR-hosted image for ubuntu:16.04
23+
24+
## v2.16.3 (2020-11-11)
25+
26+
### Bug Fixes and Other Changes
27+
28+
* fix failures for multiple spark run() invocations
29+
30+
## v2.16.2 (2020-11-09)
31+
32+
### Bug Fixes and Other Changes
33+
34+
* create default bucket only if needed
35+
36+
## v2.16.1 (2020-10-28)
37+
38+
### Bug Fixes and Other Changes
39+
40+
* ensure 1p algos are compatible with forward-port
41+
42+
## v2.16.0.post0 (2020-10-28)
43+
44+
### Documentation Changes
45+
46+
* clarify non-breaking changes after v1 forward port
47+
48+
## v2.16.0 (2020-10-27)
49+
50+
### Features
51+
52+
* update image uri for neo tensorflow
53+
354
## v2.15.4 (2020-10-26)
455

556
### Bug Fixes and Other Changes

VERSION

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

buildspec-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ phases:
77
- TOX_PARALLEL_NO_SPINNER=1
88
- PY_COLORS=0
99
- start_time=`date +%s`
10-
- tox -e flake8,pylint,twine,black-check --parallel all
11-
- ./ci-scripts/displaytime.sh 'flake8,pylint,twine,black-check' $start_time
10+
- tox -e flake8,pylint,docstyle,black-check,twine --parallel all
11+
- ./ci-scripts/displaytime.sh 'flake8,pylint,docstyle,black-check,twine' $start_time
1212

1313
- start_time=`date +%s`
1414
- tox -e sphinx,doc8 --parallel all

0 commit comments

Comments
 (0)