1. 26 Jul, 2020 7 commits
  2. 24 Jul, 2020 2 commits
  3. 23 Jul, 2020 11 commits
  4. 22 Jul, 2020 1 commit
  5. 21 Jul, 2020 1 commit
  6. 20 Jul, 2020 1 commit
  7. 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
  8. 12 Jul, 2020 2 commits
  9. 11 Jul, 2020 1 commit
  10. 10 Jul, 2020 2 commits
  11. 08 Jul, 2020 1 commit
  12. 07 Jul, 2020 3 commits
  13. 30 Jun, 2020 7 commits