unifiedbooster 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unifiedbooster
3
- Version: 0.1.2
4
- Summary: Call R functions from Python
3
+ Version: 0.1.3
4
+ Summary: Unified interface for Gradient Boosted Decision Trees
5
5
  Home-page: https://github.com/thierrymoudiki/unifiedbooster
6
6
  Author: T. Moudiki
7
7
  Author-email: thierry.moudiki@gmail.com
@@ -10,7 +10,7 @@ from os import path
10
10
 
11
11
  subprocess.check_call(['pip', 'install', 'Cython'])
12
12
 
13
- __version__ = "0.1.2"
13
+ __version__ = "0.1.3"
14
14
 
15
15
  here = path.abspath(path.dirname(__file__))
16
16
 
@@ -44,7 +44,7 @@ setup(
44
44
  'Programming Language :: Python :: 3.7',
45
45
  'Programming Language :: Python :: 3.8',
46
46
  ],
47
- description="Call R functions from Python",
47
+ description="Unified interface for Gradient Boosted Decision Trees",
48
48
  entry_points={
49
49
  'console_scripts': [
50
50
  'unifiedbooster=unifiedbooster.cli:main',
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unifiedbooster
3
- Version: 0.1.2
4
- Summary: Call R functions from Python
3
+ Version: 0.1.3
4
+ Summary: Unified interface for Gradient Boosted Decision Trees
5
5
  Home-page: https://github.com/thierrymoudiki/unifiedbooster
6
6
  Author: T. Moudiki
7
7
  Author-email: thierry.moudiki@gmail.com
File without changes
File without changes