File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ A package to allow you to easily create jobs on the cluster directly from
23
23
Python. You can directly map Python functions onto the cluster without needing
24
24
to write any wrapper code yourself.
25
25
26
- This is the ETS fork of an older project called `Python Grid <https://github.com/cwidmer /pythongrid >`__. Unlike the older
26
+ This is the ETS fork of an older project called `Python Grid <https://github.com/pygridtools /pythongrid >`__. Unlike the older
27
27
version, it is Python 2/3 compatible. Another major difference is that you can
28
28
change the configuration via environment variables instead of having to modify
29
- a Python file in your ``site-packages `` directory. We've also removed some
30
- cruft and improved the reliability of some of the features.
29
+ a Python file in your ``site-packages `` directory. We've also fixed some bugs.
31
30
32
31
For some examples of how to use it, check out ``map_reduce.py `` (for a simple
33
32
example of how you can map a function onto the cluster) and ``manual.py `` (for
You can’t perform that action at this time.
0 commit comments