Skip to content

Releases: uqfoundation/pyina

0.3.0

30 Sep 19:53
Compare
Choose a tag to compare

0.3.0 Release Notes

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with pip:
$ pip install pyina

pyina requires:
- python or pypy, >=3.8
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.3.9
- pox, >=0.3.5
- pathos, >=0.3.3

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

What's Changed

Full Changelog: 0.2.9...0.3.0

0.2.9

28 Jan 20:35
Compare
Choose a tag to compare

0.2.9 Release Notes

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with pip:
$ pip install pyina

pyina requires:
- python or pypy, >=3.8
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.3.8
- pox, >=0.3.4
- pathos, >=0.3.2

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

What's Changed

Full Changelog: pyina-0.2.8...0.2.9

pyina-0.2.8

23 Jul 18:16
Compare
Choose a tag to compare

pyina 0.2.8 Release Notes

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with pip:
$ pip install pyina

pyina requires:
- python or pypy, >=3.7
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.3.7
- pox, >=0.3.3
- pathos, >=0.3.1

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

What's Changed

New Contributors

Full Changelog: pyina-0.2.7...pyina-0.2.8

pyina-0.2.7

24 Oct 03:32
Compare
Choose a tag to compare

pyina 0.2.7 Release Notes

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with pip:
$ pip install pyina

pyina requires:
- python or pypy, >=3.7
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.3.6
- pox, >=0.3.2
- pathos, >=0.3.0

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

Full Changelog: pyina-0.2.6...pyina-0.2.7

pyina-0.2.6

24 May 11:42
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with pip:
$ pip install pyina

pyina requires:
- python or pypy, ==2.7 or >=3.7
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.3.5.1
- pox, >=0.3.1
- pathos, >=0.2.9

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

pyina-0.2.5

14 Jun 23:01
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version == 2.7 *or* version >= 3.6
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.3.4
- pox, version >= 0.3.0
- pathos >= 0.2.8

Optional requirements:
- mystic, version >= 0.3.7

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

pyina-0.2.4

03 Nov 00:43
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version == 2.7 *or* version >= 3.5
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.3.3
- pox, version >= 0.2.9
- pathos >= 0.2.7

Optional requirements:
- mystic, version >= 0.3.7

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

pyina-0.2.3

16 Jun 16:40
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version == 2.7 *or* version >= 3.5
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.3.2
- pox, version >= 0.2.8
- pathos >= 0.2.6

Optional requirements:
- mystic, version >= 0.3.5

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

pyina-0.2.2

27 Jun 19:24
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version >=2.6 *or* version >= 3.3
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.3.0
- pox, version >= 0.2.6
- pathos >= 0.2.4

Optional requirements:
- mystic, version >= 0.3.3

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())

pyina-0.2.1

22 Jan 01:08
Compare
Choose a tag to compare

The pyina package provides several basic tools to make MPI-based parallel computing more accessable to the end user. The goal of pyina is to allow the user to extend their own code to MPI-based parallel computing with minimal refactoring.

pyina installs with easy_install or pip:
$ pip install pyina

pyina requires:
- python, version >=2.6 *or* version >= 3.3
-numpy, version >= 1.0
-mpi4py, version >= 1.3
- dill, version >= 0.2.9
- pox, version >= 0.2.5
- pathos >= 0.2.3

Optional requirements:
- mystic, version >= 0.3.2

pyina is licensed under 3-clause BSD:

>>> import pyina
>>> print (pyina.license())

To cite pyina:

>>> import pyina
>>> print (pyina.citation())