From 39f4d920614fcebcc9600a78dfc375c19c8e1fa3 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Wed, 16 Nov 2016 17:53:54 -0500 Subject: [PATCH] update TODO --- cython/TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cython/TODO.md b/cython/TODO.md index ad12147ce..04942fb52 100644 --- a/cython/TODO.md +++ b/cython/TODO.md @@ -1,9 +1,7 @@ TODO: -☐ methods for FastVector: at, [], ... ☐ Casting from parent and grandparents -☐ Allow overloading constructors and methods. The current solution is annoying!!! -☐ Support "print obj" +☐ Allow overloading methods. The current solution is annoying!!! ☐ forward declaration? ☐ Global functions ☐ wrap VariableIndex: why is it in inference? If need to, shouldn't have constructors to specific FactorGraphs @@ -14,6 +12,9 @@ TODO: ☐ CMake install script Completed/Cancelled: +✔ Allow overloading constructors. The current solution is annoying!!! @done (16-11-16 17:00) +✔ Support "print obj" @done (16-11-16 17:00) +✔ methods for FastVector: at, [], ... @done (16-11-16 17:00) ✔ Cython: Key and size_t: traits doesn't exist @done (16-09-12 18:34) ✔ KeyVector, KeyList, KeySet... @done (16-09-13 17:19) ✔ [Nice to have] parse typedef @done (16-09-13 17:19)