Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "import_array()" to the Numpy tutorial (GH-4403) | da-woods | 2021-11-02 | 1 | -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 Picus | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | Fix line endings. | Stefan Behnel | 2019-02-15 | 1 | -43/+43 |
| | |||||
* | Enable the NumPy 1.7 API macro in all NumPy integration tests that do not ↵ | Stefan Behnel | 2018-09-22 | 1 | -79/+79 |
| | | | | rely on deprecated C-API internaly. | ||||
* | Minor docs cleanup. | Stefan Behnel | 2018-06-16 | 2 | -2/+6 |
| | |||||
* | Merge pull request #2350 from gabrieldemarmiesse/test_working_with_numpy_2 | scoder | 2018-06-16 | 1 | -0/+74 |
|\ | | | | | Adding tests for "working with numpy" part 2 | ||||
| * | Moved the second piece of code in numpy.rst to the examples directory for ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+74 |
| | | | | testing. | ||||
* | Moved a first code snippet from numpy.rst to examples to enable testing. | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+44 |