This release fixes (for good!) a bug that was causing the `pip install` to fail.
0.2.1alpha
This release fixes a bug with the pip install procedure in the previous release.
0.2.0alpha
Significant refactor of the core library. Eventually I would like the core solvers to end up in SciPy, thus I refactored al of the symbolic manipulations being done via SymPy into a separate `symbolics` module. Additional example notebooks have been added.
0.1.0alpha
This release provides a fully functioning collocation solver using orthogonal polynomials for initial and two-point boundary value problems available for installation via PyPi.