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