summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: fixes from reviewmattip2019-02-281-6/+8
* DOC: fixes from reviewmattip2019-02-288-125/+92
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-2819-117/+162
* Merge pull request #13035 from eric-wieser/random-matlab-aliasesMatti Picus2019-02-282-24/+54
|\
| * DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-272-18/+50
| * 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-287-140/+102
|\ \
| * | 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-247-68/+78
| |/
* | Merge pull request #13050 from rgommers/docmakefileCharles Harris2019-02-271-2/+1
|\ \
| * | BLD: make doc build work more robustly.Ralf Gommers2019-02-271-2/+1
* | | Merge pull request #13055 from charris/post-1.16.2-updateRalf Gommers2019-02-274-0/+97
|\ \ \
| * | | DOC: Post NumPy 1.16.2 release update.Charles Harris2019-02-274-0/+97
|/ / /
* | | Merge pull request #12968 from hameerabbasi/sort-benchmarksMatti Picus2019-02-271-32/+130
|\ \ \
| * | | Minor typo. [ci skip]Hameer Abbasi2019-02-251-1/+1
| * | | Address feedback from @eric-wieser and @charris.Hameer Abbasi2019-02-251-79/+65
| * | | Fix the missing types.Hameer Abbasi2019-02-201-9/+17
| * | | Get rid of __getattr__ magic.Hameer Abbasi2019-02-201-9/+10
| * | | Respond to feedback from @eric-wieserHameer Abbasi2019-02-181-86/+83
| * | | Change according to feedback from @charris.Hameer Abbasi2019-02-181-5/+33
| * | | Sorting benchmarks.Hameer Abbasi2019-02-141-28/+106
* | | | Merge pull request #13054 from madphysicist/maximum_sctype-docsMatti Picus2019-02-273-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-273-3/+2
* | | | Merge pull request #13044 from ihnorton/link_devdocs_readmeCharles Harris2019-02-261-0/+1
|\ \ \ \
| * | | | DOC: link to devdocs in READMEIsaiah Norton2019-02-261-0/+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-252-1/+34
|\ \ \ \ \
| * | | | | 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-222-0/+15
| * | | | | BLD: Windows absolute path DLL loadingTyler Reddy2019-02-222-1/+19
* | | | | | 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-255-125/+187
|\ \ \ \ \
| * | | | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-255-125/+187
* | | | | | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-253-3/+102
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: Improve handling of infinities in np.interpEric Wieser2019-02-243-3/+102
* | | | | | Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-253-7/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-243-7/+11
* | | | | | Merge pull request #13031 from eric-wieser/generate-ufunc-tidyMatti Picus2019-02-251-50/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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