summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | ENH: Add 'offset' keyword to 'numpy.fromfile()' (#12971)fivemok2019-06-013-6/+50
|/ /
* | Merge pull request #13665 from bashtage/rkern-pcg-patchMatti Picus2019-05-311-7/+25
|\ \
| * | PERF: Use intrinsics in Win64-PCG64Kevin Sheppard2019-05-311-7/+25
* | | MAINT: Misc. typo fixes (#13664)luzpaz2019-05-3131-39/+40
* | | BUG: regression for array([pandas.DataFrame()]) (#13663)Matti Picus2019-05-302-20/+44
|/ /
* | BUG: Fix RandomState argument nameKevin Sheppard2019-05-292-7/+15
* | Merge pull request #13655 from bashtage/integer-byteorderSebastian Berg2019-05-294-4/+29
|\ \
| * | BUG/MAINT: Disallow non-native byteorder in random intsKevin Sheppard2019-05-284-4/+29
* | | Merge pull request #13406 from mikelui/masterMatti Picus2019-05-291-19/+31
|\ \ \
| * | | DOC: clarify array_{2string,str,repr} defaultsMike Lui2019-04-251-26/+29
| * | | DOC: clarify array_{2string,str,repr} defaultsMike Lui2019-04-251-9/+18