Skip to content

Commit 94a10db

Browse files
authored
Merge branch 'master' into feat/predictorargs
2 parents ff26090 + 85de4b9 commit 94a10db

File tree

121 files changed

+13250
-143
lines changed

Some content is hidden

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

121 files changed

+13250
-143
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v2.17.0 (2020-12-02)
4+
5+
### Features
6+
7+
* bump minor version for re:Invent 2020 features
8+
9+
## v2.16.4 (2020-12-01)
10+
11+
### Features
12+
13+
* Add re:Invent 2020 features
14+
15+
### Bug Fixes and Other Changes
16+
17+
* use eia python version fixture in integration tests
18+
* bump version to 2.17.0 for re:Invent-2020
19+
20+
### Documentation Changes
21+
22+
* add feature store documentation
23+
324
## v2.16.3.post0 (2020-11-17)
425

526
### Testing and Release Infrastructure

VERSION

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

0 commit comments

Comments
 (0)