- remove NumPy<=1.24.4 constraint (test fixed not to cause deprecation warnings) (https://github.com/numba-mpi/numba-mpi/pull/114)
0.38
- loading the very same MPI library as mpi4py does (thanks SouradeepPal for reporting that previous logic failed with multiple MPI libraries installed)
0.37
- introduce numpy<=1.24.4 requirement till we sort out the failures with the newest releases
0.36
- added wrappers for `MPI_Isend` and `MPI_Irecv` with basic handling of `MPI_Request`s (https://github.com/numba-mpi/numba-mpi/pull/106)