Skip to content

Commit 78bcba8

Browse files
author
[zebinyang]
committed
change the way of spreading grid points; version 0.2.1
1 parent 65c9b9d commit 78bcba8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(name='simtree',
4-
version='0.2.0',
4+
version='0.2.1',
55
description='Single-index model tree',
66
url='https://github.com/ZebinYang/SIMTree',
77
author='Zebin Yang',
8-
author_email='[email protected]',
8+
author_email='yangzb2010@connect.hku.hk',
99
license='GPL',
1010
packages=['simtree'],
1111
install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'scikit-learn>=0.23.0', 'rpy2'],

simtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"SIMTreeRegressor", "SIMTreeClassifier",
99
"CustomMobTreeRegressor", "CustomMobTreeClassifier"]
1010

11-
__version__ = '0.2.0'
11+
__version__ = '0.2.1'
1212
__author__ = 'Zebin Yang'

0 commit comments

Comments
 (0)