summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: stack_arrays fails for subdtypesEric Wieser2017-07-012-5/+34
* BUG: recfunctions.join_by fails when key is a subdtypeEric Wieser2017-07-012-11/+61
* BUG: recfunctions.join_by fails for colliding values with different dtypesEric Wieser2017-07-012-11/+25
* MAINT: use set operators for brevityEric Wieser2017-07-011-3/+3
* Merge pull request #9322 from eric-wieser/ma-astypeahaldane2017-06-272-7/+12
|\
| * BUG: MaskedArray.astype fails for non-trivial structured typesEric Wieser2017-06-272-7/+12
* | Merge pull request #9302 from eric-wieser/fix-fillvalueahaldane2017-06-273-108/+127
|\ \
| * | TST: Verify that join_by doesn't choke on subdtypesEric Wieser2017-06-271-0/+10
| * | BUG: Overhaul *_fill_value functionsEric Wieser2017-06-272-82/+75
| * | 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 #9316 from seberg/runtest-devmodeCharles Harris2017-06-271-3/+3
|\ \
| * | TST: Move nose plugin initialization outside of testing loopSebastian Berg2017-06-271-3/+3
* | | DOC: Add $PARAMS to the isnat docstringAndras Deak2017-06-271-0/+1
* | | Merge pull request #9280 from rolk/9280_msys2_baseprefCharles Harris2017-06-271-4/+16
|\ \ \
| * | | BUG: Handle MinGW module compilation in Py2.7 venvsRoland Kaufmann2017-06-221-1/+9
| * | | BUG: Make extensions compilable with MinGW on Py2.7Roland Kaufmann2017-06-221-3/+7
* | | | Merge pull request #9310 from juliantaylor/nonzero-fixCharles Harris2017-06-272-1/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: fix wrong ndim used in empty where checkJulian Taylor2017-06-272-1/+12
* | | | 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-263-21/+18
| |_|/ |/| |
* | | 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
* | | | ENH: Make 0-length dim handling of tensordot consistent with dot/einsumPim de Haan2017-06-222-5/+16
| |/ / |/| |
* | | 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-201-0/+12
* | | 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
* | | | BUG: Fix unused variable in ufunc_object.c,Charles Harris2017-06-171-1/+0
* | | | 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
* | | 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
* | | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-1011-65/+68
* | | Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-093-93/+105
|\ \ \
| * | | 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 #9219 from eric-wieser/outer-docsCharles Harris2017-06-041-1/+4
|\ \ \ \
| * | | | DOC: Link to ufunc.outer from np.outerEric Wieser2017-06-041-1/+4
| | |_|/ | |/| |
* | | | Merge pull request #9217 from juliantaylor/empty-resizeNathaniel J. Smith2017-06-032-18/+37
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: handle resize to 0d arrayJulian Taylor2017-06-032-18/+37
* | | | Merge pull request #9218 from eric-wieser/polynomial-exceptCharles Harris2017-06-031-11/+5
|\ \ \ \
| * | | | BUG: Only propagate TypeError from where we throw itEric Wieser2017-06-031-11/+5
* | | | | Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-037-10/+12
|\ \ \ \ \ | |/ / / / |/| | | |