Metadata-Version: 1.1
Name: idesolver
Version: 1.0.2
Summary: UNKNOWN
Home-page: https://github.com/JoshKarpel/idesolver
Author: Josh Karpel
Author-email: karpel@wisc.edu
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: idesolver
        ---------
        
        .. 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 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://joshkarpel.github.io/idesolver/build/html/index.html>`_.
        
        Details about running the test suite are at the end of the `manual <https://joshkarpel.github.io/idesolver/build/html/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.
        
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
