summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliasesMatti Picus2019-11-1411-23/+22
|\
| * MAINT: Remove uses of scalar aliasesEric Wieser2019-11-1311-23/+22
* | Merge pull request #14820 from eric-wieser/template-loopsMatti Picus2019-11-132-217/+74
|\ \ | |/ |/|
| * MAINT: Use templating to merge float loopsEric Wieser2019-11-012-217/+74
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-064-22/+16
* | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)Doug Davis2019-11-062-0/+13
* | MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-0411-10/+10
* | Merge pull request #14827 from chrisburr/patch-1Charles Harris2019-11-041-1/+2
|\ \
| * | BLD: Review feedback for clang -flto fixChris Burr2019-11-051-1/+2
| * | BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-041-1/+1
* | | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-044-22/+36
|\ \ \
| * | | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-302-5/+18
| * | | WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-293-17/+18
* | | | DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799)mproszewska2019-11-041-1/+37
| |/ / |/| |
* | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-313-2/+92
|\ \ \
| * | | Fix style per Sebastian's commentszjpoh2019-10-153-17/+11
| * | | Update per Sebastian's commentszjpoh2019-10-063-7/+14
| * | | Add deprecation warning for invalid complex stringzjpoh2019-09-262-5/+26
| * | | Merge branch 'master' into from_string_complexzjpoh2019-09-2679-827/+3563
| |\ \ \
| * | | | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-193-3/+8
| * | | | Parse complex number from stringzjpoh2019-08-072-1/+64
* | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-313-2/+140
|\ \ \ \ \
| * | | | | Add complex number support for fromfilezjpoh2019-10-163-2/+140
* | | | | | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-302-2/+44
|\ \ \ \ \ \
| * | | | | | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-152-2/+44
* | | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-308-17/+84
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #14769 from mwhudson/issue-14767Matti Picus2019-10-291-5/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: fix integer size confusion in handling array's ndmin argumentMichael Hudson-Doyle2019-10-241-5/+5
* | | | | | BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-251-4/+3
* | | | | | BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-251-1/+5
|/ / / / /
* | | | | Reword cautionary note about dtype.descr (#14763)Thomas Kluyver2019-10-231-1/+2
* | | | | changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
* | | | | added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6
* | | | | oops removed an (signed char) ... fixedJack J. Woehr2019-10-191-2/+2
* | | | | change suggested by mattipJack J. Woehr2019-10-191-1/+1
* | | | | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_bugletJack J. Woehr2019-10-1829-376/+935
|\ \ \ \ \
| * | | | | DOC: update docstring of allclose to clarify how NaN's are handled.johann.faouzi2019-10-181-4/+4
| * | | | | Merge pull request #14738 from eric-wieser/fix-intp-printfMatti Picus2019-10-1811-48/+48
| |\ \ \ \ \
| | * | | | | Fix other incorrect narrowing for format stringsEric Wieser2019-10-1710-44/+44
| | * | | | | BUG: Don't narrow intp to int when producing error messagesEric Wieser2019-10-171-4/+4
| * | | | | | Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-188-49/+49
| |\ \ \ \ \ \
| | * | | | | | DOC: convert `None` to bare None or ``None``mattip2019-10-157-25/+25
| | * | | | | | DOC: no `data_as` reference is availablemattip2019-10-151-1/+1
| | * | | | | | DOC: fix output argument referencemattip2019-10-151-16/+16
| | * | | | | | DOC: add numpy prefixmattip2019-10-151-7/+7
| * | | | | | | MAINT: umath: Change error message for unsupported bool subtraction.Warren Weckesser2019-10-161-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #14681 from seberg/remove-unused-boolean-loopsWarren Weckesser2019-10-162-4/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | MAINT: General fix removing unused boolean loopsSebastian Berg2019-10-112-4/+2
| * | | | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-154-64/+53
| * | | | | | Merge pull request #14342 from raamana/is_scalar_docsMatti Picus2019-10-161-11/+15
| |\ \ \ \ \ \