odespy icon indicating copy to clipboard operation
odespy copied to clipboard

Easy access in Python to a large collection of ODE solvers

Results 15 odespy issues
Sort by recently updated
recently updated
newest added

This library is very awesome & documentation is evry good. Too bad we cannot use it in python 3.xx

If someone with write access like @rothnic could update this to work with the latest Python version I would greatly appreciate it. I am new to Python and could use...

Hi, I was wondering if this repo is still being maintained. Thanks!

Hello all! After installing Odespy manually with the commands "python setup.py install" and "python3 setup.py install", I always receive the message on the subject "ModuleNotFoundError: No module named 'solvers'" when...

Browsing the source and found something I could contribute

Mpmath was separated from sympy quite some time ago, and is no longer available via sympy.mpmath. I renamed the method because it makes more sense to call it mpmath, since...

Tested with python 3.7.3. Basically ran `futurize --stage1` on the whole code and fixed the remaining bugs. The changes don't break compatibility with python 2.7. I've tested it in python...

I have made changes to the codebase to work with python 3 as well as python 2. I tested it without fortran on Ubuntu 18.04 and Python 3.6 and 2.7.

Hello, I have made some changes to the code to make it run under Python 3.6. The code now runs under 2.7, 3.5 and 3.6. Please see the file ``CHANGES_FOR_PY36.md``...