Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip prod(deps): update mpi4py requirement from <4.0.1 to <4.0.2 #2467

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Updates the requirements on mpi4py to permit the latest version.

Release notes

Sourced from mpi4py's releases.

4.0.1

  • Update support for Python 3.13:

    • Enable Cython 3.1 support for free-threaded CPython.
    • Allow compiling Cython-generated C sources with the full Python C-API.
    • Fix MPI DLL path workarounds on Windows after changes to locals().
  • Enhancements to test suite:

    • Support XML reports via unittest-xml-reporting.
    • Add command line options to exclude tests by patterns and files.
    • Refactor Python 2 code to use Python 3 constructs using pyupgrade.
  • Miscellaneous:

    • Minor and mostly inconsequential subclass fix in mpi4py.util.pkl5.
    • Update compatibility workarounds for legacy MPICH 3.0 release.
Changelog

Sourced from mpi4py's changelog.

Release 4.0.1 [2024-10-11]

  • Update support for Python 3.13:

    • Enable Cython 3.1 support for free-threaded CPython.
    • Allow compiling Cython-generated C sources with the full Python C-API.
    • Fix MPI DLL path workarounds on Windows after changes to locals().
  • Enhancements to test suite:

    • Support XML reports via unittest-xml-reporting.
    • Add command line options to exclude tests by patterns and files.
    • Refactor Python 2 code to use Python 3 constructs using pyupgrade.
  • Miscellaneous:

    • Minor and mostly inconsequential subclass fix in mpi4py.util.pkl5.
    • Update compatibility workarounds for legacy MPICH 3.0 release.

Release 4.0.0 [2024-07-28]

  • New features:

    • Add support for the MPI-4.0 standard.

      • Use large count MPI-4 routines.
      • Add persistent collective communication.
      • Add partitioned point-to-point communication.
      • Add new communicator constructors.
      • Add the Session class and its methods.
    • Add support for the MPI-4.1 standard.

      • Add non-destructive completion test for multiple requests.
      • Add value-index datatype constructor.
      • Add communicator/session buffer attach/detach/flush.
      • Support for removal of error classes/codes/strings.
      • Support for querying hardware resource information.
    • Add preliminary support for the upcoming MPI-5.0 standard.

      • User-level failure mitigation (ULFM).
    • mpi4py.util.pool: New drop-in replacement for multiprocessing.pool.

    • mpi4py.util.sync: New synchronization utilities.

... (truncated)

Commits
  • e098243 Bump version number to 4.0.1
  • 59ea112 chore: Update changelog for release
  • d66130e GHA: Remove deprecated macos-12 runner
  • 9338d67 GHA: Update Python 3.13
  • 3624021 build(deps): Bump sphinx-rtd-theme from 3.0.0rc4 to 3.0.0 (#559)
  • 8f50d13 test: Fix FutureWarning from functools.partial in Python 3.13
  • 1172880 build(deps): Bump mamba-org/setup-micromamba from 1 to 2 (#556)
  • 041105d build(deps): Bump sphinx-rtd-theme from 3.0.0rc3 to 3.0.0rc4 (#557)
  • 15b65ac GitHub Actions: Use macos-15 runner image
  • cfd71f6 test: Improve and unify TestCase.assertAlmostEqual()
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [mpi4py](https://github.com/mpi4py/mpi4py) to permit the latest version.
- [Release notes](https://github.com/mpi4py/mpi4py/releases)
- [Changelog](https://github.com/mpi4py/mpi4py/blob/4.0.1/CHANGES.rst)
- [Commits](mpi4py/mpi4py@1.0...4.0.1)

---
updated-dependencies:
- dependency-name: mpi4py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@mloubout mloubout merged commit 7d9ddf6 into master Oct 11, 2024
30 checks passed
@mloubout mloubout deleted the dependabot/pip/mpi4py-lt-4.0.2 branch October 11, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant