IDESolver
IDESolver: a general purpose integro-differential equation solver - Published in JOSS (2018)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
integro-differential-equations
mathematics
numerical-integration
python
Keywords from Contributors
energy-system
graph-generation
mesh
exoplanet
hydrology
cryptocurrencies
hydraulic-modelling
simulations
physics
ocean
Last synced: 4 months ago
·
JSON representation
Repository
A general-purpose numerical integro-differential equation solver
Basic Info
- Host: GitHub
- Owner: JoshKarpel
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://idesolver.readthedocs.io
- Size: 4.63 MB
Statistics
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 7
- Releases: 7
Topics
integro-differential-equations
mathematics
numerical-integration
python
Created about 8 years ago
· Last pushed 5 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
README.rst
idesolver
---------
.. image:: http://joss.theoj.org/papers/9d3ba306da6abb37f7cf357cd9aad695/status.svg
:target: http://joss.theoj.org/papers/9d3ba306da6abb37f7cf357cd9aad695
.. image:: https://readthedocs.org/projects/idesolver/badge/?version=latest
:target: https://idesolver.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/pypi/v/idesolver
:alt: PyPI
.. image:: https://codecov.io/gh/JoshKarpel/idesolver/branch/master/graph/badge.svg
:target: https://codecov.io/gh/JoshKarpel/idesolver
.. image:: https://results.pre-commit.ci/badge/github/JoshKarpel/idesolver/master.svg
:target: https://results.pre-commit.ci/latest/github/JoshKarpel/idesolver/master
:alt: pre-commit.ci status
A general purpose numeric integro-differential equation (IDE) solver, based on an iterative scheme devised by `Gelmi and Jorquera `_.
IDEs appear in many contexts, particularly when trying to describe a system whose current behavior depends on its own history.
IDESolver provides a simple interface for solving these kinds of equations in Python.
Stable releases are available on PyPI: ``pip install idesolver``.
IDESolver requires Python 3.6+, `numpy `_, and `scipy `_.
We recommend installing into a `virtual environment `_.
Full documentation can be found `here `_.
If you use ``idesolver`` in your research, please consider `citing the associated paper `_.
Details about running the test suite are at the end of the `manual `_.
Problems with IDESolver should be reported via `GitHub issues `_.
We are open to improvements: see the `Code of Conduct `_ and the `Contribution Guidelines `_ for details.
Owner
- Name: Josh Karpel
- Login: JoshKarpel
- Kind: user
- Location: Madison, WI
- Company: @Workday
- Website: https://www.jtk.dev
- Twitter: __jtk__
- Repositories: 20
- Profile: https://github.com/JoshKarpel
This is my bio.
JOSS Publication
IDESolver: a general purpose integro-differential equation solver
Published
January 31, 2018
Volume 3, Issue 21, Page 542
Tags
Integro-Differential EquationsGitHub Events
Total
- Push event: 7
Last Year
- Push event: 7
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| JoshKarpel | j****l@g****m | 91 |
| pre-commit-ci[bot] | 6****] | 68 |
| dependabot[bot] | 4****] | 38 |
| dependabot-preview[bot] | 2****] | 5 |
| nbrucy | n****y | 1 |
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 10
- Total pull requests: 144
- Average time to close issues: 3 months
- Average time to close pull requests: 4 days
- Total issue authors: 5
- Total pull request authors: 5
- Average comments per issue: 2.3
- Average comments per pull request: 0.96
- Merged pull requests: 125
- Bot issues: 0
- Bot pull requests: 127
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- iljah (4)
- JoshKarpel (3)
- franktoffel (1)
- gharib85 (1)
- AlexSchuckert (1)
Pull Request Authors
- pre-commit-ci[bot] (75)
- dependabot[bot] (56)
- JoshKarpel (16)
- dependabot-preview[bot] (15)
- nbrucy (1)
Top Labels
Issue Labels
enhancement (3)
docs (2)
Pull Request Labels
dependencies (71)
enhancement (5)
bug (3)
version (1)
packaging (1)
Packages
- Total packages: 1
-
Total downloads:
- pypi 82 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
pypi.org: idesolver
A general purpose iterative numeric integro-differential equation (IDE) solver
- Homepage: https://github.com/JoshKarpel/idesolver
- Documentation: https://idesolver.readthedocs.io/
- License: GPL-3.0
-
Latest release: 1.1.0
published about 5 years ago
Rankings
Dependent packages count: 7.3%
Stargazers count: 11.6%
Forks count: 15.4%
Average: 17.8%
Dependent repos count: 22.1%
Downloads: 32.9%
Maintainers (1)
Last synced:
4 months ago
Dependencies
.github/workflows/publish.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pypa/gh-action-pypi-publish v1.3.1 composite
.github/workflows/tests.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite
setup.py
pypi
pyproject.toml
pypi
