1. Jul 26, 2020
  2. Jul 25, 2020
  3. Jul 24, 2020
  4. Jul 23, 2020
  5. Jul 22, 2020
  6. Jul 21, 2020
  7. Jul 15, 2020
    • 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. Jul 12, 2020
  9. Jul 11, 2020
  10. Jul 10, 2020
  11. Jul 09, 2020
  12. Jul 07, 2020
  13. Jul 01, 2020
  14. Jun 30, 2020
  15. Jun 29, 2020