pyiron / pylammpsmpi

Parallel Lammps Python interface - control a mpi4py parallel LAMMPS instance from a serial python process or a Jupyter notebook
https://pylammpsmpi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

Bump mpi4py from 4.0.0 to 4.0.1 #258

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps mpi4py from 4.0.0 to 4.0.1.

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.
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 compatibility score

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 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)
jan-janssen commented 1 month ago

@dependabot rebase