gtsam/cython
Duy-Nguyen Ta 0e27a1ac07 require Cython 0.25.1
Cython 0.24.1 has problems with instantiating template types. FastVector<Key> in instantiated template classes (e.g. PriorFactorPose2) is understood as FastVector<size_t>, hence can't be casted to KeyVector. Moving to 0.25 solves the problem.
2016-11-13 23:53:48 -05:00
..
TODO.md check in TODO list 2016-09-19 12:46:57 -04:00
build.sh add setup scripts, fix tests 2016-09-16 11:42:01 -04:00
gtsam.h Vector in template param: works! Also fix tests for recent changes... 2016-09-19 12:39:41 -04:00
install.sh add setup scripts, fix tests 2016-09-16 11:42:01 -04:00
requirements.txt require Cython 0.25.1 2016-11-13 23:53:48 -05:00
setup.py add setup scripts, fix tests 2016-09-16 11:42:01 -04:00
tests.py Vector in template param: works! Also fix tests for recent changes... 2016-09-19 12:39:41 -04:00