Skip to content

Commit 4b65cd9

Browse files
committed
Bumped version v0.2.7 -> v0.2.8
1 parent 1651855 commit 4b65cd9

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Development Lead
1010
Contributors
1111
------------
1212

13-
None yet. Why not be the first?
13+
* Breno Batista da Silva <[email protected]>

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
History
33
=======
44

5+
0.2.8 (2021-02-06)
6+
------------------
7+
8+
* Removed StackingRegressor and CheckingClassifier.
9+
* Added provided_models method.
10+
* Added adjusted r-squared metric.
11+
* Added cardinality check to split categorical columns into low and high cardinality features.
12+
* Added different transformation pipeline for low and high cardinality features.
13+
* Included all number dtypes as inputs.
14+
* Fixed dependencies.
15+
* Improved documentation.
16+
517
0.2.7 (2020-07-09)
618
------------------
719

lazypredict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Shankar Rao Pandala"""
66
__email__ = "[email protected]"
7-
__version__ = "0.2.7"
7+
__version__ = '0.2.8'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.7
2+
current_version = 0.2.8
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite="tests",
4646
tests_require=test_requirements,
4747
url="https://github.com/shankarpandala/lazypredict",
48-
version="0.2.7",
48+
version='0.2.8',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)