Skip to content

Commit 8871a14

Browse files
author
ci
committed
prepare release v1.34.0
1 parent 91c5529 commit 8871a14

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## v1.34.0 (2019-07-18)
4+
5+
### Features
6+
7+
* Git integration for CodeCommit
8+
* deal with credentials for Git support for GitHub
9+
10+
### Bug fixes and other changes
11+
12+
* modify TODO on disabled Pylint check
13+
* enable consider-using-ternary Pylint check
14+
* enable chained-comparison Pylint check
15+
* enable too-many-public-methods Pylint check
16+
* enable consider-using-in Pylint check
17+
* set num_processes_per_host only if provided by user
18+
* fix attach for 1P algorithm estimators
19+
* enable ungrouped-imports Pylint check
20+
* enable wrong-import-order Pylint check
21+
* enable attribute-defined-outside-init Pylint check
22+
* enable consider-merging-isinstance Pylint check
23+
* enable inconsistent-return-statements Pylint check
24+
* enable simplifiable-if-expression pylint checks
25+
* fix list serialization for 1P algos
26+
* enable no-else-return and no-else-raise pylint checks
27+
* enable unidiomatic-typecheck pylint check
28+
329
## v1.33.0 (2019-07-10)
430

531
### Features

VERSION

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

0 commit comments

Comments
 (0)