1. b82c0f0 Allow std::complex field with PYBIND11_NUMPY_DTYPE (#831) by Bruce Merry · 7 years ago
  2. 8e0d832 Support arrays inside PYBIND11_NUMPY_DTYPE (#832) by Bruce Merry · 7 years ago
  3. 0b6d08a Add function for comparing buffer_info formats to types by Patrick Stewart · 8 years ago
  4. 0861be0 Fix numpy tests for big endian architectures by Jason Rhinelander · 7 years ago
  5. 2a75784 Move requires_numpy, etc. decorators to globals by Jason Rhinelander · 7 years ago
  6. f7f5bc8 Numpy: better compilation errors, long double support (#619) by Jason Rhinelander · 7 years ago
  7. 76e993a Set maximum line length for Python style checker (#552) by Dean Moldovan · 8 years ago
  8. 5271576 Use correct itemsize when constructing a numpy dtype from a buffer_info by Patrick Stewart · 8 years ago
  9. 47681c1 Only mark unaligned types in buffers (#505) by patstew · 8 years ago
  10. c546655 Use pytest fixtures in numpy dtypes test module by Ivan Smirnov · 8 years ago
  11. 2184f6d NumPy dtypes are now shared across extensions by Ivan Smirnov · 8 years ago
  12. abd3429 Add a test for numpy dtypes with custom names by Ivan Smirnov · 8 years ago
  13. a6e6a8b Require existing typeinfo for direct conversions by Ivan Smirnov · 8 years ago
  14. 7edd72d Disallow registering dtypes multiple times by Ivan Smirnov · 8 years ago
  15. cbbb783 Add a test for NumPy scalar conversion by Ivan Smirnov · 8 years ago
  16. 2f3f368 Add tests for numpy enum descriptors by Ivan Smirnov · 8 years ago
  17. 2391917 Fix test suite failure without numpy and improve module init diagnostics by Dean Moldovan · 8 years ago
  18. 665e880 Simplify tests by replacing output capture with asserts where possible by Dean Moldovan · 8 years ago
  19. a0c1ccf Port tests to pytest by Dean Moldovan · 8 years ago