| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | DEP: deprecate `numpy.distutils`, and add a migration guide | Ralf Gommers | 2022-02-15 | 4 | -0/+100 |
* | | | Merge pull request #20774 from miccoli/doc/datetime-semantics | Charles Harris | 2022-02-16 | 1 | -18/+111 |
|\ \ \
| |/ /
|/| | |
|
| * | | DOC: explicitly define numpy.datetime64 semantics | Stefano Miccoli | 2022-01-10 | 1 | -18/+111 |
* | | | MAINT: Remove the RELAXED_STRIDES_CHECKING env variable | Sebastian Berg | 2022-02-11 | 2 | -25/+10 |
| |/
|/| |
|
* | | Merge pull request #20185 from melissawm/add-interop-doc | Matti Picus | 2022-02-02 | 2 | -13/+20 |
|\ \ |
|
| * | | Addressing review comments | melissawm | 2021-11-22 | 2 | -13/+20 |
* | | | DOC: random: Fix spelling of 'precision'. | warren | 2022-01-21 | 2 | -2/+2 |
* | | | DOC: Update CPU features table with VSX4 | Rafael Cardoso Fernandes Sousa | 2022-01-17 | 1 | -14/+16 |
* | | | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 4 | -5/+5 |
* | | | MAINT, DOC: fix new typos detected by codespell | Dimitri Papadopoulos | 2022-01-12 | 1 | -2/+2 |
* | | | DOC: Capitalization and missing word in docs | Joseph Fox-Rabinovitz | 2022-01-06 | 1 | -3/+3 |
* | | | BUG: Added check for NULL data in ufuncs (#20689) | Joseph Fox-Rabinovitz | 2022-01-06 | 1 | -4/+8 |
| |/
|/| |
|
* | | DOC:Fixed the link on user-guide landing page | Arryan Singh | 2022-01-01 | 1 | -2/+2 |
* | | Merge pull request #20647 from WarrenWeckesser/doc-failunlesswriteable | Charles Harris | 2021-12-27 | 1 | -0/+11 |
|\ \ |
|
| * | | DOC: Add PyArray_FailUnlessWriteable to the online C-API docs. | warren | 2021-12-22 | 1 | -0/+11 |
* | | | add np.iterable to reference guide | pantelis | 2021-12-22 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'main' into doctest_for_pytest | Pierre de Buyl | 2021-12-21 | 14 | -902/+1208 |
|\ \ |
|
| * | | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 2 | -47/+16 |
| * | | DOC: update SIMD build options to cover s390x features | Sayed Adel | 2021-12-14 | 3 | -4/+20 |
| * | | DOC, SIMD: redirect the old path to the new index | Sayed Adel | 2021-12-10 | 1 | -1/+10 |
| * | | DOC, SIMD: Apply suggestions from Melissa's code review | Sayed Adel | 2021-12-10 | 3 | -62/+65 |
| * | | DOC, SIMD: move How It Works into separated page | Sayed Adel | 2021-12-08 | 2 | -0/+350 |
| * | | DOC, SIMD: Improve build options and move them into a separated page | Sayed Adel | 2021-12-08 | 3 | -0/+456 |
| * | | DOC, SIMD: add a new index for the optimization page to separate into multipl... | Sayed Adel | 2021-12-08 | 3 | -527/+40 |
| * | | DOC, SIMD: Improve the auto-generated tables of CPU features | Sayed Adel | 2021-12-08 | 6 | -330/+320 |
* | | | revert default_rng seeding and use SKIP | Pierre de Buyl | 2021-12-08 | 1 | -18/+18 |
* | | | Remove matplotlib output lines | Pierre de Buyl | 2021-12-08 | 1 | -4/+0 |
* | | | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 14 | -38/+1 |
* | | | [DOC] make some doctests in user,reference pass pytest | Pierre de Buyl | 2021-12-08 | 12 | -36/+69 |
|/ / |
|
* | | DOC: Fix some target not found Sphinx warnings. (#20140) | Chiara Marmo | 2021-12-01 | 1 | -0/+5 |
|/ |
|
* | DEP: remove deprecated `np.asscalar` function | Ralf Gommers | 2021-11-21 | 1 | -1/+0 |
* | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394) | Matti Picus | 2021-11-18 | 1 | -7/+9 |
* | ENH: add a 'version' field to PyDataMem_Handler | mattip | 2021-11-10 | 1 | -1/+2 |
* | DOC: centralized min-max documentation under 'extrema finding' subsection in ... | Yuval Ofek | 2021-10-30 | 2 | -10/+17 |
* | Merge pull request #20195 from WarrenWeckesser/doc-misc | Sebastian Berg | 2021-10-27 | 1 | -8/+14 |
|\ |
|
| * | DOC: Two small changes in array.rst: | warren | 2021-10-26 | 1 | -8/+14 |
* | | MAINT: Only warn for transferred ownership if env variable is set (#20200) | Matti Picus | 2021-10-27 | 3 | -3/+51 |
|/ |
|
* | DOC: add release note and move NEP 49 to Final (#20194) | Matti Picus | 2021-10-26 | 1 | -0/+2 |
* | [MAINT] minor grammar fix: add missing "an" | bbrewington | 2021-10-25 | 1 | -1/+1 |
* | [MAINT] Fix minor typo | bbrewington | 2021-10-25 | 1 | -1/+1 |
* | ENH: Configurable allocator (#17582) | Matti Picus | 2021-10-25 | 2 | -0/+120 |
* | DOC: Remove double property ctypes from ndarray | Peter Tillema | 2021-10-14 | 1 | -1/+0 |
* | DOC: Document the dtype comparison operations | Bas van Beek | 2021-10-09 | 1 | -0/+10 |
* | DOC:add-html-reference-to-some-ma-methods | Sista Seetaram | 2021-10-06 | 1 | -0/+3 |
* | DOC: add example showing how to convert POSIX timestamps to datetime64 (#18984) | Jonathan Reichelt Gjertsen | 2021-10-01 | 1 | -3/+15 |
* | Merge pull request #19981 from cmarmo/npyarray-enums | Matti Picus | 2021-10-01 | 2 | -54/+75 |
|\ |
|
| * | Add comments to prevent revert. | Chiara Marmo | 2021-09-30 | 2 | -0/+21 |
| * | Fix scope of some sphinx declarations to avoid warnings. | Chiara Marmo | 2021-09-28 | 2 | -54/+54 |
* | | DOC: Copy-edit and fix typos. | Warren Weckesser | 2021-09-29 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #19879 from BvB93/cls_getitem | Charles Harris | 2021-09-25 | 3 | -2/+23 |
|\ |
|