Release patch release 1.1.1 with faster CPU performance (#5732)

* Fix release degradation (#5720)

* fix release degradation, related to 5666

* less resizes

Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com>

* Make 1.1.1 patch release

* Disable too-many-function-args pylint warning for predict()

* Fix Windows CI

* Remove cpplint

Co-authored-by: ShvetsKS <33296480+ShvetsKS@users.noreply.github.com>
Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com>
This commit is contained in:
Philip Hyunsu Cho
2020-06-04 10:56:07 -07:00
committed by GitHub
parent f9b246f5ee
commit 34408a7fdc
11 changed files with 35 additions and 33 deletions

1
Jenkinsfile vendored
View File

@@ -48,7 +48,6 @@ pipeline {
script {
parallel ([
'clang-tidy': { ClangTidy() },
'lint': { Lint() },
'sphinx-doc': { SphinxDoc() },
'doxygen': { Doxygen() }
])