summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-2718-20/+20
* BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-221-11/+8
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-192-0/+2
* Merge pull request #7027 from gfyoung/test_fromnumeric_expandCharles Harris2016-01-193-166/+461
|\
| * TST: Added lots of new tests for fromnumeric.pygfyoung2016-01-183-166/+461
* | TST: Add tests for NAT comparison FutureWarning.Charles Harris2016-01-181-0/+28
* | DEP: Emit FutureWarning for NAT comparisons.Charles Harris2016-01-181-3/+41
|/
* TST: np.isclose, correct error msg on testAndrew Nelson2016-01-181-1/+1
* Merge pull request #6608 from stuarteberg/fix-api-version-warning-intsCharles Harris2016-01-171-2/+2
|\
| * MAINT: Add '0x' to API version error for clarity.Stuart Berg2016-01-171-2/+2
* | Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-164-57/+13
|\ \
| * | Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-164-57/+13
* | | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-168-432/+275
|\ \ \
| * | | API: Make datetime64 timezone naiveStephan Hoyer2016-01-158-432/+275
* | | | 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
* | | | Fix issue 7021=2016-01-162-0/+10
* | | | 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-152-1/+24
|\ \ \ \
| * | | | DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-142-1/+24
* | | | | MAINT: ensureisclose returns scalar when called with two scalarsAndrew Nelson2016-01-152-2/+18
| |/ / / |/| | |
* | | | Merge pull request #7015 from njsmith/fix-1.10-messagesCharles Harris2016-01-141-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-141-3/+3
* | | | TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-144-13/+57
| |/ / |/| |
* | | 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
* | | | 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
* | | | 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
| | |/ / / | |/| | |
* | | | | TST: Add an `inner` test with two 3D tensors.John Kirkham2016-01-091-0/+27
* | | | | TST: Add more scalar tests to ensure `inner` keeps the answer with the right ...John Kirkham2016-01-091-0/+16
* | | | | TST: Try using `inner` with some different orderings for matrix and vector pr...John Kirkham2016-01-091-0/+9
* | | | | Merge pull request #6978 from kpsychas/patch-1Ralf Gommers2016-01-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix for windowsKonstantinos Psychas2016-01-081-1/+1
* | | | | Merge pull request #6979 from jakirkham/cblas_matrixproduct_bracesNathaniel J. Smith2016-01-091-24/+12
|\ \ \ \ \ | |/ / / / |/| | | |