1. ce88e94 style: clang-tidy: modernize-use-auto by Henry Schreiner · 5 years ago
  2. 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
  3. 3e448c0 Enable py::ellipsis on Python 2 (#2360) by Yannick Jadoul · 5 years ago
  4. e9ca89f numpy: Add test for explicit dtype checks. At present, int64 + uint64 do not exactly match dtype(...).num by Eric Cousineau · 7 years ago
  5. 000aabb Test: Numpy Scalar Creation (#1530) by Axel Huebl · 6 years ago
  6. d4b37a2 added py::ellipsis() method for slicing of multidimensional NumPy arrays by Wenzel Jakob · 7 years ago
  7. 5ef1af1 Fix SEGV to create empty shaped numpy array (#1371) by Naotoshi Seo · 7 years ago
  8. 391c754 Update all remaining tests to new test styles by Jason Rhinelander · 8 years ago
  9. 30d43c4 Now `shape`, `size`, `ndims` and `itemsize` are also signed integers. by Cris Luengo · 8 years ago
  10. b68959e Use numpy rather than Eigen for copying by Jason Rhinelander · 8 years ago
  11. d400f60 Python buffer objects can have negative strides. by Cris Luengo · 8 years ago
  12. 083a021 array: implement array resize by uentity · 8 years ago
  13. 51d18aa Fix ambiguous initialize_list arguments by Jason Rhinelander · 8 years ago
  14. 5f38386 Accept abitrary containers and iterators for shape/strides by Jason Rhinelander · 8 years ago
  15. 5749b50 array: set exception message on failure by Jason Rhinelander · 8 years ago
  16. 773339f array-unchecked: add runtime dimension support and array-compatible methods by Jason Rhinelander · 8 years ago
  17. 423a49b array: add unchecked access via proxy object by Jason Rhinelander · 8 years ago
  18. 16afbce Improve py::array_t scalar type information (#724) by Dean Moldovan · 8 years ago
  19. c44fe6f array_t overload resolution support by Jason Rhinelander · 8 years ago
  20. ee2e5a5 Make string conversion stricter (#695) by Jason Rhinelander · 8 years ago
  21. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 9 years ago
  22. 5027c4f Switch NumPy variadic indexing to per-value arguments (#500) by Sylvain Corlay · 9 years ago
  23. 030d10e minor style fix by Wenzel Jakob · 9 years ago
  24. 496feac pybind11: implicitly convert NumPy integer scalars by Wenzel Jakob · 9 years ago
  25. fac7c09 NumPy "base" feature: integrated feedback by @aldanor by Wenzel Jakob · 9 years ago
  26. 369e9b3 Permit creation of NumPy arrays with a "base" object that owns the data by Wenzel Jakob · 9 years ago
  27. 43f6aa6 added numpy test (minor): check that 'strides' is respected even when creating new arrays by Wenzel Jakob · 9 years ago
  28. aca6bca Add tests for array data access /index methods by Ivan Smirnov · 9 years ago
  29. 91b3d68 Expose some dtype/array attributes via NumPy C API by Ivan Smirnov · 9 years ago