File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 44# Distributed under the terms of the BSD License. See COPYING.rst.
55# ---------------------------------------------------------------------------
66
7- __version__ = "0.3.0-dev "
7+ __version__ = "0.3.0"
88DISTARRAY_BASE_NAME = '__distarray__'
Original file line number Diff line number Diff line change 7171# The short X.Y version.
7272version = '0.3'
7373# The full version, including alpha/beta/rc tags.
74- release = '0.3.0-dev '
74+ release = '0.3.0'
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
Original file line number Diff line number Diff line change 6262 python setup.py develop
6363
6464
65- To run the tests, you will need to start an IPython.parallel cluster with at
66- least four engines, for example::
65+ To run the tests, you will need to start an IPython.parallel cluster. You can
66+ use ``ipcluster ``, or you can use the ``dacluster `` command which comes with
67+ DistArray::
6768
68- ipcluster start -n4 --engines=MPI
69-
70- or under Python 3::
71-
72- ipcluster3 start -n4 --engines=MPI
69+ dacluster start
7370
7471You should then be able to run all the tests with::
7572
Original file line number Diff line number Diff line change 1414
1515metadata = {
1616 'name' : 'distarray' ,
17- 'version' : '0.3.0-dev ' ,
17+ 'version' : '0.3.0' ,
1818 'description' : 'Distributed Memory Arrays for Python' ,
1919 'keywords' : 'parallel mpi distributed array' ,
2020 'license' : 'New BSD' ,
You can’t perform that action at this time.
0 commit comments