summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove cycle between _check_fill_value and default_fill_valueEric Wieser2017-06-271-21/+17
* TST: Verify that sorting subarrays is fixedEric Wieser2017-06-271-0/+14
* MAINT: Better names in ma.sort testEric Wieser2017-06-271-12/+12
* BUG: Fix gh-8069Eric Wieser2017-06-272-1/+15
* MAINT: De-duplicate ma.m(ax|in)imum_fill_valueEric Wieser2017-06-271-26/+18
* Merge pull request #9285 from charris/fix-intel-compilationCharles Harris2017-06-263-4/+24
|\
| * BUG: Fix Intel compilation on Unix.Charles Harris2017-06-263-4/+24
* | MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-264-50/+41
* | Merge pull request #9281 from MSeifert04/array_vs_matrix_docEric Wieser2017-06-261-8/+12
|\ \
| * | DOC: add @ operator in array vs. matrix comparison doc [skip ci]Michael Seifert2017-06-231-8/+12
| |/
* | Merge pull request #9220 from eric-wieser/simplify-nanfuncsCharles Harris2017-06-221-43/+53
|\ \
| * | MAINT: Factor out code duplicated by nanmedian and nanpercentileEric Wieser2017-06-211-43/+53
* | | Merge pull request #9242 from drumstok/tensordotCharles Harris2017-06-223-5/+22
|\ \ \ | |_|/ |/| |
| * | ENH: Make 0-length dim handling of tensordot consistent with dot/einsumPim de Haan2017-06-223-5/+22
|/ /
* | Merge pull request #9268 from rgommers/more-nose-pluginsJulian Taylor2017-06-213-4/+48
|\ \
| * | TST: add a --timer argument to runtests.Ralf Gommers2017-06-211-1/+15
| * | DOC: add test timing feature to the 1.14.0 release notes.Ralf Gommers2017-06-211-0/+7
| * | ENH: testing: add a "timer" keyword to ``Tester.test`` to time slow tests.Ralf Gommers2017-06-211-3/+15
| * | ENH: testing: load available nose plugins that are external to nose itselfRalf Gommers2017-06-211-0/+11
|/ /
* | ENH: Release the GIL in einsum() special-cased loops (#9246)Antoine Pitrou2017-06-202-0/+19
* | Merge pull request #9271 from rgommers/setuppy-forceJulian Taylor2017-06-201-0/+1
|\ \
| * | BUG: fix issue when using ``python setup.py somecommand --force``.Ralf Gommers2017-06-201-0/+1
|/ /
* | Merge pull request #9259 from soupault/fix_9251Charles Harris2017-06-182-6/+20
|\ \
| * | MAINT: Use neq instead of xor in diffEgor Panfilov2017-06-171-1/+1
| * | BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-172-6/+20
* | | Merge pull request #9266 from charris/fix-unused-variableCharles Harris2017-06-181-1/+0
|\ \ \
| * | | BUG: Fix unused variable in ufunc_object.c,Charles Harris2017-06-171-1/+0
* | | | Merge pull request #9264 from rgommers/docmaintCharles Harris2017-06-1867-9134/+21
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: remove outdated doc/f2py content.Ralf Gommers2017-06-1864-9100/+0
| * | | DOC: update f2py front page and some doc build metadata.Ralf Gommers2017-06-182-25/+13
| * | | DOC: BLD: update doc Makefile for some changes on hosting server.Ralf Gommers2017-06-181-9/+8
|/ / /
* | | Merge pull request #9260 from juliantaylor/readonly-tempCharles Harris2017-06-172-0/+13
|\ \ \ | |/ / |/| |
| * | BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-172-0/+13
* | | Merge pull request #9247 from bobeldering/f2py-badname-commonCharles Harris2017-06-163-1/+38
|\ \ \
| * | | TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-132-0/+37
| * | | BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering2017-06-121-1/+1
* | | | Merge pull request #9253 from MSeifert04/isnat_docCharles Harris2017-06-163-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add isnat/positive ufunc to documentation [skip ci]Michael Seifert2017-06-143-1/+4
|/ / /
* | | Merge pull request #9241 from charris/fixup-after-9238Charles Harris2017-06-104-575/+13
|\ \ \
| * | | MAINT: Fixup release notes, changelogs after #9238 merge.Charles Harris2017-06-104-575/+13
|/ / /
* | | Merge pull request #9238 from rgommers/docbuild-masterJulian Taylor2017-06-1039-373/+973
|\ \ \
| * | | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-1039-373/+973
|/ / /
* | | Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-094-95/+107
|\ \ \
| * | | DOC: Correct docs for masked array view behavior.John Kirkham2017-01-171-2/+2
| * | | TST: Update and add tests masked array views.John Kirkham2017-01-172-69/+104
| * | | BUG: Share masked array views for writing.John Kirkham2017-01-171-24/+1
* | | | Merge pull request #9226 from charris/add-changelogsRalf Gommers2017-06-095-606/+1046
|\ \ \ \
| * | | | MAINT: Add changelogs for 1.12.0 and 1.12.1Charles Harris2017-06-084-606/+623
| * | | | DOC: Add 1.13.0-changelog.rstCharles Harris2017-06-071-0/+423
|/ / / /
* | | | Merge pull request #9219 from eric-wieser/outer-docsCharles Harris2017-06-041-1/+4
|\ \ \ \