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