update todo

release/4.3a0
Duy-Nguyen Ta 2017-03-18 19:49:37 -04:00
parent c8e4648c66
commit d6c75b57f8
1 changed files with 1 additions and 1 deletions

View File

@ -115,13 +115,13 @@ KNOWN ISSUES
TODO
=====
☐ Unit tests for cython wrappers
☐ Fix Python tests: don't use " import <package> * ": Bad style!!!
☐ Wrap fixed-size Matrices/Vectors?
Completed/Cancelled:
=====
✔ Unit tests for cython wrappers @done (18-03-17 18:45) -- simply compare generated files
✔ Wrap unstable @done (18-03-17 15:30)
✔ Unify cython/gtsam.h and the original gtsam.h @done (18-03-17 15:30)
✔ 18-03-17: manage to unify the two versions by removing std container stubs from the matlab version,and keeping KeyList/KeyVector/KeySet as in the matlab version. Probably Cython 0.25 fixes the casting problem.