update TODO

release/4.3a0
Duy-Nguyen Ta 2016-11-21 09:29:59 -05:00
parent fbcb9041f2
commit 7d8992c00a
1 changed files with 2 additions and 2 deletions

View File

@ -1,16 +1,16 @@
TODO: TODO:
☐ Allow overloading methods. The current solution is annoying!!!
☐ forward declaration? ☐ forward declaration?
☐ Global functions ☐ Global functions
☐ wrap VariableIndex: why is it in inference? If need to, shouldn't have constructors to specific FactorGraphs ☐ wrap VariableIndex: why is it in inference? If need to, shouldn't have constructors to specific FactorGraphs
☐ [REFACTOR] better name for uninstantiateClass: very vague!! ☐ [REFACTOR] better name for uninstantiateClass: very vague!!
☐ [REFACTOR] typesEqual --> equalSignature ☐ [REFACTOR] typesEqual --> equalSignature
☐ Unify cython/gtsam.h and the original gtsam.h ☐ Unify cython/gtsam.h and the original gtsam.h
☐ Proper overloads (constructors, static methods, methods)
☐ CMake install script ☐ CMake install script
Completed/Cancelled: Completed/Cancelled:
✔ Proper overloads (constructors, static methods, methods)
✔ Allow overloading methods. The current solution is annoying!!! @done (20-11-16 21:00)
✔ Casting from parent and grandparents ✔ Casting from parent and grandparents
✔ Allow overloading constructors. The current solution is annoying!!! @done (16-11-16 17:00) ✔ Allow overloading constructors. The current solution is annoying!!! @done (16-11-16 17:00)
✔ Support "print obj" @done (16-11-16 17:00) ✔ Support "print obj" @done (16-11-16 17:00)