An error occurred fetching the project authors.
  1. 04 Oct, 2012 1 commit
  2. 24 Aug, 2012 1 commit
  3. 23 Aug, 2012 1 commit
  4. 21 Aug, 2012 1 commit
  5. 17 Jul, 2012 1 commit
  6. 28 Jun, 2012 2 commits
  7. 10 Jun, 2012 1 commit
  8. 03 May, 2012 1 commit
  9. 27 Apr, 2012 2 commits
  10. 26 Apr, 2012 4 commits
  11. 15 Apr, 2012 3 commits
  12. 10 Apr, 2012 3 commits
  13. 31 Mar, 2012 2 commits
  14. 29 Mar, 2012 1 commit
  15. 21 Mar, 2012 1 commit
    • 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
  16. 18 Mar, 2012 1 commit
  17. 20 Feb, 2012 1 commit
  18. 16 Mar, 2012 1 commit
  19. 04 Feb, 2012 1 commit
  20. 22 Jan, 2012 2 commits
  21. 12 Jan, 2012 2 commits
  22. 17 Dec, 2011 1 commit
  23. 03 Dec, 2011 1 commit
  24. 02 Dec, 2011 1 commit
  25. 15 Nov, 2011 1 commit
  26. 13 Nov, 2011 1 commit
  27. 06 Nov, 2011 1 commit
  28. 05 Nov, 2011 1 commit