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
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #70
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #71
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #72
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #73
- update docs requirements to rtfd 10.27.0 by @mmckerns in #75
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #76
- type check for Integral, bool by value by @mmckerns in #77
- add formal support for python 3.13 by @mmckerns in #78
Full Changelog: 0.2.9...0.3.0