summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-152-15/+37
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-142-15/+37
* | 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-141-0/+268
* | Merge pull request #13998 from charris/backport-13989Matti Picus2019-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-141-0/+1
| * | add test to hit RankWarning in polyutils._fitpatto902019-07-141-2/+12
| |/
* | Merge pull request #13997 from charris/backport-13916Matti Picus2019-07-142-0/+17
|\ \
| * | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-142-0/+17
| |/
* | Merge pull request #13996 from charris/backport-13907Matti Picus2019-07-143-2/+43
|\ \
| * | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-141-1/+1
| * | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-141-1/+1
| * | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-143-2/+43
| |/
* | Merge pull request #13992 from charris/backport-13003Matti Picus2019-07-144-26/+103
|\ \ | |/ |/|
| * BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-07-144-26/+103
* | Merge pull request #13972 from mattip/backport-13812Matti Picus2019-07-132-30/+65
|\ \
| * | test shuffle keywordGuillaume Horel2019-07-131-0/+3
| * | add shuffle keywordGuillaume Horel2019-07-131-4/+11
| * | fix testsGuillaume Horel2019-07-131-2/+2
| * | nogilGuillaume Horel2019-07-131-1/+1
| * | extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-131-1/+2
| * | faster shuffleGuillaume Horel2019-07-131-8/+27
| * | fix testsGuillaume Horel2019-07-131-1/+1
| * | prevent warningsGuillaume Horel2019-07-131-4/+4
| * | fix testsGuillaume Horel2019-07-131-2/+2
| * | no wraparoundGuillaume Horel2019-07-131-1/+1
| * | use typed memoryview instead of C arrayGuillaume Horel2019-07-131-8/+3
| * | Rewrite Floyd algorithmGuillaume Horel2019-07-131-17/+27
* | | Merge pull request #13971 from mattip/backport-13945Matti Picus2019-07-131-8/+2
|\ \ \ | |/ / |/| |
| * | DOC: emphasize random API changesmattip2019-07-131-8/+2
| |/
* | Merge pull request #13932 from eric-wieser/forbid-_add_newdocs-pythonCharles Harris2019-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
| * DOC: Remove documentation for property that does not existEric Wieser2019-06-301-7/+0
| * BUG: Add missing `np.core.multiarray._get_ndarray_c_version` functionEric Wieser2019-06-301-1/+1
| * BUG: Remove items from `multiarray.__all__` which do not exist on python 3Eric Wieser2019-06-302-40/+46
* | Merge pull request #13870 from seberg/no-empty-allocCharles Harris2019-06-301-5/+3
|\ \
| * | MAINT,BUG: Use nbytes to also catch empty descr during allocationSebastian Berg2019-06-291-5/+3
* | | ENH: Rename tests for default_rngRobert Kern2019-06-292-2/+2
* | | ENH: Rename default_gen to default_rngRobert Kern2019-06-294-61/+61
|/ /
* | Merge pull request #13863 from rkern/doc/pcg-variantCharles Harris2019-06-292-8/+13
|\ \
| * | DOC: Document the precise PCG variant.Robert Kern2019-06-282-8/+13
* | | TST: Use exc.value.args[0] to avoid change in pytest printingSebastian Berg2019-06-281-1/+1
* | | TST: Ignore DeprecationWarning during nose importsSebastian Berg2019-06-281-1/+3
|/ /
* | ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-288-32/+179
* | BUG: Ensure consistent interpretation of uint64 states. (#13861)Robert Kern2019-06-284-4/+25
* | Merge pull request #13855 from seberg/dtype-from-dictMatti Picus2019-06-283-0/+19
|\ \