summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022)Disconnect3d2019-07-151-2/+0
| | | | |
* | | | | Merge pull request #13913 from mattip/improve-errorSebastian Berg2019-07-152-1/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | | ENH: improve error message for ragged-array creation failure
| * | | | ENH: improve error message for ragged-array creation failuremattip2019-07-042-1/+11
| | | | |
* | | | | Merge pull request #14011 from kritisingh1/udepMatti Picus2019-07-151-12/+0
|\ \ \ \ \ | | | | | | | | | | | | [DOC] Remove unused/deprecated functions
| * | | | | [DOC] Remove unused/deprecated functionskritisingh12019-07-151-12/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #14004 from seberg/issue-14000Matti Picus2019-07-151-3/+1
|\ \ \ \ \ | | | | | | | | | | | | ENH: Chain exception for typed item assignment
| * | | | | ENH: Chain exception for typed item assignmentSebastian Berg2019-07-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was discussed in gh-14000, and slightly improves the situation at least maybe to the extend of understanding why it happens when looking more closely.
* | | | | | Merge pull request #13979 from danielballan/array-function-high-level-docsCharles Harris2019-07-141-0/+271
|\ \ \ \ \ \ | | | | | | | | | | | | | | DOC: Document array_function at a higher level.
| * | | | | | Improve illustartion of unsupported args.Dan Allan2019-07-141-6/+10
| | | | | | |
| * | | | | | Copy editingDan Allan2019-07-141-3/+2
| | | | | | |
| * | | | | | Add new section of custom array containers.Dan Allan2019-07-131-0/+268
| | | | | | |
* | | | | | | Merge pull request #13935 from eric-wieser/forbid-_add_newdocs-python-v2Matti Picus2019-07-141-6/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Warn if `_add_newdocs.py` is used to add docstrings to pure-python objects
| * | | | | | | MAINT: Warn on the use of `_add_newdocs.py` to add docstrings to pure-python ↵Eric Wieser2019-07-141-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | objects This caught the duplication of docstrings between multiarray.py and _add_newdocs
* | | | | | | | Merge pull request #13710 from peterbell10/irfft-default-sizeMatti Picus2019-07-141-7/+35
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | DOC: Add note to irfft-like functions about the default sizes
| * | | | | | | DOC: Add note to irfft-like functions about the default sizesPeter Bell2019-07-141-7/+35
| | | | | | | |
* | | | | | | | Merge pull request #13989 from patto90/missing_import_polyutilsCharles Harris2019-07-143-2/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | BUG: Missing warnings import in polyutils
| * | | | | | | | TST: hit the deprecationwarningpatto902019-07-141-1/+3
| | | | | | | | |
| * | | | | | | | check also warning messagepatto902019-07-141-2/+3
| | | | | | | | |
| * | | | | | | | add missing import warningspatto902019-07-131-0/+1
| | | | | | | | |
| * | | | | | | | add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
| | | | | | | | |
* | | | | | | | | DOC: array(obj, dtype=dt) can downcast (#13673)Abhinav Sagar2019-07-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * update downcasting docs
* | | | | | | | | Merge pull request #13914 from kianasun/update-byteswap-docMatti Picus2019-07-141-5/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DOC: Update the description of byteswap
| * | | | | | | | | DOC: Update the description of byteswapKexuan Sun2019-07-041-5/+18
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #13970 from BBQuercus/patch-1Matti Picus2019-07-141-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | DOC: spellcheck numpy/doc/broadcasting.py
| * | | | | | | | Spellcheck @numpy/doc/broadcasting.pyBastian Eichenberger2019-07-131-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | DOC: improve np.sort docstring (#13968)Jeff Hale2019-07-131-9/+13
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * improve language around sorting
* | | | | | | Merge pull request #13812 from thrasibule/fast_floydCharles Harris2019-07-132-30/+65
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Rewrite Floyd algorithm
| * | | | | | | test shuffle keywordGuillaume Horel2019-07-111-0/+3
| | | | | | | |
| * | | | | | | 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
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - use a simple hash table with linear probing - adjust heuristic
* | | | | | | Merge pull request #13945 from mattip/random-diffCharles Harris2019-07-131-8/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DOC, MAINT: emphasize random API changes, remove Generator.randint
| * | | | | | DOC: emphasize random API changesmattip2019-07-091-8/+2
| | | | | | |
* | | | | | | Merge pull request #13967 from prisae/patch-1Matti Picus2019-07-111-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DOC: Change (old) range() to np.arange()
| * | | | | | | DOC: Change (old) range() to np.arange()Dieter Werthmüller2019-07-111-3/+3
| | |/ / / / / | |/| | | | | | | | | | | | I think it should be like that (maybe I am mistaken).
* | | | | | | Merge pull request #13928 from ↵Matti Picus2019-07-111-2/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MSeifert04/ma-view-not-override-doc-with-ndarray-view DOC: Don't override MaskedArray.view documentation with the one from ndarray.view
| * | | | | | | DOC: Don't override MaskedArray.view documentation with the one from ↵MSeifert042019-07-081-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndarray.view To document the fill_value parameter it's needed to display the correct docstring of the function instead of overwriting it with the docstring of ndarray.view
* | | | | | | | Merge pull request #13946 from eric-wieser/add_newdoc_docsMatti Picus2019-07-111-11/+33
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | DOC: Add a numpy-doc docstring to add_newdoc
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this would silently ignore extra items
| * | | | | | DOC: Add a numpy-doc docstring to add_newdocEric Wieser2019-07-081-8/+19
| | | | | | |
* | | | | | | DOC: add space between words across linesmattip2019-07-101-1/+1
| | | | | | |