Metadata-Version: 2.1
Name: idesolver
Version: 1.0.3
Summary: UNKNOWN
Home-page: https://github.com/JoshKarpel/idesolver
Author: Josh Karpel
Author-email: karpel@wisc.edu
Maintainer: Josh Karpel
Maintainer-email: karpel@wisc.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: scipy (>=1.0.0)

idesolver
---------

.. image:: https://readthedocs.org/projects/idesolver/badge/?version=latest
    :target: https://idesolver.readthedocs.io/en/latest/?badge=latest

.. image:: https://travis-ci.org/JoshKarpel/idesolver.svg?branch=master
    :target: https://travis-ci.org/JoshKarpel/idesolver

.. image:: https://codecov.io/gh/JoshKarpel/idesolver/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/JoshKarpel/idesolver

.. image:: http://joss.theoj.org/papers/9d3ba306da6abb37f7cf357cd9aad695/status.svg
    :target: http://joss.theoj.org/papers/9d3ba306da6abb37f7cf357cd9aad695

A general purpose numeric integro-differential equation (IDE) solver, based on an iterative scheme devised by `Gelmi and Jorquera <https://doi.org/10.1016/j.cpc.2013.09.008>`_.
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 <https://pypi.python.org/pypi/numpy>`_, and `scipy <https://pypi.python.org/pypi/scipy/>`_.
We recommend installing into a `virtual environment <https://docs.python.org/3/tutorial/venv.html>`_.

Full documentation can be found `here <https://idesolver.readthedocs.io/en/latest/>`_.

Details about running the test suite are at the end of the `manual <https://idesolver.readthedocs.io/en/latest/manual.html>`_.
Problems with IDESolver should be reported via `GitHub issues <https://github.com/JoshKarpel/idesolver/issues>`_.
We are open to improvements: see the `Code of Conduct <https://github.com/JoshKarpel/idesolver/blob/master/CODE_OF_CONDUCT.md>`_ and the `Contribution Guidelines <https://github.com/JoshKarpel/idesolver/blob/master/CONTRIBUTING.md>`_ for details.


