update TODO

release/4.3a0
Duy-Nguyen Ta 2016-11-13 23:54:06 -05:00
parent 0e27a1ac07
commit e8778319e3
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
TODO: TODO:
☐ methods for FastVector: at, [], ...
☐ Casting from parent and grandparents
☐ Allow overloading constructors and methods. The current solution is annoying!!!
☐ Support "print obj"
☐ 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
@ -43,4 +47,6 @@ Installation:
Known issues: Known issues:
☐ Doesn't work with python3 installed from homebrew ☐ Doesn't work with python3 installed from homebrew
- size-related issue: can only wrap up to a certain number of classes: up to mEstimator! - size-related issue: can only wrap up to a certain number of classes: up to mEstimator!
- Guess: 64 vs 32b? disutils Compiler flags? - Guess: 64 vs 32b? disutils Compiler flags?
☐ Bug with Cython 0.24: instantiated factor classes return FastVector<size_t> for keys(), which can't be casted to FastVector<Key>
- Upgrading to 0.25 solves the problem