File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## v1.33.0 (2019-07-10)
4
30
5
31
### Features
Original file line number Diff line number Diff line change 1
- 1.33.1.dev0
1
+ 1.34.0
You can’t perform that action at this time.
0 commit comments