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: 20.669595314980562

Last synced: about 3 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: 1 day ago

Total Commits: 1,556
Total Committers: 12
Avg Commits per committer: 129.667
Development Distribution Score (DDS): 0.03

Commits in past year: 346
Committers in past year: 4
Avg Commits per committer in past year: 86.5
Development Distribution Score (DDS) in past year: 0.098

Name Email Commits
David Zwicker d****r@d****e 1509
copilot-swe-agent[bot] 1****t 30
Kamil Kania k****8@g****m 3
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
Greg Partin g****n@g****m 1
Estefania Vidal t****l@g****m 1
Diego Volpatto d****o@e****o 1

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 90
Total pull requests: 476
Average time to close issues: 20 days
Average time to close pull requests: about 12 hours
Total issue authors: 38
Total pull request authors: 4
Average comments per issue: 1.26
Average comments per pull request: 0.16
Merged pull request: 458
Bot issues: 0
Bot pull requests: 0

Past year issues: 20
Past year pull requests: 85
Past year average time to close issues: 17 days
Past year average time to close pull requests: about 5 hours
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 0.6
Past year average comments per pull request: 0.05
Past year merged pull request: 81
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 (50)
  • 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 (468)
  • Copilot (5)
  • Grzyb33k (2)
  • zephkelly (1)

Top Issue Labels

  • enhancement (39)
  • bug (3)
  • refactor (2)
  • 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.58.0 (published about 1 month ago)
  • Last Synced: 2026-08-12T02:01:40.611Z (2 days ago)
  • Versions: 134
  • Dependent Packages: 3
  • Dependent Repositories: 8
  • Downloads: 7,580 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-08-09T14:04:24.945Z (5 days ago)
  • Versions: 36
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 159,973 Total
  • 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