Skip to content

v1.34.0

Compare
Choose a tag to compare
@jesterhazy jesterhazy released this 18 Jul 17:39
· 3596 commits to master since this release

Features

  • Git integration for CodeCommit
  • deal with credentials for Git support for GitHub

Bug fixes and other changes

  • modify TODO on disabled Pylint check
  • enable consider-using-ternary Pylint check
  • enable chained-comparison Pylint check
  • enable too-many-public-methods Pylint check
  • enable consider-using-in Pylint check
  • set num_processes_per_host only if provided by user
  • fix attach for 1P algorithm estimators
  • enable ungrouped-imports Pylint check
  • enable wrong-import-order Pylint check
  • enable attribute-defined-outside-init Pylint check
  • enable consider-merging-isinstance Pylint check
  • enable inconsistent-return-statements Pylint check
  • enable simplifiable-if-expression pylint checks
  • fix list serialization for 1P algos
  • enable no-else-return and no-else-raise pylint checks
  • enable unidiomatic-typecheck pylint check