summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
| * | | | API: Make datetime64 timezone naiveStephan Hoyer2016-01-158-432/+275
| * | | | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-142-18/+66
* | | | | Merge pull request #7038 from jakirkham/cblasfuncs_sty_fixesCharles Harris2016-01-161-7/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | STY: Wrap some long lines.John Kirkham2016-01-161-7/+12
* | | | | Merge pull request #7031 from charris/cleanup-6699Charles Harris2016-01-162-7/+76
|\ \ \ \ \
| * | | | | BUG: fix issues with signed zeros in scalar math complex division.Stuart Archibald2016-01-162-7/+76
| |/ / / /
* | | | | Merge pull request #7022 from charris/fix-divmodCharles Harris2016-01-164-26/+90
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: Add tests for divmodCharles Harris2016-01-162-3/+79
| * | | | BUG: Make divmod behave better under roundoff error.Charles Harris2016-01-152-23/+11
* | | | | Merge pull request #7028 from sam09/fix-7021Charles Harris2016-01-162-0/+10
|\ \ \ \ \
| * | | | | Fix issue 7021=2016-01-162-0/+10
* | | | | | Merge pull request #7029 from rgommers/fix-interrupted-rebuildCharles Harris2016-01-161-6/+6
|\ \ \ \ \ \
| * | | | | | BLD: fix rebuilding after a failed build. Closes gh-5467.Ralf Gommers2016-01-161-6/+6
| |/ / / / /
* | | | | | Merge pull request #6895 from rgommers/packagingCharles Harris2016-01-162-1/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: fix issues with test for correctness of numpy version string.Ralf Gommers2016-01-161-4/+4
| * | | | | TST: add test to check for correct version string format.Ralf Gommers2016-01-161-0/+23
| * | | | | BUG: make distutils.misc_util.is_string recognize unicode.Ralf Gommers2016-01-161-1/+2
* | | | | | Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copyCharles Harris2016-01-153-0/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-152-0/+9
| * | | | | DEP: Add warnings to `__getitem__` and `__setitem__` to point out the behavio...John Kirkham2016-01-151-0/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #6987 from jakirkham/test_dot_inner_type_failuresCharles Harris2016-01-152-2/+3
|\ \ \ \ \
| * | | | | MAINT: Ensure `inner` is raising a ValueError just as `dot` does in the same ...John Kirkham2016-01-152-2/+3
| |/ / / /
* | | | | Merge pull request #7000 from gfyoung/ndarray_arg_enforceStephan Hoyer2016-01-155-6/+33
|\ \ \ \ \
| * | | | | DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-145-6/+33
* | | | | | MAINT: ensureisclose returns scalar when called with two scalarsAndrew Nelson2016-01-152-2/+18
| |/ / / / |/| | | |
* | | | | Merge pull request #6912 from gfyoung/asarray_orderCharles Harris2016-01-142-16/+41
|\ \ \ \ \
| * | | | | BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-152-16/+41
| | |/ / / | |/| | |
* | | | | Merge pull request #7015 from njsmith/fix-1.10-messagesCharles Harris2016-01-142-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-142-4/+4
* | | | | TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-148-24/+135
| |/ / / |/| | |
* | | | Merge pull request #6465 from shoyer/datetime64-NaT-castingCharles Harris2016-01-142-8/+35
|\ \ \ \
| * | | | BUG: fix casting rules for generic datetime64/timedelta64 unitsStephan Hoyer2015-10-132-8/+35
* | | | | Fix number sequenceAbdullah Alrasheed2016-01-141-4/+4
* | | | | BUG: skip invalid path distutils warning for empty stringsJulian Taylor2016-01-131-1/+1
* | | | | Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fil...ahaldane2016-01-122-0/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG/TST: Fix for #6723 including test: force fill_value.ndim==0Gerrit Holl2015-12-072-0/+24
* | | | | Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklistCharles Harris2016-01-121-0/+6
|\ \ \ \ \
| * | | | | BUG: Add more complex trig functions to glibc < 2.16 blacklist.Charles Harris2016-01-081-0/+6
* | | | | | MAINT: Refactor `PyArray_InnerProduct` so that it just performs a transpose a...John Kirkham2016-01-113-135/+34
* | | | | | MAINT: Refactor `cblas_innerproduct` to use `cblas_matrixproduct`.John Kirkham2016-01-111-129/+9
* | | | | | BUG: Clear error before constructing error message using calls to `PyObject_R...John Kirkham2016-01-111-4/+24
* | | | | | TST: Ensure `inner` fails correctly if array types cannot be coerced into a c...John Kirkham2016-01-111-0/+7
* | | | | | TST: Ensure `dot` fails correctly if array types cannot be coerced into a com...John Kirkham2016-01-111-0/+7
| |_|_|/ / |/| | | |
* | | | | BUG: make result of isfinite/isinf/signbit a booleanJulian Taylor2016-01-111-4/+4
* | | | | DEP: Deprecate random_integersgfyoung2016-01-102-0/+28
* | | | | Merge pull request #6980 from juliantaylor/vect-isfiniteCharles Harris2016-01-103-35/+169
|\ \ \ \ \
| * | | | | ENH: vectorize isinf, isfinite and signbitJulian Taylor2016-01-103-35/+169
* | | | | | Merge pull request #6630 from shoyer/moveaxisseberg2016-01-103-11/+175
|\ \ \ \ \ \
| * | | | | | ENH: moveaxis functionStephan Hoyer2016-01-093-11/+175
| | |/ / / / | |/| | | |