10000 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 v1.1.5

03 Apr 17:54
2e333fd
Compare
Choose a tag to compare

What's Changed

  • add query_thread() function wrapper by @Sfonxu in #168

Full Changelog: v1.1.4...v1.1.5

tip

03 May 15:11
142ac15
Compare
Choose a tag to compare
tip Pre-release
Pre-release
Readme cleanup after issue #164 being fixed (#169)

numba-mpi v1.1.4

28 Mar 16:36
d2065d8
Compare
Choose a tag to compare

What's Changed

  • improve test coverage for bcast (root=0,1,2... size-1 instead of only root=0) by @slayoo in #158
  • Disable PyPI uploads in Github Actions for forked repositories by @xann16 in #166
  • Add macos-15 to CI workflows and change MPI not found error message to hint why lib not found by @Sfonxu in #167

New Contributors

Full Changelog: v1.1.3...v1.1.4

numba-mpi v1.1.3

09 Feb 19:50
aff0a10
Compare
Choose a tag to compare

What's Changed

  • CI Cleanup by @xann16 in #161
  • use "no-local-version" (instead of a lambda) for setuptools_scm "local_scheme" by @slayoo in #160

Full Changelog: v1.1.2...v1.1.3

v1.1.2

12 Dec 12:24
be58c42
Compare
Choose a tag to compare

What's Changed

  • bump artifact-upload action version; switch from macos-12 to macos-13; do not wait for tests in release jobs by @slayoo in #159

Full Changelog: v1.1.1...v1.1.2

numba-mpi v1.1.1

13 Nov 09:33
e4a4b72
Compare
Choose a tag to compare
  • fixing PyPI upload workflow setup

Full Changelog: v1.1.0...v1.1.1

numba-mpi v1.1.0

12 Nov 23:11
3a8f509
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

numba-mpi v1.0.1

04 Sep 12:45
ac7214f
Compare
Choose a tag to compare

What's Changed

  • Closes #144. Remove njit decorator references from the docs, add DOI reference by @Delcior in #145
  • switch from pdoc3 to pdoc by @slayoo in #146
  • add index page to docs by @slayoo in #148
  • fix pdoc upload by @slayoo in #149
  • cleanup unused pdoc_templates by @slayoo in #150
  • sorting out PyPI logo display issue by using a png version there by @slayoo in #151

Full Changelog: v1.0.0...v1.0.1

numba-mpi v1.0.0

01 Jul 16:25
810a23a
Compare
Choose a tag to compare

What's Changed

  • more acknowledgements in README. closes #139 by @slayoo in #143
  • moving tests.common.MPI_SUCCESS to numba_mpi.SUCCESS; adding tests checking paper listings by @slayoo in #140
  • remove asserts from sze, rank and initialized. closes #141 by @slayoo in #142

Full Changelog: v0.43...v1.0.0

numba-mpi v0.44

28 Jun 22:48
a46866f
Compare
Choose a tag to compare

re-releasing v0.43 to check if automated Zenodo uploads are fixed

0