1. 09 May, 2020 2 commits
  2. 08 May, 2020 6 commits
  3. 07 May, 2020 10 commits
  4. 06 May, 2020 6 commits
  5. 05 May, 2020 15 commits
  6. 04 May, 2020 1 commit
    • scoder's avatar
      Rewrite the C property feature (GH-3571) · 22a49f40
      scoder authored
      * Rewrite C property support (GH-2640) based on inline C methods.
      Supersedes GH-2640 and GH-3095.
      Closes GH-3521.
      
      * Test fix for `numpy_parallel.pyx`: avoid depending on whether "nd.shape" requires the GIL or not.
      
      * Turn NumPy's "ndarray.data" into a property to avoid direct struct access.
      
      * Make "ndarray.size" accessible without the GIL.
      22a49f40