Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | DOC: array(obj, dtype=dt) can downcast (#13673) | Abhinav Sagar | 2019-07-14 | 1 | -2/+1 | |
* | | | | | | | | Merge pull request #13914 from kianasun/update-byteswap-doc | Matti Picus | 2019-07-14 | 1 | -5/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Update the description of byteswap | Kexuan Sun | 2019-07-04 | 1 | -5/+18 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #13970 from BBQuercus/patch-1 | Matti Picus | 2019-07-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Spellcheck @numpy/doc/broadcasting.py | Bastian Eichenberger | 2019-07-13 | 1 | -2/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #13766 from hameerabbasi/update-nep-template | Matti Picus | 2019-07-13 | 1 | -6/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: minor tweak to content and formatting of NEP template. | Ralf Gommers | 2019-07-02 | 1 | -9/+15 | |
| * | | | | | | | Address feedback by @rgommers. | Hameer Abbasi | 2019-07-02 | 1 | -5/+12 | |
| * | | | | | | | MAINT: Update NEP template. | Hameer Abbasi | 2019-07-02 | 1 | -7/+11 | |
* | | | | | | | | Merge pull request #13976 from tylerjereddy/issue_13526 | Matti Picus | 2019-07-13 | 4 | -71/+6 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | MAINT, TST: remove test-installed-numpy.py | Tyler Reddy | 2019-07-13 | 4 | -71/+6 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | DOC: improve np.sort docstring (#13968) | Jeff Hale | 2019-07-13 | 1 | -9/+13 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #13812 from thrasibule/fast_floyd | Charles Harris | 2019-07-13 | 3 | -30/+78 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | test shuffle keyword | Guillaume Horel | 2019-07-11 | 1 | -0/+3 | |
| * | | | | | | add benchmark | Guillaume Horel | 2019-07-11 | 1 | -0/+13 | |
| * | | | | | | add shuffle keyword | Guillaume Horel | 2019-07-11 | 1 | -4/+11 | |
| * | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -2/+2 | |
| * | | | | | | nogil | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | extra shuffle at the end and tweak heuristic | Guillaume Horel | 2019-07-11 | 1 | -1/+2 | |
| * | | | | | | faster shuffle | Guillaume Horel | 2019-07-11 | 1 | -8/+27 | |
| * | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | prevent warnings | Guillaume Horel | 2019-07-11 | 1 | -4/+4 | |
| * | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -2/+2 | |
| * | | | | | | no wraparound | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | use typed memoryview instead of C array | Guillaume Horel | 2019-07-11 | 1 | -8/+3 | |
| * | | | | | | Rewrite Floyd algorithm | Guillaume Horel | 2019-07-11 | 1 | -17/+27 | |
* | | | | | | | Merge pull request #13945 from mattip/random-diff | Charles Harris | 2019-07-13 | 3 | -15/+29 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: emphasize random API changes | mattip | 2019-07-09 | 3 | -15/+29 | |
* | | | | | | | Merge pull request #13967 from prisae/patch-1 | Matti Picus | 2019-07-11 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Change (old) range() to np.arange() | Dieter Werthmüller | 2019-07-11 | 1 | -3/+3 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr... | Matti Picus | 2019-07-11 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Don't override MaskedArray.view documentation with the one from ndarray.... | MSeifert04 | 2019-07-08 | 1 | -2/+9 | |
* | | | | | | | | Merge pull request #13946 from eric-wieser/add_newdoc_docs | Matti Picus | 2019-07-11 | 1 | -11/+33 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | DOC: point out the shortcomings of add_newdocs | mattip | 2019-07-09 | 1 | -0/+10 | |
| * | | | | | | MAINT: Enforce that `add_newdocs` is called with sequences of the right size | Eric Wieser | 2019-07-08 | 1 | -3/+4 | |
| * | | | | | | DOC: Add a numpy-doc docstring to add_newdoc | Eric Wieser | 2019-07-08 | 1 | -8/+19 | |
* | | | | | | | Merge pull request #13920 from mattip/openblas | Tyler Reddy | 2019-07-10 | 5 | -55/+194 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file | mattip | 2019-07-09 | 5 | -55/+194 | |
* | | | | | | | | Merge pull request #13959 from mattip/typo | Sebastian Berg | 2019-07-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: add space between words across lines | mattip | 2019-07-10 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #13947 from johannfaouzi/fix_rst_rendering_dtype | Matti Picus | 2019-07-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Re-add double backlash | Johann Faouzi | 2019-07-09 | 1 | -1/+1 | |
| * | | | | | | | | Update basics.py | Johann Faouzi | 2019-07-09 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #13950 from IntelPython/fix-fcompiler-compaq | Matti Picus | 2019-07-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixing failure on Python 2.7 on Windows 7 | Oleksandr Pavlyk | 2019-07-09 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948) | Samesh Lakhotia | 2019-07-09 | 2 | -1/+2 | |
* | | | | | | | | | DOC: Fix a typo related to the range of indices (#13952) | Aryan Naraghi | 2019-07-09 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-python | Eric Wieser | 2019-07-08 | 3 | -216/+64 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | BUG: Don't silence errors in add_newdoc caused by bad arguments | Eric Wieser | 2019-06-30 | 1 | -12/+17 | |
| * | | | | | | | DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py` | Eric Wieser | 2019-06-30 | 1 | -156/+0 |