summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-2714-16/+16
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-1/+1
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-1/+1
* | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-165-249/+46
|\ \
| * | API: Make datetime64 timezone naiveStephan Hoyer2016-01-155-249/+46
* | | STY: Wrap some long lines.John Kirkham2016-01-161-7/+12
| |/ |/|
* | 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-141-1/+1
* 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
* | 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
* | STY: Place braces on the same lines as control structure requiring them.John Kirkham2016-01-091-24/+12
* | 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: 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
* | Merge pull request #6662 from Iceman9/simicgCharles Harris2015-11-201-1/+1
|\ \
| * | BLD: Enabled building with MSVC 14.0Iceman92015-11-181-1/+1
* | | BUG: don't use PyArray_Converter in may_share_memoryPauli Virtanen2015-11-121-4/+28
* | | ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-121-10/+42
|/ /
* | BUG: Fix memleak in _convert_from_dictAllan Haldane2015-11-061-8/+23
* | Merge pull request #6553 from yashmehrotra/partition-fixCharles Harris2015-10-271-2/+6
|\ \
| * | BUG: Fixed partition errors on empty input. Closes #6530Yash Mehrotra2015-10-261-2/+6
* | | BUG: fix inner() by copying if needed to enforce contiguityalex2015-10-231-2/+20
|/ /
* | Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-0/+9
* | MAINT: Speedup field access by removing unneeded safety checks (3/3)Allan Haldane2015-10-184-21/+55
* | MAINT: Speedup field access by removing unneeded safety checks (2/3)Allan Haldane2015-10-181-53/+64
* | MAINT: Speedup field access by removing unneeded safety checks (1/3)Allan Haldane2015-10-184-92/+240
|/
* MAINT: Remove single file c files.Charles Harris2015-10-081-63/+0
* MAINT: Remove single file compilation support.Charles Harris2015-10-0814-57/+0