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

View File

@@ -1 +1 @@
1.1.0
1.1.1

View File

@@ -1467,6 +1467,7 @@ class Booster(object):
self._validate_features(data)
return self.eval_set([(data, name)], iteration)
# pylint: disable=too-many-function-args
def predict(self,
data,
output_margin=False,