summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-063-11/+17
|\ \ \ \ | |/ / / |/| | |
| * | | TST: add test for broadcast with one argumentHolger Kohr2016-01-042-5/+11
| * | | ENH: allow single input argument in numpy.broadcastHolger Kohr2016-01-041-6/+6
* | | | Merge pull request #6952 from mhvk/preserve-recarray-subtype-on-slicingCharles Harris2016-01-062-4/+11
|\ \ \ \
| * | | | BUG recarray slices should preserve subclass.Marten van Kerkwijk2016-01-062-4/+11
* | | | | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-062-1/+32
|/ / / /
* | | | TST: Verify that certain variations of dot products of a matrix with views of...John Kirkham2016-01-051-1/+74
* | | | BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowingMark Wiebe2016-01-051-1/+1
* | | | TST: Add datetime test distinguishing modified following from precedingMark Wiebe2016-01-051-0/+6
|/ / /
* | | 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-033-18/+28
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Get rid of C++ style comment in multiarray_tests.c.srcCharles Harris2016-01-021-1/+1
| * | | TST,BUG: Fix use of randint in test_mem_overlap.py.Charles Harris2016-01-021-17/+24
| * | | ENH: Add dtype argument to random.randint.Charles Harris2016-01-021-0/+3
* | | | TST: Add regression test for gh-6922.Charles Harris2016-01-021-0/+6
* | | | BUG: #6922: Fix segfault introduced in 23901aa.Charles Harris2016-01-021-2/+6
* | | | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
|/ / /
* | | BUG: Fix tempfile failures on window.Charles Harris2015-12-231-47/+28
* | | Merge pull request #6856 from charris/fixup-gh-4130Charles Harris2015-12-201-36/+37
|\ \ \
| * | | DOC: Clarify docstrings of np.sum and np.prod.Charles Harris2015-12-181-38/+37
| * | | DOC: Update docstrings of np.sum and np.prod.Nathaniel Hellabyte2015-12-181-4/+6
* | | | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-196-19/+19
|/ / /
* | | DEP: Stricter arg checking for array orderinggfyoung2015-12-182-0/+51
* | | 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-173-1/+55
* | | MAINT: minor spelling and grammar correctionsgfyoung2015-12-161-10/+10
* | | Merge pull request #6817 from cgohlke/patch-1Charles Harris2015-12-121-0/+6
|\ \ \
| * | | BUG: Disable 32-bit msvc9 compiler optimizations for npy_rintChristoph Gohlke2015-12-111-0/+6
* | | | Merge pull request #6791 from Daetalus/bug_fixingNathaniel J. Smith2015-12-121-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix thinko in assert_deprecated()Boxiang Sun2015-12-121-1/+14
* | | | MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-1010-46/+47
|/ / /
* | | Merge pull request #6775 from charris/add-future-importsCharles Harris2015-12-071-0/+1
|\ \ \
| * | | MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+1
* | | | BUG: Quick and dirty fix for interp.Charles Harris2015-12-071-18/+19
* | | | Merge pull request #6780 from ahaldane/preserve_metadataCharles Harris2015-12-062-0/+12
|\ \ \ \
| * | | | BUG: metadata is not copied to base_dtypeAllan Haldane2015-12-062-0/+12
| |/ / /
* | | | Merge pull request #6747 from charris/deprecate-fortran-viewCharles Harris2015-12-062-4/+32
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Deprecate changing shape of non-C-contiguous array via descr.Charles Harris2015-11-292-4/+32
* | | | BUG: resizing empty array with complex dtype failedSebastian Berg2015-12-022-2/+10
|/ / /
* | | 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-202-7/+20
|\ \ \
| * | | BLD: Enabled building with MSVC 14.0Iceman92015-11-182-7/+20