1. 9df1383 Stop py::array_t arguments from accepting arrays that do not match the C- or F-contiguity flags (#2484) by Yannick Jadoul · 5 years ago
  2. 4d9024e tests: cleanup and ci hardening (#2397) by Henry Schreiner · 5 years ago
  3. 3e448c0 Enable py::ellipsis on Python 2 (#2360) by Yannick Jadoul · 5 years ago
  4. d8c7ee0 ci: GHA basic format & pre-commit (#2309) by Henry Schreiner · 5 years ago
  5. 22b2504 Render full numpy numeric names (e.g. numpy.int32) by Sergei Izmailov · 5 years ago
  6. c9d32a8 numpy: fix refcount leak to dtype singleton (#1860) by Pauli Virtanen · 6 years ago
  7. e9ca89f numpy: Add test for explicit dtype checks. At present, int64 + uint64 do not exactly match dtype(...).num by Eric Cousineau · 7 years ago
  8. 000aabb Test: Numpy Scalar Creation (#1530) by Axel Huebl · 6 years ago
  9. d4b37a2 added py::ellipsis() method for slicing of multidimensional NumPy arrays by Wenzel Jakob · 7 years ago
  10. 5ef1af1 Fix SEGV to create empty shaped numpy array (#1371) by Naotoshi Seo · 7 years ago
  11. 88efb25 Fixes for numpy 1.14.0 compatibility by Jason Rhinelander · 8 years ago
  12. 391c754 Update all remaining tests to new test styles by Jason Rhinelander · 8 years ago
  13. 30d43c4 Now `shape`, `size`, `ndims` and `itemsize` are also signed integers. by Cris Luengo · 8 years ago
  14. d400f60 Python buffer objects can have negative strides. by Cris Luengo · 8 years ago
  15. 083a021 array: implement array resize by uentity · 8 years ago
  16. 5749b50 array: set exception message on failure by Jason Rhinelander · 8 years ago
  17. 773339f array-unchecked: add runtime dimension support and array-compatible methods by Jason Rhinelander · 8 years ago
  18. 423a49b array: add unchecked access via proxy object by Jason Rhinelander · 8 years ago
  19. 16afbce Improve py::array_t scalar type information (#724) by Dean Moldovan · 8 years ago
  20. c44fe6f array_t overload resolution support by Jason Rhinelander · 8 years ago
  21. 0861be0 Fix numpy tests for big endian architectures by Jason Rhinelander · 8 years ago
  22. 2a75784 Move requires_numpy, etc. decorators to globals by Jason Rhinelander · 9 years ago
  23. fd75170 Change array's writeable exception to a ValueError by Jason Rhinelander · 9 years ago
  24. f86dddf array: fix base handling by Jason Rhinelander · 9 years ago
  25. ee2e5a5 Make string conversion stricter (#695) by Jason Rhinelander · 8 years ago
  26. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 9 years ago
  27. bad1740 Add checks to maintain a consistent Python code style and prevent bugs (#515) by Dean Moldovan · 9 years ago
  28. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 9 years ago
  29. 496feac pybind11: implicitly convert NumPy integer scalars by Wenzel Jakob · 9 years ago
  30. fac7c09 NumPy "base" feature: integrated feedback by @aldanor by Wenzel Jakob · 9 years ago
  31. 369e9b3 Permit creation of NumPy arrays with a "base" object that owns the data by Wenzel Jakob · 9 years ago
  32. 43f6aa6 added numpy test (minor): check that 'strides' is respected even when creating new arrays by Wenzel Jakob · 9 years ago
  33. aca6bca Add tests for array data access /index methods by Ivan Smirnov · 9 years ago
  34. 91b3d68 Expose some dtype/array attributes via NumPy C API by Ivan Smirnov · 9 years ago