sumpy
Symbolic code generators for multipole and local expansions and translations
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Scientific Fields
Mathematics
Computer Science -
84% confidence
Last synced: 4 months ago
·
JSON representation
·
Repository
Symbolic code generators for multipole and local expansions and translations
Basic Info
Statistics
- Stars: 33
- Watchers: 7
- Forks: 15
- Open Issues: 30
- Releases: 1
Created over 14 years ago
· Last pushed 5 months ago
Metadata Files
Readme
Citation
README.rst
sumpy: n-body kernels and translation operators
===============================================
.. image:: https://gitlab.tiker.net/inducer/sumpy/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/sumpy/commits/main
.. image:: https://github.com/inducer/sumpy/actions/workflows/ci.yml/badge.svg
:alt: Github Build Status
:target: https://github.com/inducer/sumpy/actions/workflows/ci.yml
.. image:: https://badge.fury.io/py/sumpy.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/sumpy/
.. image:: https://zenodo.org/badge/1856097.svg
:alt: Zenodo DOI for latest release
:target: https://zenodo.org/badge/latestdoi/1856097
sumpy is mainly a 'scaffolding' package for Fast Multipole and quadrature methods.
If you're building one of those and need code generation for the required multipole
and local expansions, come right on in. Together with ``boxtree``, there is a full,
symbolically kernel-independent FMM implementation here.
It relies on
* `boxtree `__ for FMM tree building
* `loopy `__ for fast array operations
* `pytest `__ for automated testing
and, indirectly,
* `PyOpenCL `__ as computational infrastructure
Resources:
* `documentation `__
* `source code via git `__
* `benchmarks `__
Owner
- Name: Andreas Klöckner
- Login: inducer
- Kind: user
- Location: Champaign, IL
- Company: Scientific Computing, CS@UIUC
- Website: http://andreask.cs.illinois.edu/aboutme
- Repositories: 225
- Profile: https://github.com/inducer
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Kloeckner" given-names: "Andreas" orcid: "https://orcid.org/0000-0003-1228-519X" - family-names: Fernando given-names: Isuru - family-names: Wala given-names: Matt - family-names: Fikl given-names: Alexandru - family-names: Beams given-names: Natalie - family-names: Gao given-names: Hao title: "sumpy" version: 2022.1 doi: 10.5281/zenodo.7349787 date-released: 2022-11-23 url: "https://github.com/inducer/sumpy" license: MIT
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Delete event: 5
- Issue comment event: 20
- Push event: 35
- Pull request event: 29
- Pull request review event: 8
- Pull request review comment event: 27
- Fork event: 2
- Create event: 14
Last Year
- Issues event: 2
- Watch event: 1
- Delete event: 5
- Issue comment event: 20
- Push event: 35
- Pull request event: 29
- Pull request review event: 8
- Pull request review comment event: 27
- Fork event: 2
- Create event: 14
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 11
- Total pull requests: 102
- Average time to close issues: 6 months
- Average time to close pull requests: 27 days
- Total issue authors: 3
- Total pull request authors: 7
- Average comments per issue: 1.18
- Average comments per pull request: 1.5
- Merged pull requests: 90
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 1
- Pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- inducer (9)
- benSepanski (1)
- isuruf (1)
Pull Request Authors
- isuruf (43)
- inducer (41)
- alexfikl (27)
- hirish99 (5)
- dependabot[bot] (5)
- mattwala (4)
- gaohao95 (1)
- a-alveyblanc (1)
- xywei (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5)
github_actions (3)
Dependencies
requirements.txt
pypi
- boxtree *
- islpy *
- loopy *
- numpy *
- pyfmmlib *
- pymbolic *
- pyopencl *
- pyrsistent *
- pytools *
- pyvkfft *
- sympy *
setup.py
pypi
- boxtree >=2018.1
- dataclasses >=0.7
- loopy >=2021.1
- pymbolic >=2021.1
- pyrsistent >=0.16.0
- pytest >=2.3
- pytools >=2021.1.1
- pyvkfft >=2022.1
- sympy >=0.7.2
.github/workflows/autopush.yml
actions
- actions/checkout v3 composite
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite