Skip to content

Commit e67d89f

Browse files
author
Kurt Smith
committed
Update docs and version number for 0.3 release.
1 parent 8562e0c commit e67d89f

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

distarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
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"
88
DISTARRAY_BASE_NAME = '__distarray__'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '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.

docs/source/index.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,11 @@ or::
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

7471
You should then be able to run all the tests with::
7572

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
metadata = {
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',

0 commit comments

Comments
 (0)