Re-render cython sources.
Release script was broken.
New AnyODE interface jtimes_setup
Previous version broken.
No change except rerendered Cython source for PyPI distribution.
- Cython: use language_level=3
- Use latest AnyODE
- update setup.py to re-run Cython when .pyx available
- update setup.py to new requirements in more recent versions of setuptools
- Changes to setup.py
- Fix escape sequence in setup.py
- New v0.4 branch (new AnyODE)
- Use latest AnyODE
- Avoid using exceptions in program flow
- Only require C++11
- Deprecate BLOCK_DIAG_ILU_WITH_GETRF macro
- Require C++14 for now, rationale: Python's distutils' C++ support is truly terrible (CXXFLAGS not supported for starters).
- More robust build (conda-recipe)
- Updated AnyODE
- Fix ld in Cython wrapper
- BlockDiagMatrix needed to inspect m_colmaj
- Bumpy AnyODE
- Make helper functions inline (avoid multiple definition)
- Use int throughout instead of unsigned and size_t.
- Require C++14
- Support satellite diagonals (from e.g. MOL with PBC)
- Enhanced conda recipe
- More robust setup.py
- More robust setup.py
- More robust setup.py
- solve may now return non-zero exit (in C++, raises error in Python)
- check for NaN in solve
- check for zero diagonal elements in U
- LU bindings in Python
- Initial release with a minimal Python interface