Skip to content

Commit 9ca7a04

Browse files
committed
Bump version to 2.0.0
1 parent db74ba4 commit 9ca7a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpi4py_fft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
For more information, see `documentation <https://mpi4py-fft.readthedocs.io>`_.
1717
1818
"""
19-
__version__ = '1.2.0'
19+
__version__ = '2.0.0'
2020
__author__ = 'Lisandro Dalcin and Mikael Mortensen'
2121

2222
from .distarray import DistArray, newDistArray, Function

mpi4py_fft/distarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def newDistArray(pfft, forward_output=True, val=0, rank=0, view=False):
361361
362362
Returns
363363
-------
364-
Distarray
364+
DistArray
365365
A new :class:`.DistArray` object. Return the ``ndarray`` view if
366366
keyword ``view`` is True.
367367

0 commit comments

Comments
 (0)