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
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #57
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #58
New Contributors
- @dependabot made their first contribution in #57
Full Changelog: pyina-0.2.7...pyina-0.2.8