diff --git a/cython/README.md b/cython/README.md index 35e1008a5..89e54c990 100644 --- a/cython/README.md +++ b/cython/README.md @@ -123,11 +123,11 @@ TODO to FastVector. ☐ Unit tests for cython wrappers ☐ Fix Python tests: don't use " import * ": Bad style!!! -☐ Marginal and JointMarginal: revert changes - add doc for generate - matlab 6 arguments? Completed/Cancelled: +✘ Marginal and JointMarginal: revert changes @failed (17-03-17 11:00) -- Cython does need a default constructor! It produces cpp code like this: ```gtsam::JointMarginal __pyx_t_1;``` Users don't have to wrap this constructor, however. ✔ Convert input numpy Matrix/Vector to float dtype and storage order 'F' automatically, cannot crash! @done (15-03-17 13:00) ✔ Remove requirements.txt - Frank: don't bother with only 2 packages and a special case for eigency! @done (08-03-17 10:30) ✔ CMake install script @done (25-11-16 02:30)