Mark Borgerding
|
135c025484
|
fixed nuisance warning when calling from_data(...,bob) with an ndarray bob, "FutureWarning: comparison to None will result in an elementwise object comparison in the future."
|
2017-09-25 09:08:38 -04:00 |
|
Mark Borgerding
|
ecf05c4a90
|
ndarray.shape(k),strides(k) act more like their python counterparts (negative indexing, bounds checking) (issue #157)
|
2017-09-25 09:08:14 -04:00 |
|
Stefan Seefeld
|
c4fe369d69
|
Require NumPy 1.7 API.
|
2017-06-02 19:31:54 -04:00 |
|
Stefan Seefeld
|
3ace4a0015
|
Adjust NumPy code to work with new directory / namespace structure.
|
2016-10-08 13:34:17 -04:00 |
|
Stefan Seefeld
|
cbb3851488
|
Merge NumPy extension from https://github.com/ndarray/Boost.NumPy/.
|
2016-10-07 20:03:12 -04:00 |
|