summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
| * | DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-154-0/+100
* | | Merge pull request #20774 from miccoli/doc/datetime-semanticsCharles Harris2022-02-161-18/+111
|\ \ \ | |/ / |/| |
| * | DOC: explicitly define numpy.datetime64 semanticsStefano Miccoli2022-01-101-18/+111
* | | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-112-25/+10
| |/ |/|
* | Merge pull request #20185 from melissawm/add-interop-docMatti Picus2022-02-022-13/+20
|\ \
| * | Addressing review commentsmelissawm2021-11-222-13/+20
* | | DOC: random: Fix spelling of 'precision'.warren2022-01-212-2/+2
* | | DOC: Update CPU features table with VSX4Rafael Cardoso Fernandes Sousa2022-01-171-14/+16
* | | MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-134-5/+5
* | | MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-2/+2
* | | DOC: Capitalization and missing word in docsJoseph Fox-Rabinovitz2022-01-061-3/+3
* | | BUG: Added check for NULL data in ufuncs (#20689)Joseph Fox-Rabinovitz2022-01-061-4/+8
| |/ |/|
* | DOC:Fixed the link on user-guide landing pageArryan Singh2022-01-011-2/+2
* | Merge pull request #20647 from WarrenWeckesser/doc-failunlesswriteableCharles Harris2021-12-271-0/+11
|\ \
| * | DOC: Add PyArray_FailUnlessWriteable to the online C-API docs.warren2021-12-221-0/+11
* | | add np.iterable to reference guidepantelis2021-12-221-0/+1
|/ /
* | Merge branch 'main' into doctest_for_pytestPierre de Buyl2021-12-2114-902/+1208
|\ \
| * | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-182-47/+16
| * | DOC: update SIMD build options to cover s390x featuresSayed Adel2021-12-143-4/+20
| * | DOC, SIMD: redirect the old path to the new indexSayed Adel2021-12-101-1/+10
| * | DOC, SIMD: Apply suggestions from Melissa's code reviewSayed Adel2021-12-103-62/+65
| * | DOC, SIMD: move How It Works into separated pageSayed Adel2021-12-082-0/+350
| * | DOC, SIMD: Improve build options and move them into a separated pageSayed Adel2021-12-083-0/+456
| * | DOC, SIMD: add a new index for the optimization page to separate into multipl...Sayed Adel2021-12-083-527/+40
| * | DOC, SIMD: Improve the auto-generated tables of CPU featuresSayed Adel2021-12-086-330/+320
* | | revert default_rng seeding and use SKIPPierre de Buyl2021-12-081-18/+18
* | | Remove matplotlib output linesPierre de Buyl2021-12-081-4/+0
* | | DOC: remove explicit imports in rst filesPierre de Buyl2021-12-0814-38/+1
* | | [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-0812-36/+69
|/ /
* | DOC: Fix some target not found Sphinx warnings. (#20140)Chiara Marmo2021-12-011-0/+5
|/
* DEP: remove deprecated `np.asscalar` functionRalf Gommers2021-11-211-1/+0
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-7/+9
* ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+2
* DOC: centralized min-max documentation under 'extrema finding' subsection in ...Yuval Ofek2021-10-302-10/+17
* Merge pull request #20195 from WarrenWeckesser/doc-miscSebastian Berg2021-10-271-8/+14
|\
| * DOC: Two small changes in array.rst:warren2021-10-261-8/+14
* | MAINT: Only warn for transferred ownership if env variable is set (#20200)Matti Picus2021-10-273-3/+51
|/
* DOC: add release note and move NEP 49 to Final (#20194)Matti Picus2021-10-261-0/+2
* [MAINT] minor grammar fix: add missing "an"bbrewington2021-10-251-1/+1
* [MAINT] Fix minor typobbrewington2021-10-251-1/+1
* ENH: Configurable allocator (#17582)Matti Picus2021-10-252-0/+120
* DOC: Remove double property ctypes from ndarrayPeter Tillema2021-10-141-1/+0
* DOC: Document the dtype comparison operationsBas van Beek2021-10-091-0/+10
* DOC:add-html-reference-to-some-ma-methodsSista Seetaram2021-10-061-0/+3
* DOC: add example showing how to convert POSIX timestamps to datetime64 (#18984)Jonathan Reichelt Gjertsen2021-10-011-3/+15
* Merge pull request #19981 from cmarmo/npyarray-enumsMatti Picus2021-10-012-54/+75
|\
| * Add comments to prevent revert.Chiara Marmo2021-09-302-0/+21
| * Fix scope of some sphinx declarations to avoid warnings.Chiara Marmo2021-09-282-54/+54
* | DOC: Copy-edit and fix typos.Warren Weckesser2021-09-291-2/+2
|/
* Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-253-2/+23
|\