An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/zwicker-group/py-pde

dynamical-systems finite-difference-method partial-differential-equations pdes python scientific-computing

Score: 16.309267924350237

Last synced: about 5 hours ago
JSON representation

Repository metadata:

Python package for solving partial differential equations using finite differences.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 months ago

Total Commits: 1,444
Total Committers: 10
Avg Commits per committer: 144.4
Development Distribution Score (DDS): 0.021

Commits in past year: 274
Committers in past year: 2
Avg Commits per committer in past year: 137.0
Development Distribution Score (DDS) in past year: 0.066

Name Email Commits
David Zwicker d****r@d****e 1413
copilot-swe-agent[bot] 1****t 18
Juanjo Bazán j****n@g****m 3
evidalh e****l@d****e 3
Daniel S. Katz d****z@i****g 2
noah-ziethen 5****n 1
lmenou m****9@g****m 1
Johannes Krausser j****r@p****e 1
Estefania Vidal t****l@g****m 1
Diego Volpatto d****o@e****o 1

Issue and Pull Request metadata

Last synced: 4 months ago

Total issues: 77
Total pull requests: 423
Average time to close issues: 21 days
Average time to close pull requests: about 12 hours
Total issue authors: 38
Total pull request authors: 1
Average comments per issue: 1.31
Average comments per pull request: 0.17
Merged pull request: 405
Bot issues: 0
Bot pull requests: 0

Past year issues: 14
Past year pull requests: 89
Past year average time to close issues: about 2 months
Past year average time to close pull requests: about 8 hours
Past year issue authors: 4
Past year pull request authors: 1
Past year average comments per issue: 0.5
Past year average comments per pull request: 0.0
Past year merged pull request: 82
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/zwicker-group/py-pde

Top Issue Authors

  • david-zwicker (37)
  • yohad (3)
  • Benj-Ward (2)
  • huanglz03 (1)
  • parsarahimi (1)
  • ReHoss (1)
  • icarosadero (1)
  • qingpowuwu (1)
  • kallegrens (1)
  • ChengXiaoSi (1)
  • hxwe (1)
  • vnikoofard (1)
  • OliverPaulin (1)
  • tranqui (1)
  • risinggard (1)

Top Pull Request Authors

  • david-zwicker (423)

Top Issue Labels

  • enhancement (29)
  • bug (2)
  • refactor (1)
  • documentation (1)

Top Pull Request Labels


Package metadata

pypi.org: py-pde

Python package for solving partial differential equations

  • Homepage:
  • Documentation: https://py-pde.readthedocs.io/
  • Licenses: MIT
  • Latest release: 0.51.0 (published 5 months ago)
  • Last Synced: 2026-02-11T11:45:50.430Z (4 months ago)
  • Versions: 125
  • Dependent Packages: 3
  • Dependent Repositories: 8
  • Downloads: 2,468 Last month
  • Docker Downloads: 115
  • Rankings:
    • Docker downloads count: 2.963%
    • Dependent packages count: 3.161%
    • Average: 4.697%
    • Dependent repos count: 5.165%
    • Downloads: 7.502%
  • Maintainers (1)
conda-forge.org: py-pde

py-pde is a Python package for solving partial differential equations (PDEs). The package provides classes for grids on which scalar and tensor fields can be defined. The associated differential operators are computed using a numba-compiled implementation of finite differences. This allows defining, inspecting, and solving typical PDEs that appear for instance in the study of dynamical systems in physics. The focus of the package lies on easy usage to explore the behavior of PDEs. However, core computations can be compiled transparently using numba for speed.

  • Homepage: https://github.com/zwicker-group/py-pde
  • Licenses: MIT
  • Latest release: 0.23.0 (published over 3 years ago)
  • Last Synced: 2026-02-19T15:06:06.281Z (4 months ago)
  • Versions: 36
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 23.838%
    • Forks count: 25.9%
    • Average: 28.146%
    • Dependent packages count: 28.82%
    • Dependent repos count: 34.025%

Dependencies

.github/workflows/check_docs.yml actions
  • actions/checkout v3 composite
  • ammaraskar/sphinx-action master composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/coverage_report.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v1 composite
  • mpi4py/setup-mpi v1 composite
.github/workflows/release_pip.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests_all.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests_minversion.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests_mpi.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • mpi4py/setup-mpi v1 composite
.github/workflows/tests_types.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
docs/requirements.txt pypi
  • Pillow >=7.0
  • Sphinx >=4
  • h5py >=2.10
  • pandas >=1.2
  • sphinx-autodoc-annotation >=1.0
  • sphinx-gallery >=0.6
  • sphinx-rtd-theme >=1
requirements.txt pypi
  • matplotlib >=3.1.0
  • numba >=0.56.0
  • numpy >=1.22.0,<1.24
  • scipy >=1.4.0
  • sympy >=1.5.0
  • tqdm >=4.60
tests/requirements.txt pypi
  • black >=19. test
  • isort >=5.1 test
  • jupyter_contrib_nbextensions >=0.5 test
  • mypy >=0.770 test
  • pyinstrument >=3 test
  • pytest >=5.4 test
  • pytest-cov >=2.8 test
  • pytest-xdist >=1.30 test
tests/requirements_full.txt pypi
  • h5py >=2.10 test
  • matplotlib >=3.1.0 test
  • numba >=0.56.0 test
  • numpy >=1.22.0,<1.24 test
  • pandas >=1.2 test
  • pyfftw >=0.12 test
  • scipy >=1.4.0 test
  • sympy >=1.5.0 test
  • tqdm >=4.60 test
tests/requirements_min.txt pypi
  • matplotlib * test
  • numba * test
  • numpy * test
  • scipy * test
  • sympy * test
  • tqdm * test
tests/requirements_mpi.txt pypi
  • h5py >=2.10 test
  • matplotlib >=3.1.0 test
  • mpi4py >=3 test
  • numba >=0.56.0 test
  • numba-mpi >=0.22 test
  • numpy >=1.22.0,<1.24 test
  • pandas >=1.2 test
  • scipy >=1.4.0 test
  • sympy >=1.5.0 test
  • tqdm >=4.60 test
pde/tools/resources/requirements_basic.txt pypi
  • matplotlib >=3.1.0
  • numba >=0.56.0
  • numpy >=1.22.0
  • scipy >=1.10.0
  • sympy >=1.9.0
  • tqdm >=4.60
pde/tools/resources/requirements_full.txt pypi
  • h5py >=2.10
  • matplotlib >=3.1.0
  • numba >=0.56.0
  • numpy >=1.22.0
  • pandas >=1.2
  • pyfftw >=0.12
  • rocket-fft >=0.2
  • scipy >=1.10.0
  • sympy >=1.9.0
  • tqdm >=4.60
pde/tools/resources/requirements_mpi.txt pypi
  • h5py >=2.10
  • matplotlib >=3.1.0
  • mpi4py >=3
  • numba >=0.56.0
  • numba-mpi >=0.22
  • numpy >=1.22.0
  • pandas >=1.2
  • scipy >=1.10.0
  • sympy >=1.9.0
  • tqdm >=4.60
pyproject.toml pypi
  • matplotlib >=3.1.0
  • numba >=0.56.0
  • numpy >=1.22.0
  • scipy >=1.10.0
  • sympy >=1.9.0
  • tqdm >=4.60
scripts/requirements.txt pypi
  • docformatter >=1.7
  • mypy >=1.8
  • pre-commit >=3
  • ruff >=0.6