summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update issue templateseric-wieser-patch-1Eric Wieser2019-03-011-0/+10
* Merge pull request #13063 from mattip/doc-fixes2Ralf Gommers2019-03-013-6/+10
|\
| * DOC: typo (thanks ev-br)mattip2019-03-011-1/+1
| * DOC: revert #13058 and fix Makefilemattip2019-03-012-5/+9
* | BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-011-33/+22
|/
* Merge pull request #13058 from euronion/euronion-patch-1Matti Picus2019-03-011-3/+3
|\
| * DOC: Update interp docstringeuronion2019-02-281-3/+3
* | Merge pull request #13002 from mattip/doc-warnings2Ralf Gommers2019-02-2822-221/+235
|\ \ | |/ |/|
| * 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