1. 28 Jul, 2020 8 commits
  2. 26 Jul, 2020 7 commits
  3. 24 Jul, 2020 2 commits
  4. 23 Jul, 2020 11 commits
  5. 22 Jul, 2020 1 commit
  6. 21 Jul, 2020 1 commit
  7. 20 Jul, 2020 1 commit
  8. 15 Jul, 2020 1 commit
    • Kota Yamaguchi's avatar
      Fix undefined memoryview format (#2223) · e2488698
      Kota Yamaguchi authored
      * Fix undefined memoryview format
      
      * Add missing <algorithm> header
      
      * Add workaround for py27 array compatibility
      
      * Workaround py27 memoryview behavior
      
      * Fix memoryview constructor from buffer_info
      
      * Workaround PyMemoryView_FromMemory availability in py27
      
      * Fix up memoryview tests
      
      * Update memoryview test from buffer to check signedness
      
      * Use static factory method to create memoryview
      
      * Remove ndim arg from memoryview::frombuffer and add tests
      
      * Allow ndim=0 memoryview and documentation fixup
      
      * Use void* to align to frombuffer method signature
      
      * Add const variants of frombuffer and frommemory
      
      * Add memory view section in doc
      
      * Fix docs
      
      * Add test for null buffer
      
      * Workaround py27 nullptr behavior in test
      
      * Rename frombuffer to from_buffer
      e2488698
  9. 12 Jul, 2020 2 commits
  10. 11 Jul, 2020 1 commit
  11. 10 Jul, 2020 2 commits
  12. 08 Jul, 2020 1 commit
  13. 07 Jul, 2020 2 commits
    • Isuru Fernando's avatar
      PyPy3 support (#2146) · 0d70f0e1
      Isuru Fernando authored
      
      
      * Error out eval_file
      
      * Enable dynamic attribute support for Pypy >= 6
      
      * Add a test for dynamic attribute support
      
      * Skip test for eval_file on pypy
      
      * Workaround for __qualname__ on PyPy3
      
      * Add a PyPy3.6 7.3.0 build
      
      * Only disable in PyPy3
      
      * Fix travis testing
      
      * No numpy and scipy for pypy
      
      * Enable test on pypy2
      
      * Fix logic in eval_file
      
      * Skip a few tests due to bugs in PyPy
      
      * scipy wheels are broken. make pypy2 a failrue
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      0d70f0e1
    • Robert Haschke's avatar
      f2226aef