File tree 6 files changed +26
-8
lines changed
6 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,21 @@ examples/data/star0000-1.csv
86
86
examples /yellow_tripdata_2009-01.csv
87
87
88
88
examples /yellow_tripdata_2009-02.csv
89
+
90
+ tests /creator /dask-worker-space /
91
+
92
+ examples /data /AllData.xlsx
93
+
94
+ examples /data /jurgen.csv
95
+
96
+ examples /data /linkedin.csv
97
+
98
+ examples /data /netflix_titles.csv
99
+
100
+ examples /data /personal_finance769k.csv
101
+
102
+ examples /data /taa.csv
103
+
104
+ examples /data /titanic3-1.xlsx
105
+
106
+ examples /mydask.png
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '2.2'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = "2.2.31 "
63
+ release = "2.2.32 "
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ def _safe_int(string):
5
5
return string
6
6
7
7
8
- __version__ = '2.2.31 '
8
+ __version__ = '2.2.32 '
9
9
VERSION = tuple (_safe_int (x ) for x in __version__ .split ('.' ))
Original file line number Diff line number Diff line change 1
1
simplejson == 3.16.0
2
2
cryptography == 2.7
3
3
imgkit == 1.0.1
4
- packaging == 19.1
4
+ packaging == 19.0
5
5
requests == 2.20.0
6
6
tqdm == 4.28.1
7
7
pymongo == 3.9.0
@@ -23,9 +23,9 @@ flask==1.0.2
23
23
ipython == 7.5.0
24
24
ratelimit == 2.2.1
25
25
humanize == 0.5.1
26
- h2o-pysparkling-2.4 == 2.4.13
27
- psutil == 5.6.3
28
- backoff == 1.8 .0
26
+ h2o-pysparkling-2.4 == 2.4.10
27
+ psutil == 5.7.2
28
+ backoff == 1.10 .0
29
29
pymongo == 3.9.0
30
30
kombu == 4.6.1
31
31
pandas == 0.24.2
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def readme():
59
59
author = 'Favio Vazquez and Argenis Leon' ,
60
60
61
61
url = 'https://github.com/ironmussa/Optimus/' ,
62
- download_url = 'https://github.com/ironmussa/Optimus/archive/2.2.31 .tar.gz' ,
62
+ download_url = 'https://github.com/ironmussa/Optimus/archive/2.2.32 .tar.gz' ,
63
63
description = ('Optimus is the missing framework for cleaning and pre-processing data in a distributed fashion with '
64
64
'pyspark.' ),
65
65
long_description = readme (),
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments