From d6c75b57f87d935b60fa340208a46da9628680f0 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Sat, 18 Mar 2017 19:49:37 -0400 Subject: [PATCH] update todo --- cython/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.