summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | DOC: array(obj, dtype=dt) can downcast (#13673)Abhinav Sagar2019-07-141-2/+1
* | | | | | | | Merge pull request #13914 from kianasun/update-byteswap-docMatti Picus2019-07-141-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Update the description of byteswapKexuan Sun2019-07-041-5/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #13970 from BBQuercus/patch-1Matti Picus2019-07-141-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Spellcheck @numpy/doc/broadcasting.pyBastian Eichenberger2019-07-131-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #13766 from hameerabbasi/update-nep-templateMatti Picus2019-07-131-6/+23
|\ \ \ \ \ \ \
| * | | | | | | DOC: minor tweak to content and formatting of NEP template.Ralf Gommers2019-07-021-9/+15
| * | | | | | | Address feedback by @rgommers.Hameer Abbasi2019-07-021-5/+12
| * | | | | | | MAINT: Update NEP template.Hameer Abbasi2019-07-021-7/+11
* | | | | | | | Merge pull request #13976 from tylerjereddy/issue_13526Matti Picus2019-07-134-71/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | MAINT, TST: remove test-installed-numpy.pyTyler Reddy2019-07-134-71/+6
| | |/ / / / / | |/| | | | |
* | | | | | | DOC: improve np.sort docstring (#13968)Jeff Hale2019-07-131-9/+13
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #13812 from thrasibule/fast_floydCharles Harris2019-07-133-30/+78
|\ \ \ \ \ \
| * | | | | | test shuffle keywordGuillaume Horel2019-07-111-0/+3
| * | | | | | add benchmarkGuillaume Horel2019-07-111-0/+13
| * | | | | | add shuffle keywordGuillaume Horel2019-07-111-4/+11
| * | | | | | fix testsGuillaume Horel2019-07-111-2/+2
| * | | | | | nogilGuillaume Horel2019-07-111-1/+1
| * | | | | | extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-111-1/+2
| * | | | | | faster shuffleGuillaume Horel2019-07-111-8/+27
| * | | | | | fix testsGuillaume Horel2019-07-111-1/+1
| * | | | | | prevent warningsGuillaume Horel2019-07-111-4/+4
| * | | | | | fix testsGuillaume Horel2019-07-111-2/+2
| * | | | | | no wraparoundGuillaume Horel2019-07-111-1/+1
| * | | | | | use typed memoryview instead of C arrayGuillaume Horel2019-07-111-8/+3
| * | | | | | Rewrite Floyd algorithmGuillaume Horel2019-07-111-17/+27
* | | | | | | Merge pull request #13945 from mattip/random-diffCharles Harris2019-07-133-15/+29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DOC: emphasize random API changesmattip2019-07-093-15/+29
* | | | | | | Merge pull request #13967 from prisae/patch-1Matti Picus2019-07-111-3/+3
|\ \ \ \ \ \ \
| * | | | | | | DOC: Change (old) range() to np.arange()Dieter Werthmüller2019-07-111-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr...Matti Picus2019-07-111-2/+9
|\ \ \ \ \ \ \
| * | | | | | | DOC: Don't override MaskedArray.view documentation with the one from ndarray....MSeifert042019-07-081-2/+9
* | | | | | | | Merge pull request #13946 from eric-wieser/add_newdoc_docsMatti Picus2019-07-111-11/+33
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | DOC: point out the shortcomings of add_newdocsmattip2019-07-091-0/+10
| * | | | | | MAINT: Enforce that `add_newdocs` is called with sequences of the right sizeEric Wieser2019-07-081-3/+4
| * | | | | | DOC: Add a numpy-doc docstring to add_newdocEric Wieser2019-07-081-8/+19
* | | | | | | Merge pull request #13920 from mattip/openblasTyler Reddy2019-07-105-55/+194
|\ \ \ \ \ \ \
| * | | | | | | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable filemattip2019-07-095-55/+194
* | | | | | | | Merge pull request #13959 from mattip/typoSebastian Berg2019-07-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: add space between words across linesmattip2019-07-101-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #13947 from johannfaouzi/fix_rst_rendering_dtypeMatti Picus2019-07-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Re-add double backlashJohann Faouzi2019-07-091-1/+1
| * | | | | | | | Update basics.pyJohann Faouzi2019-07-091-2/+2
* | | | | | | | | Merge pull request #13950 from IntelPython/fix-fcompiler-compaqMatti Picus2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing failure on Python 2.7 on Windows 7Oleksandr Pavlyk2019-07-091-1/+1
| |/ / / / / / / /
* | | | | | | | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-092-1/+2
* | | | | | | | | DOC: Fix a typo related to the range of indices (#13952)Aryan Naraghi2019-07-091-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-pythonEric Wieser2019-07-083-216/+64
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | BUG: Don't silence errors in add_newdoc caused by bad argumentsEric Wieser2019-06-301-12/+17
| * | | | | | | DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py`Eric Wieser2019-06-301-156/+0