From 6148f822ae168a2243ab4454d9b4651590ec6b3a Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Fri, 17 Mar 2017 11:26:25 -0400 Subject: [PATCH] update --- cython/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)