Major release! Implement TOPPRA in C++ and several improvements to Python codebase.
- [cpp] Add solver wrapper based on GLPK.
- [cpp] Initial cpp TOPPRA implementation: compute parametrization, feasible sets, qpOASES solver wrapper.
- [python] Implement a new trajectory class for specified velocities.
- [python] Improve documentation for
toppra.constraint
- [python] #98: Eliminate use of deprecated method.
- [cpp] Bug fixes in solver wrapper.
- [python] Simplify TOPPRA class interface.
- [python] 0e022c Update README.md to reflect development roadmap.
- [python] Format some source files with black.
- [python] #78 Improve documentation structure.
- [python] #79 Improve documentation structure.
- Dropping support for Python2.7. Adding type annotation compatible to Python 3.
- Auto-gridpoints feature (#73)
- Many commits and features.