summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-2715-17/+17
* BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-221-11/+8
* DEP: Emit FutureWarning for NAT comparisons.Charles Harris2016-01-181-3/+41
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-162-24/+4
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-162-24/+4
* | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-165-249/+46
|\ \
| * | API: Make datetime64 timezone naiveStephan Hoyer2016-01-155-249/+46
* | | 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-161-7/+23
|\ \ \
| * | | BUG: fix issues with signed zeros in scalar math complex division.Stuart Archibald2016-01-161-7/+23
| |/ /
* | | Merge pull request #7022 from charris/fix-divmodCharles Harris2016-01-162-23/+11
|\ \ \ | |/ / |/| |
| * | BUG: Make divmod behave better under roundoff error.Charles Harris2016-01-152-23/+11
| |/
* | Fix issue 7021=2016-01-161-0/+1
* | MAINT: Ensure `inner` is raising a ValueError just as `dot` does in the same ...John Kirkham2016-01-151-1/+2
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-142-4/+24
* Merge pull request #6465 from shoyer/datetime64-NaT-castingCharles Harris2016-01-141-8/+14
|\
| * BUG: fix casting rules for generic datetime64/timedelta64 unitsStephan Hoyer2015-10-131-8/+14
* | 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
* | | BUG: make result of isfinite/isinf/signbit a booleanJulian Taylor2016-01-111-4/+4
* | | ENH: vectorize isinf, isfinite and signbitJulian Taylor2016-01-102-35/+136
* | | Merge pull request #6979 from jakirkham/cblas_matrixproduct_bracesNathaniel J. Smith2016-01-091-24/+12
|\ \ \
| * | | STY: Place braces on the same lines as control structure requiring them.John Kirkham2016-01-091-24/+12
| |/ /
* | | BUG: npy_acosh fallback too simple.Eric Moore2016-01-081-1/+14
|/ /
* | Merge pull request #6932 from jakirkham/opt_dot_transNathaniel J. Smith2016-01-061-1/+96
|\ \
| * | ENH: Use the helper function `syrk` to compute `dot` more quickly and accurat...John Kirkham2016-01-061-1/+28
| * | ENH: Added the helper function `syrk` that computes `a.T @ a` or `a @ a.T`.John Kirkham2016-01-061-0/+68
* | | Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_argJaime2016-01-061-6/+6
|\ \ \ | |/ / |/| |
| * | ENH: allow single input argument in numpy.broadcastHolger Kohr2016-01-041-6/+6
* | | BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowingMark Wiebe2016-01-051-1/+1
|/ /
* | Merge pull request #6900 from kohr-h/masterCharles Harris2016-01-031-5/+5
|\ \
| * | ENH: clarify error message of broadcastHolger Kohr2016-01-031-5/+5
* | | Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-031-1/+1
|\ \ \ | |/ / |/| |
| * | BUG: Get rid of C++ style comment in multiarray_tests.c.srcCharles Harris2016-01-021-1/+1
* | | BUG: #6922: Fix segfault introduced in 23901aa.Charles Harris2016-01-021-2/+6
|/ /
* | DEP: Stricter arg checking for array orderinggfyoung2015-12-181-0/+21
* | STY: Minor C style fixups for convert.c.Charles Harris2015-12-171-2/+4
* | ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-171-0/+41
* | BUG: Disable 32-bit msvc9 compiler optimizations for npy_rintChristoph Gohlke2015-12-111-0/+6
* | BUG: Quick and dirty fix for interp.Charles Harris2015-12-071-18/+19
* | Merge pull request #6780 from ahaldane/preserve_metadataCharles Harris2015-12-061-0/+8
|\ \
| * | BUG: metadata is not copied to base_dtypeAllan Haldane2015-12-061-0/+8
* | | DEP: Deprecate changing shape of non-C-contiguous array via descr.Charles Harris2015-11-291-3/+17
|/ /
* | MAINT: Localize variables only used with relaxed stride checking.Charles Harris2015-11-251-5/+7
* | MAINT: fix casting warnings in mapping.cAllan Haldane2015-11-231-10/+13
* | BUG: fix pointer arithmetic in _get_field_viewAllan Haldane2015-11-211-1/+1