summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14036 from kritisingh1/dep1Sebastian Berg2019-07-211-27/+6
|\
| * DEP: Raise warnings for deprecated C functions - PyArray_As1D, PyArray_As2Dkritisingh12019-07-211-27/+6
* | BUG: Fix incorrect GIL release in array.nonzero (#13930)Gary Gurlaskie2019-07-172-2/+58
* | DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-162-15/+37
* | 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 failuremattip2019-07-042-1/+11
* | | Merge pull request #14011 from kritisingh1/udepMatti Picus2019-07-151-12/+0
|\ \ \
| * | | [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 assignmentSebastian Berg2019-07-141-3/+1
* | | | Merge pull request #13979 from danielballan/array-function-high-level-docsCharles Harris2019-07-141-0/+271
|\ \ \ \
| * | | | 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 on the use of `_add_newdocs.py` to add docstrings to pure-python ...Eric Wieser2019-07-141-6/+34
* | | | | | Merge pull request #13710 from peterbell10/irfft-default-sizeMatti Picus2019-07-141-7/+35
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | 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
* | | | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | DOC: improve np.sort docstring (#13968)Jeff Hale2019-07-131-9/+13
| |_|/ / / |/| | | |
* | | | | Merge pull request #13812 from thrasibule/fast_floydCharles Harris2019-07-132-30/+65
|\ \ \ \ \
| * | | | | 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
* | | | | | Merge pull request #13945 from mattip/random-diffCharles Harris2019-07-131-8/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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()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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |