1. 13 Apr, 2012 1 commit
  2. 12 Apr, 2012 1 commit
  3. 11 Apr, 2012 2 commits
  4. 10 Apr, 2012 7 commits
  5. 31 Mar, 2012 8 commits
  6. 30 Mar, 2012 2 commits
  7. 29 Mar, 2012 2 commits
  8. 28 Mar, 2012 1 commit
  9. 27 Mar, 2012 4 commits
  10. 26 Mar, 2012 3 commits
  11. 24 Mar, 2012 1 commit
  12. 23 Mar, 2012 2 commits
  13. 22 Mar, 2012 3 commits
  14. 21 Mar, 2012 3 commits
    • Dag Sverre Seljebotn's avatar
      Stopgap support for numpy 1.7 · 95b6e693
      Dag Sverre Seljebotn authored
      NumPy is starting to seriously deprecating access to the member fields
      in an ndarray (it was always frowned upon, but now it is starting to
      become enforced). To support the large body of Cython code out there
      accessing these fields (arr.shape[0] and so on), we special-case
      PyArrayObject in Cython, with special knowledge of the NumPy API.
      
      Ideally, we may introduce features in Cython in the future that allows
      specifying this kind of magic with syntax in pxd files, and then we can
      move away from special-casing NumPy.
      95b6e693
    • Dag Sverre Seljebotn's avatar
      REF remove dead code · b809e337
      Dag Sverre Seljebotn authored
      b809e337
    • Mark's avatar
      Merge pull request #94 from matthew-brett/fused-tutorial-edits · 28c23739
      Mark authored
      DOC - partial rewrite of fused types doc
      28c23739