0.3.2 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.9
- numpy, >=1.0
- mpi4py, >=1.3
- dill, >=0.4.1
- pox, >=0.3.7
- pathos, >=0.3.5
pyina is licensed under 3-clause BSD:
>>> import pyina
>>> print (pyina.license())
To cite pyina:
>>> import pyina
>>> print (pyina.citation())
What's Changed
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs by @dependabot[bot] in #91
- drop formal support for python 3.8 by @mmckerns in #92
- Bump h11 from 0.14.0 to 0.16.0 in /docs by @dependabot[bot] in #93
- sync docs with RTD 13.4.0 and codecov token by @mmckerns in #95
- update rtfd to 3.12 and docs requirements by @mmckerns in #97
- formal support for 3.14; prep for 3.15 by @mmckerns in #98
- sync with rtd 15.4.1 by @mmckerns in #100
- update copyright for 2026, urllib3 to 2.6.0 by @mmckerns in #102
- sync with rtfd 15.10.0 by @mmckerns in #104
- Bump urllib3 from 2.6.0 to 2.6.3 in /docs by @dependabot[bot] in #103
- travis use noble, 3.15t, 3.14, coverage on 3.10 by @mmckerns in #105
Full Changelog: 0.3.1...0.3.2