summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: Remove unittest dependencies in matrixlib/tests.Charles Harris2017-07-174-24/+25
* Merge pull request #9388 from jaimefrio/not_not_swappedEric Wieser2017-07-093-20/+24
|\
| * MAINT: Use PyArray_ISBYTESWAPPED instead of !PyArray_ISNOTSWAPPED.Jaime Fernandez2017-07-093-20/+24
* | MAINT: Simplify code using PyArray_ISBYTESWAPPED macro.Jaime Fernandez2017-07-081-2/+2
|/
* TST: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering2017-07-071-0/+23
* Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-0636-3404/+3968
|\
| * TST: Add test of new `parametrize` decorator.Charles Harris2017-07-051-0/+14
| * ENH: Add parametrize decorator for nose.Charles Harris2017-07-052-0/+506
| * MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-0434-3404/+3448
* | Merge pull request #9364 from bobeldering/f2py-closing-brace-in-format_def-do...Charles Harris2017-07-061-2/+1
|\ \
| * | BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.Bob Eldering2017-07-051-2/+1
* | | BUG: Fix error in fromstring function from numpy.core.records (#9369)Daniel Hrisca2017-07-061-1/+1
* | | Merge pull request #9354 from eric-wieser/fix-type-resolver-hangCharles Harris2017-07-052-12/+15
|\ \ \
| * | | MAINT: Use a for loop to traverse the linked listEric Wieser2017-07-031-4/+3
| * | | BUG: Prevent hangs traversing ufunc userloop linked listsEric Wieser2017-07-032-8/+12
* | | | DOC: Add examples for complex dtypesEric Wieser2017-07-031-13/+16
| |/ / |/| |
* | | Merge pull request #9343 from eric-wieser/recfunction-join-dtypeAllan Haldane2017-07-012-65/+189
|\ \ \
| * | | MAINT: Avoid one more use of descrEric Wieser2017-07-011-11/+6
| * | | MAINT: remove tuple<->list conversion danceEric Wieser2017-07-011-30/+31
| * | | TST: join_by now works for dtypes with padding tooEric Wieser2017-07-011-0/+16
| * | | MAINT: Shortcut for flat dtypes wasn't used for scalar dtypesEric Wieser2017-07-011-3/+3
| * | | BUG: flatten_descr returns string not dtype for scalar dtypeEric Wieser2017-07-011-1/+1
| * | | MAINT: Stop using .descr in recfunctionsEric Wieser2017-07-011-18/+22
| * | | TST: Add failing test for mismatch of key typeEric Wieser2017-07-011-1/+16
| * | | 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 #9346 from eric-wieser/masked-fillvalue-voidAllan Haldane2017-07-012-1/+6
|\ \ \ \
| * | | | BUG: void masked fillvalue cannot be cast to void in python 3Eric Wieser2017-07-012-1/+6
| |/ / /
* | | | DOC: Improve documentation of common_type (#9344)Gunjan2017-07-011-2/+2
* | | | Merge pull request #9320 from WarrenWeckesser/heaviside-docstringCharles Harris2017-07-011-9/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Use x1 and x2 in the heaviside docstring.Warren Weckesser2017-06-271-9/+8
* | | | Merge pull request #9341 from eric-wieser/resize-emptyCharles Harris2017-07-012-7/+11
|\ \ \ \
| * | | | BUG: np.resize discards empty shapesEric Wieser2017-07-012-7/+11
| | |/ / | |/| |
* | | | Merge pull request #9337 from jleahy/masterCharles Harris2017-06-303-2/+14
|\ \ \ \
| * | | | BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-303-2/+14
* | | | | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-302-10/+36
| |/ / / |/| | |
* | | | 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