summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add C API documentation for NPY_ITER_MULTI_INDEXWill Ayd2022-09-191-0/+60
* DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)Loïc Estève2022-09-061-3/+3
* DOC: add more prominent warnings to pin setuptoolsRalf Gommers2022-08-211-0/+8
* Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctlMatti Picus2022-08-211-0/+1
|\
| * DOC: Added `show_runtime` to Utilityganesh-k132022-08-191-0/+1
* | Merge pull request #22122 from rkern/doc/sequence-of-seedsCharles Harris2022-08-182-2/+84
|\ \ | |/ |/|
| * DOC: Explain how to use sequences of integers as seeds.Robert Kern2022-08-132-2/+84
* | DOC: Fix intersphinx inventory namesmelissawm2022-08-151-2/+2
|/
* DOC: updated masked_print_option and added explanation (#22013)Miki Watanabe2022-07-201-3/+4
* Merge pull request #21837 from seberg/note-objects-nullCharles Harris2022-07-121-0/+23
|\
| * DOC: Adopt changes as suggested in reviewSebastian Berg2022-07-051-2/+3
| * DOC: Document expectation for object array initializationSebastian Berg2022-06-231-0/+22
* | DOC: Add a note about security and NumPy to the documentation (#21927)Sebastian Berg2022-07-102-0/+62
* | Merge pull request #21248 from ax3l/doc-improve-array-interface-dataMatti Picus2022-07-081-3/+9
|\ \ | |/ |/|
| * DOC: Apply final wording suggestion.Ross Barnowski2022-07-081-5/+9
| * DOC: Improve Array Interface `data`Axel Huebl2022-03-261-2/+4
* | MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-141-3/+3
* | Mention positional-only arguments in the array API compatibility docAaron Meurer2022-06-081-0/+5
* | DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-0824-101/+101
* | DIC: Misc RST reformatting.Matthias Bussonnier2022-06-035-30/+30
* | ENH: Add support for symbol to polynomial package (#16154)Ross Barnowski2022-06-012-27/+27
* | MAINT: Changed reference to multiple filesShoban Chiddarth2022-05-242-2/+2
* | DOC: fix documentation for typedescr argument of PyArray_AsCArrayMarkus Mohrhard2022-05-141-9/+6
* | Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-111-0/+1
|\ \
| * | ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-221-0/+1
* | | ENH: Apply suggested changeThomas Duvernay2022-05-061-1/+0
* | | DOC: Add missing functions in `numpy.testing` documentationThomas Duvernay2022-04-261-0/+7
|/ /
* | Merge pull request #21032 from jon-deng/fix-sphinx-doc-errorsMatti Picus2022-04-201-4/+4
|\ \
| * | DOC: Fix formatting for routines.emath.rst titleJonathan Deng2022-03-051-1/+1
| * | DOC: Fix missing lib.scimath module referenceJonathan Deng2022-03-031-1/+1
| * | DOC: Remove routines.lib.scimath.rstJonathan Deng2022-03-032-10/+1
| * | Merge branch 'main' into fix-sphinx-doc-errorsJonathan Deng2022-03-027-43/+271
| |\ \
| * | | DOC: Fix broken links to numpy.emath moduleJonathan Deng2022-02-252-2/+11
* | | | Merge pull request #21327 from asmeurer/array-api-doc-updatesMatti Picus2022-04-121-5/+4
|\ \ \ \
| * | | | Small updates to the array_api docsAaron Meurer2022-04-111-5/+4
* | | | | DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-102-5/+5
* | | | | Merge pull request #21260 from asmeurer/array-api-docsCharles Harris2022-04-042-0/+805
|\ \ \ \ \ | |/ / / /
| * | | | Note that keyword arguments with different defaults are breakingAaron Meurer2022-03-301-11/+17
| * | | | Update review comments on the array API documentAaron Meurer2022-03-291-9/+12
| * | | | Add a note about the array API copy flag to reshape (which is not yet impleme...Aaron Meurer2022-03-291-0/+3
| * | | | Address review comments in the array API documentationAaron Meurer2022-03-291-4/+9
| * | | | Add a document that enumerates the differences between numpy and numpy.array_apiAaron Meurer2022-03-282-0/+788
* | | | | DOC: Made suggested changes.Bhavuk kalra2022-04-031-1/+1
* | | | | DOC: Improve "random.generator.shuffle" docs pagebhavukkalra2022-03-301-0/+2
| |_|_|/ |/| | |
* | | | DOC: fix outdated description of unicodeNimrod2022-03-161-1/+1
|/ / /
* | | DOC: add the DLPack protocol to interpolability docsTirth Patel2022-03-031-1/+2
* | | MAINT: make np._from_dlpack publicTirth Patel2022-03-031-0/+1
| |/ |/|
* | Merge pull request #20875 from rgommers/deprecate-npdistutilsMatti Picus2022-02-174-0/+150
|\ \
| * | MAINT: fix failure due to importing warnings in `distutils/__init__.py`Ralf Gommers2022-02-161-6/+3
| * | DOC: add section on moving to SetuptoolsRalf Gommers2022-02-151-8/+61