Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
3232e59b83196dc0846ff4738e8ce70d79307be1
/
tests
/
test_numpy_array.py
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
4d9024e
tests: cleanup and ci hardening (#2397)
by Henry Schreiner
· 5 years ago
3e448c0
Enable py::ellipsis on Python 2 (#2360)
by Yannick Jadoul
· 5 years ago
d8c7ee0
ci: GHA basic format & pre-commit (#2309)
by Henry Schreiner
· 5 years ago
22b2504
Render full numpy numeric names (e.g. numpy.int32)
by Sergei Izmailov
· 5 years ago
c9d32a8
numpy: fix refcount leak to dtype singleton (#1860)
by Pauli Virtanen
· 6 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
88efb25
Fixes for numpy 1.14.0 compatibility
by Jason Rhinelander
· 8 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
d400f60
Python buffer objects can have negative strides.
by Cris Luengo
· 8 years ago
083a021
array: implement array resize
by uentity
· 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
0861be0
Fix numpy tests for big endian architectures
by Jason Rhinelander
· 8 years ago
2a75784
Move requires_numpy, etc. decorators to globals
by Jason Rhinelander
· 9 years ago
fd75170
Change array's writeable exception to a ValueError
by Jason Rhinelander
· 9 years ago
f86dddf
array: fix base handling
by Jason Rhinelander
· 9 years ago
ee2e5a5
Make string conversion stricter (#695)
by Jason Rhinelander
· 8 years ago
1d1f81b
WIP: PyPy support (#527)
by Wenzel Jakob
· 9 years ago
bad1740
Add checks to maintain a consistent Python code style and prevent bugs (#515)
by Dean Moldovan
· 9 years ago
4de2710
Improve consistency of array and array_t with regard to other pytypes
by Dean Moldovan
· 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