summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13743 from WarrenWeckesser/rename-legacy-distsMatti Picus2019-06-114-3/+3
|\
| * MAINT: random: Rename legacy distributions file.Warren Weckesser2019-06-094-3/+3
* | Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-103-58/+80
|\ \ | |/ |/|
| * fix testskritisingh12019-06-072-7/+12
| * Fix testskritisingh12019-04-102-65/+60
| * Issue deprecation warningskritisingh12019-04-053-2/+24
* | Merge pull request #13730 from bashtage/cln-wrap-intMatti Picus2019-06-098-45/+42
|\ \
| * | MAINT: Change keyword from reserved wordKevin Sheppard2019-06-078-45/+42
* | | MAINT: random: Remove unused empty file binomial.h.Warren Weckesser2019-06-081-0/+0
* | | BUG: fix unpickling of datetime64 with non-native endianness (#12905)Richard Harris2019-06-072-1/+14
* | | ENH: Allow dtype objects to be indexed with multiple fields at once (#10417)Eric Wieser2019-06-075-87/+199
|/ /
* | Merge pull request #13724 from mattip/error-cleanupMatti Picus2019-06-072-7/+2
|\ \
| * | MAINT: fix use of cache_dimmattip2019-06-062-7/+2
* | | Merge pull request #13703 from kritisingh1/baseMatti Picus2019-06-071-0/+35
|\ \ \
| * | | DOC: Adds documentation for numpy.dtype.basekritisingh12019-06-041-0/+35
* | | | MAINT: Change wrap_int definition to use maskKevin Sheppard2019-06-061-5/+2
* | | | CLN: Remove trailing white spaceKevin Sheppard2019-06-063-10/+10
* | | | MAINT: Update PCG jump sizesKevin Sheppard2019-06-067-14/+70
| |/ / |/| |
* | | Merge pull request #13720 from eric-wieser/more-with-statementsMatti Picus2019-06-066-86/+63
|\ \ \
| * | | BUG: Ensure that np.core.records.fromfile closes its file if something goes w...Eric Wieser2019-06-041-29/+29
| * | | BUG: Ensure that the url request is closed if the file cannot be openedEric Wieser2019-06-041-7/+4
| * | | MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-044-50/+30
* | | | Merge pull request #13721 from eric-wieser/more_ufunc_exception_cleanupMatti Picus2019-06-063-17/+43
|\ \ \ \
| * | | | BUG: Prevent unsafe string concatenationEric Wieser2019-06-053-13/+39
| * | | | MAINT: Remove pointless argumentEric Wieser2019-06-051-4/+4
| |/ / /
* | | | BUG: Fix random.choice when probability is not C contiguous (#13716)jeremiedbb2019-06-064-6/+70
* | | | TST: add a regression test for #13715Bruce Merry2019-06-051-0/+9
* | | | BUG: Fix use-after-free in boolean indexingBruce Merry2019-06-041-1/+3
* | | | ENH: pathlib support for fromfile(), .tofile() and .dump() (#12915)sorenrasmussenai2019-06-045-3/+69
|/ / /
* | | Merge pull request #13632 from eric-wieser/tidy-nonzeroMatti Picus2019-06-031-18/+20
|\ \ \
| * | | MAINT: remove unnecessary recomputation of is_emptyEric Wieser2019-06-011-10/+1
| * | | MAINT: Collect together the special-casing of 0d non-zero into one placeEric Wieser2019-06-011-9/+20
* | | | Merge pull request #13695 from bashtage/choice-windows-int32-dtypeMatti Picus2019-06-032-2/+15
|\ \ \ \
| * | | | BUG: Ensure Windows choice returns int32Kevin Sheppard2019-06-022-2/+15
* | | | | Merge pull request #13684 from eric-wieser/dump-to-pythonCharles Harris2019-06-033-55/+38
|\ \ \ \ \
| * | | | | TEST: add passing testmattip2019-06-031-0/+4
| * | | | | BUG: Move ndarray.dump to python and make it close the file it opensEric Wieser2019-06-012-55/+34
* | | | | | Merge pull request #13696 from eric-wieser/deprecated-constants-lastCharles Harris2019-06-021-153/+154
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: Reorder the constants to have the most useful firstEric Wieser2019-06-011-153/+154
| |/ / / /
* | | | | Merge pull request #13688 from bashtage/random_sample-aliasesMatti Picus2019-06-022-5/+5
|\ \ \ \ \
| * | | | | MAINT: Correct masked aliasesKevin Sheppard2019-06-022-5/+5
| |/ / / /
* | | | | MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697)Marten van Kerkwijk2019-06-012-3/+11
| |/ / / |/| | |
* | | | Merge pull request #13693 from eric-wieser/const-correct-APIMatti Picus2019-06-014-34/+42
|\ \ \ \ | | |/ / | |/| |
| * | | ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-014-34/+42
| |/ /
* | | Merge pull request #13682 from eric-wieser/length-hintMatti Picus2019-06-011-1/+10
|\ \ \
| * | | ENH: Support __length_hint__ in PyArray_FromIterEric Wieser2019-05-301-1/+10
* | | | Merge pull request #13687 from bashtage/fix-12232Matti Picus2019-06-011-2/+1
|\ \ \ \
| * | | | DOC: Remove misleading statementKevin Sheppard2019-06-011-2/+1
| | |/ / | |/| |
* | | | Merge pull request #13690 from bashtage/generator-version-addedMatti Picus2019-06-011-5/+0
|\ \ \ \
| * | | | MAINT: Remove version added from GeneratorKevin Sheppard2019-06-011-5/+0
| |/ / /