8000 Releases · numba-mpi/numba-mpi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: numba-mpi/numba-mpi

numba-mpi v0.43

19 Jun 22:04
a46866f
Compare
Choose a tag to compare

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.42

30 May 11:01
e21fc04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.41...v0.42

numba-mpi v0.41

03 May 16:04
e7e07e0
Compare
Choose a tag to compare

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

07 Feb 10:35
32dd7c4
Compare
Choose a tag to compare

What's Changed

  • add Python 3.12 support (and drop Python 3.7 support)

Full Changelog: v0.39...v0.40

numba-mpi v0.39

22 Nov 22:06
abaff36
Compare
Choose a tag to compare
  • remove NumPy<=1.24.4 constraint (test fixed not to cause deprecation warnings) (#114)

numba-mpi v0.38

15 Nov 14:09
4e793e3
Compare
Choose a tag to compare
  • 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

13 Nov 12:22
4d9355a
Compare
Choose a tag to compare
  • introduce numpy<=1.24.4 requirement till we sort out the failures with the newest releases

numba-mpi v0.36

10 Jul 08:29
5c9f041
Compare
Choose a tag to compare
  • added wrappers for MPI_Isend and MPI_Irecv with basic handling of MPI_Requests (#106)

Kudos @xann16!

numba-mpi v0.35

02 Jul 21:48
6fc280a
Compare
Choose a tag to compare
  • switch from API tokens to OIDC for PyPI uploads

numba-mpi v0.34

25 Jun 22:39
e613968
Compare
Choose a tag to compare
  • added wrapper for MPI_Allgather
0