summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
* Merge pull request #15547 from mwtoews/cdocCharles Harris2020-02-253-1555/+14
|\
| * MAINT: reduce Doxyfile and modernize numpyfilter.pyMike Taves2020-02-143-1555/+14
* | Merge pull request #15624 from pdebuyl/fix_refguide_dtypesCharles Harris2020-02-241-9/+10
|\ \
| * | DOC: fix printing, np., deprecation for refguidePierre de Buyl2020-02-211-9/+10
* | | DOC: remove broken link in f2py tutorialmattip2020-02-231-6/+3
|/ /
* | Merge pull request #15554 from melissawm/nep44-docsRalf Gommers2020-02-181-0/+239
|\ \
| * | Responding to PR comments.melissawm2020-02-141-23/+28
| * | Fixed typo in explanations section.melissawm2020-02-121-0/+1
| * | Added NEP44 - Restructuring the NumPy Documentationmelissawm2020-02-121-0/+233
| |/
* | NEP: edit and move NEP 38 to accepted status (#15543)Matti Picus2020-02-182-34/+118
* | Adding @mattip suggestionAlexandre de Siqueira2020-02-141-3/+3
* | Removing bad practices from quick start + some PEP8Alexandre de Siqueira2020-02-131-32/+28
* | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-131-0/+5
|\ \
| * | ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-081-0/+5
* | | Merge pull request #15189 from Zac-HD/property-testsMatti Picus2020-02-131-0/+10
|\ \ \ | |_|/ |/| |
| * | Install and configure HypothesisZac-HD2020-02-051-0/+10
| |/
* | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-074-5/+0
|\ \
| * | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-064-5/+0
* | | DOC: Minor copyediting on NEP 37. (#15536)Dan Allan2020-02-071-2/+2
* | | Merge pull request #15532 from pdebuyl/update_doctests_ref_guide_2Matti Picus2020-02-075-58/+69
|\ \ \
| * | | update doctests, small bugs and changes of reprPierre de Buyl2020-02-065-58/+69
| |/ /
* | | Update instructions for building/archiving docs.Ross Barnowski2020-02-051-2/+2
| |/ |/|
* | Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-0/+8
|\ \ | |/ |/|
| * DOC: add a release notemattip2020-02-052-0/+9
* | Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-023-72/+28
|\ \
| * | DOC: Document deprecation of C-API functionsSebastian Berg2020-02-011-0/+12
| * | DEP: Deprecate PyUFunc_GenericFunction public C-API functionSebastian Berg2020-01-311-9/+10
| * | DEP: Schedule PyArray_GetArrayParamsFromObject for removalSebastian Berg2020-01-311-63/+6
* | | NEP: universal SIMD NEP 38 (#15228)Matti Picus2020-01-311-0/+253
* | | Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-312-1/+13
|\ \ \
| * | | DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-202-1/+13
* | | | update result of rng.random(3) to current rng outputPierre de Buyl2020-01-301-1/+1
* | | | DOC: fix docstrings so `python tools/refguide-check --rst <file> runs (#15439)Matti Picus2020-01-292-237/+300
* | | | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-282-3/+13
* | | | Merge pull request #15429 from WarrenWeckesser/config-docstringEric Wieser2020-01-271-0/+1
|\ \ \ \
| * | | | DOC: distutils: Add a docstring to show_config().Warren Weckesser2020-01-251-0/+1
* | | | | DOC: Fix Incorrect documentkishimoto-banana2020-01-261-5/+5
|/ / / /
* | | | DOC: Fix Multithreaded Generation example docs (gh-15367)Fabio Zeiser2020-01-241-29/+36
* | | | MAINT: Revise imports from collections.abc moduleMike Taves2020-01-221-7/+5
* | | | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-212-30/+39
| |/ / |/| |
* | | Merge pull request #15375 from sethtroisi/misc_cleanupsMatti Picus2020-01-222-23/+13
|\ \ \
| * | | STY: use `with open` when possibleSeth Troisi2020-01-212-23/+13
* | | | Merge pull request #15323 from mattip/nep-0034-2Matti Picus2020-01-221-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | NEP: document reimplementationmattip2020-01-141-1/+6
* | | | Merge pull request #15351 from mattip/rewordSebastian Berg2020-01-211-3/+5
|\ \ \ \
| * | | | DOC: reword release note to unbreak sphinx renderingmattip2020-01-201-3/+5
| | |_|/ | |/| |
* | | | NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-212-0/+9
* | | | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-2138-0/+1694
|/ / /
* | | DOC: Updating f2py docs to python 3 and fixing some typos (#15303)Melissa Weber Mendonça2020-01-1918-188/+256