summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-pythonEric Wieser2019-07-083-64/+216
* Merge pull request #13925 from MSeifert04/fix-typo-unfuncCharles Harris2019-07-081-2/+2
|\
| * DOC: Fix wrong spelling of ufuncMSeifert042019-07-061-2/+2
* | Merge pull request #13847 from kritisingh1/depMatti Picus2019-07-071-0/+1
|\ \
| * | Removes duplicated docs for python functionskritisingh12019-07-061-240/+0
| * | DOC: Adds documentation of functions exposed in numpy namespacekritisingh12019-06-271-0/+160
* | | Merge pull request #13926 from MSeifert04/replace-next-method-callsMatti Picus2019-07-073-10/+8
|\ \ \
| * | | DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-073-10/+8
* | | | Merge pull request #13907 from stestagg/masterMatti Picus2019-07-073-2/+43
|\ \ \ \ | |/ / / |/| | |
| * | | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-071-1/+1
| * | | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-041-1/+1
| * | | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-033-2/+43
* | | | Merge pull request #13922 from MSeifert04/remove-parens-numpy-maMatti Picus2019-07-061-13/+13
|\ \ \ \
| * | | | MAINT: Remove unnecessary parenthesis in numpy.ma.coreMSeifert042019-07-061-13/+13
| |/ / /
* | | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)Eric Wieser2019-07-063-216/+64
| |_|/ |/| |
* | | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-042-0/+17
|/ /
* | BUG: Refcount fixes (#13860)Sebastian Berg2019-07-0320-44/+104
* | Merge pull request #13003 from seberg/dtype-attr-recursionMatti Picus2019-07-034-26/+103
|\ \
| * | BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-05-254-26/+103
* | | MAINT: Delete unused _aliased_types.pySeth Troisi2019-07-021-0/+0
* | | DOC: Fix typo in "make_mask" documentationMSeifert042019-07-021-1/+1
* | | Merge pull request #13882 from MSeifert04/more-unnecessary-backslashesCharles Harris2019-07-025-22/+22
|\ \ \
| * | | MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-025-22/+22
* | | | Merge pull request #13883 from MSeifert04/replace-integers-with-booleansCharles Harris2019-07-0221-71/+71
|\ \ \ \
| * | | | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-0121-71/+71
| |/ / /
* | | | DOC: Add missing parameter description for keepdims in MaskedArrayMSeifert042019-07-011-0/+12
|/ / /
* | | MAINT: Remove an unnessary backslash between two string literalsMSeifert042019-07-011-1/+1
* | | 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
|\ \ \
| * | | BUG: Add missing decref in ctypes checkSebastian Berg2019-06-271-0/+1
| * | | BUG: Fix memory leak in dtype from dict contructorSebastian Berg2019-06-272-0/+18
* | | | ENH: np.random.default_gen() (#13840)Robert Kern2019-06-2810-203/+303
* | | | BUG: do not force emulation of 128-bit arithmetic.Robert Kern2019-06-273-12/+22
* | | | Merge pull request #13849 from rkern/doc/random-cleanupsCharles Harris2019-06-275-35/+54
|\ \ \ \
| * | | | DOC: Fix description of PCG64 jump.Robert Kern2019-06-271-6/+6
| * | | | DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-275-29/+48
* | | | | MAINT: move location of bitgen.hmattip2019-06-275-4/+5
|/ / / /
* | | | Merge branch 'master' into force-zip64Charles Harris2019-06-26192-5594/+33960
|\ \ \ \
| * \ \ \ Merge pull request #13772 from mattip/windllCharles Harris2019-06-261-23/+0
| |\ \ \ \
| | * | | | BUILD: use openblas_support.py from numpy-wheels to create _distributor_init.pymattip2019-06-161-23/+0
| * | | | | Merge pull request #13837 from mattip/seedsequence2Charles Harris2019-06-261-1/+1
| |\ \ \ \ \