Releases: numba-mpi/numba-mpi
Releases · numba-mpi/numba-mpi
numba-mpi v0.43
What's Changed
- include README in pdoc landing site by @slayoo in #136
- avoid segfault in wait/test[all] tests by zero-initializing requsts arrays + add mpiexec-np-3 runs to CI. Closes #121 by @slayoo in #137
Thanks @xann16 for help with #121/#137!
Full Changelog: v0.42...v0.43
numba-mpi v0.41
What's Changed
- switch from macos-latest to macos-12 (as the former is now only available for arm64) by @slayoo in #126
- sample benchmark script numba_mpi vs mpi4py+numba by @Delcior in #127
- Readme updates by @slayoo in #130
Full Changelog: v0.40...v0.41
numba-mpi v0.40
What's Changed
- add Python 3.12 support (and drop Python 3.7 support)
Full Changelog: v0.39...v0.40
numba-mpi v0.39
- remove NumPy<=1.24.4 constraint (test fixed not to cause deprecation warnings) (#114)
numba-mpi v0.38
- loading the very same MPI library as mpi4py does (thanks @SouradeepPal for reporting that previous logic failed with multiple MPI libraries installed)
numba-mpi v0.37
- introduce numpy<=1.24.4 requirement till we sort out the failures with the newest releases
numba-mpi v0.36
- added wrappers for
MPI_Isend
and MPI_Irecv
with basic handling of MPI_Request
s (#106)
Kudos @xann16!
numba-mpi v0.35
- switch from API tokens to OIDC for PyPI uploads
numba-mpi v0.34
- added wrapper for MPI_Allgather