1. 01 Sep, 2017 1 commit
  2. 31 Aug, 2017 4 commits
  3. 30 Aug, 2017 7 commits
  4. 28 Aug, 2017 5 commits
  5. 25 Aug, 2017 4 commits
  6. 24 Aug, 2017 2 commits
  7. 23 Aug, 2017 9 commits
  8. 22 Aug, 2017 4 commits
  9. 21 Aug, 2017 1 commit
  10. 20 Aug, 2017 2 commits
  11. 19 Aug, 2017 1 commit
    • Fix typos in Eigen documentation · d265933d
      Fixes one small variable name typo, and two instances where `py::arg().nocopy()` is used, where I think it should be `py::arg().noconvert()` instead. Probably `nocopy()` was the old/original name for it and then it was changed.
      Patrik Huber committed