summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Add "import_array()" to the Numpy tutorial (GH-4403)da-woods2021-11-021-0/+6
| | | Arguably, it's unnecessary if the auto-call works correctly, but if we're still advising users to do it themselves then it probably should be in the docs.
* Use properties in numpy.pxd to avoid a dependency on internal details (GH-3365)Matti Picus2020-02-191-1/+1
|
* Fix line endings.Stefan Behnel2019-02-151-43/+43
|
* Enable the NumPy 1.7 API macro in all NumPy integration tests that do not ↵Stefan Behnel2018-09-221-79/+79
| | | | rely on deprecated C-API internaly.
* Minor docs cleanup.Stefan Behnel2018-06-162-2/+6
|
* Merge pull request #2350 from gabrieldemarmiesse/test_working_with_numpy_2scoder2018-06-161-0/+74
|\ | | | | Adding tests for "working with numpy" part 2
| * Moved the second piece of code in numpy.rst to the examples directory for ↵gabrieldemarmiesse2018-06-151-0/+74
| | | | testing.
* Moved a first code snippet from numpy.rst to examples to enable testing.gabrieldemarmiesse2018-06-151-0/+44