File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
<a href =" https://travis-ci.com/modin-project/modin " ><img alt =" " src =" https://travis-ci.com/modin-project/modin.svg?branch=master " ></a >
6
6
<a href =" https://modin.readthedocs.io/en/latest/?badge=latest " ><img alt =" " src =" https://readthedocs.org/projects/modin/badge/?version=latest " ></a >
7
7
<a href =" https://modin.readthedocs.io/en/latest/pandas_supported.html " ><img src =" https://img.shields.io/badge/pandas%20api%20coverage-71.77%25-orange.svg " ></a >
8
- <a href =" https://pypi.org/project/modin/ " ><img alt =" " src =" https://img.shields.io/badge/pypi-0.2.2 -blue.svg " ></a >
8
+ <a href =" https://pypi.org/project/modin/ " ><img alt =" " src =" https://img.shields.io/badge/pypi-0.2.3 -blue.svg " ></a >
9
9
</p >
10
10
11
11
<p align =" center " ><b >To use Modin, replace the pandas import:</b ></p >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def get_partition_format():
18
18
return "Pandas"
19
19
20
20
21
- __version__ = "0.2.2 "
21
+ __version__ = "0.2.3 "
22
22
__execution_engine__ = get_execution_engine ()
23
23
__partition_format__ = get_partition_format ()
24
24
Original file line number Diff line number Diff line change 135
135
"NaT" ,
136
136
"PeriodIndex" ,
137
137
"Categorical" ,
138
- "__git_revision__" ,
139
138
"__version__" ,
140
139
]
141
140
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = "modin" ,
12
- version = "0.2.2 " ,
12
+ version = "0.2.3 " ,
13
13
description = "Modin: Pandas on Ray - Make your pandas code run faster with "
14
14
"a single line of code change." ,
15
15
packages = find_packages (),
16
16
url = "https://github.com/modin-project/modin" ,
17
17
long_description = long_description ,
18
18
long_description_content_type = "text/markdown" ,
19
- install_requires = ["pandas==0.23.4" , "ray==0.5.3" , "typing" ])
19
+ install_requires = ["pandas==0.23.4" , "ray==0.5.3" ])
You can’t perform that action at this time.
0 commit comments