diff --git a/cython/README.md b/cython/README.md index 7f1b291a9..26e22f3bb 100644 --- a/cython/README.md +++ b/cython/README.md @@ -115,13 +115,13 @@ KNOWN ISSUES TODO ===== -☐ Unit tests for cython wrappers ☐ Fix Python tests: don't use " import * ": 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.