summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: fixes from reviewmattip2019-02-281-6/+8
* DOC: fixes from reviewmattip2019-02-283-37/+62
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-287-80/+107
* Merge pull request #13035 from eric-wieser/random-matlab-aliasesMatti Picus2019-02-281-23/+53
|\
| * DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-17/+49
| * DOC: Remove incorrect statement about `randn` accepting floats as sizesEric Wieser2019-02-241-6/+4
* | Merge pull request #13033 from alexcwatt/property-cleanupMatti Picus2019-02-286-130/+92
|\ \
| * | DOC: Simplify .real and .imag docstrings for MaskedArrayEric Wieser2019-02-271-22/+4
| * | MAINT: First pass at merging docstringsAlex Watt2019-02-241-56/+26
| * | MAINT: respond to PR feedbackAlex Watt2019-02-241-9/+9
| * | MAINT: Convert property to @propertyAlex Watt2019-02-246-58/+68
| |/
* | Merge pull request #13054 from madphysicist/maximum_sctype-docsMatti Picus2019-02-272-1/+1
|\ \
| * | DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-272-1/+1
* | | Merge pull request #13039 from mattip/remove-borrowed-refsMarten van Kerkwijk2019-02-262-37/+53
|\ \ \
| * | | BUG: fixes from reviewmattip2019-02-262-4/+10
| * | | BUG: fixes from reviewmattip2019-02-262-2/+10
| * | | BUG: fixes from reviewmattip2019-02-251-7/+8
| * | | BUG: remove error-prone borrowed reference handlingmattip2019-02-251-33/+34
* | | | Merge pull request #13019 from tylerjereddy/windows_conda_dll_option2Charles Harris2019-02-251-1/+25
|\ \ \ \
| * | | | MAINT: emit single Warning for multiple DLLsTyler Reddy2019-02-251-3/+2
| * | | | MAINT: use os.path for Python 2.x compatTyler Reddy2019-02-221-6/+7
| * | | | MAINT: probe multiple DLL handling on WinTyler Reddy2019-02-221-0/+8
| * | | | BLD: Windows absolute path DLL loadingTyler Reddy2019-02-221-1/+17
* | | | | Merge pull request #13032 from eric-wieser/fast_loop_macros.hCharles Harris2019-02-252-193/+220
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: Improve docs of simple macros and group them togetherEric Wieser2019-02-241-34/+48
| * | | | MAINT: Extract the loop macros into their own headerEric Wieser2019-02-242-193/+206
| | |_|/ | |/| |
* | | | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-254-125/+177
|\ \ \ \
| * | | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-254-125/+177
* | | | | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-252-3/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: Improve handling of infinities in np.interpEric Wieser2019-02-242-3/+96
* | | | | Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-252-5/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-242-5/+9
* | | | | MAINT: Replace if statement with a dictionary lookup for ease of extensibilit...Eric Wieser2019-02-241-50/+64
| |_|/ / |/| | |
* | | | Merge pull request #13027 from eric-wieser/distutils-fortran-env-varCharles Harris2019-02-241-4/+4
|\ \ \ \
| * | | | BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
* | | | | TST: Add test for np.tensordot on 0d arrays (#12152)Rishabh Chakrabarti2019-02-241-0/+6
|/ / / /
* | | | Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-242-0/+170
|\ \ \ \ | |/ / /
| * | | MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-232-0/+170
* | | | Merge pull request #12846 from tlatorre-uchicago/divmod-bugfixCharles Harris2019-02-222-2/+8
|\ \ \ \
| * | | | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-182-2/+8
* | | | | DOC: Recommend adding dimension to switch between row and column vectors (#12...Ian Sanders2019-02-221-3/+6
| |_|_|/ |/| | |
* | | | Merge pull request #12831 from petronny/patch-1Matti Picus2019-02-221-1/+1
|\ \ \ \
| * | | | also match the stderr in get_version()Jingbei Li2019-01-231-1/+1
* | | | | MAINT: Move pickle import to numpy.compatCharles Harris2019-02-2117-30/+24
| |_|_|/ |/| | |
* | | | Merge pull request #12996 from eric-wieser/complex-interp-slope-cleanupMatti Picus2019-02-201-7/+8
|\ \ \ \
| * | | | MAINT: Use the same multiplication order for cached and uncached slopesEric Wieser2019-02-191-7/+8
* | | | | Merge pull request #12995 from eric-wieser/missing-PyErr_NoMemoryMatti Picus2019-02-201-0/+2
|\ \ \ \ \
| * | | | | BUG: Add missing PyErr_NoMemory() for reporting a failed mallocEric Wieser2019-02-161-0/+2
| |/ / / /
* | | | | Merge pull request #12885 from adamjstewart/docs/np-linalg-docsMatti Picus2019-02-201-10/+10
|\ \ \ \ \
| * | | | | DOC: fix invalid escape sequenceAdam J. Stewart2019-01-301-1/+1