IDESolver

IDESolver: a general purpose integro-differential equation solver - Published in JOSS (2018)

https://github.com/joshkarpel/idesolver

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

This is my bio.

JOSS Publication

IDESolver: a general purpose integro-differential equation solver
Published
January 31, 2018
Volume 3, Issue 21, Page 542
Authors
Joshua T. Karpel ORCID
University of Wisconsin - Madison
Editor
Kyle Niemeyer ORCID
Tags
Integro-Differential Equations

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 203
  • Total Committers: 5
  • Avg Commits per committer: 40.6
  • Development Distribution Score (DDS): 0.552
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 82 Last month
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