summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
* BUG: core: use npy_cabs for abs() for np.complex* scalar typesPauli Virtanen2017-09-222-4/+13
* Merge pull request #9711 from charris/fix-scalar-elisionCharles Harris2017-09-212-0/+11
|\
| * BUG: Make scalar function elision check writeable.Charles Harris2017-09-182-0/+11
* | Merge pull request #9725 from ahaldane/circular_arrayprintCharles Harris2017-09-202-237/+223
|\ \
| * | MAINT: cleanup circular import b/w arrayprint.py,numeric.pyAllan Haldane2017-09-202-237/+223
* | | MAINT: Remove unnecessary special-casing of scalars in iscloseEric Wieser2017-09-192-13/+9
* | | Merge pull request #9545 from eric-wieser/datetime-event-deprecationCharles Harris2017-09-184-6/+74
|\ \ \
| * | | ENH: Warn when loading old datetime pickle filesEric Wieser2017-09-173-6/+33
| * | | DEP: Deprecate the event argument to datetime types, which is ignored since 1...Eric Wieser2017-08-112-1/+42
* | | | Merge pull request #9702 from eric-wieser/remainder-disambigCharles Harris2017-09-181-3/+13
|\ \ \ \
| * | | | DOC: Warn about the difference between np.remainder and math.remainderEric Wieser2017-09-171-3/+13
| | |/ / | |/| |
* | | | Merge branch 'master' into concatenate-outEric Wieser2017-09-1716-594/+446
|\ \ \ \ | | |_|/ | |/| |
| * | | ENH: Add support of ARC architectureAlexey Brodkin2017-09-152-2/+10
| |/ /
| * | Merge pull request #6053 from ahaldane/multifield_structassignCharles Harris2017-09-0913-591/+432
| |\ \
| | * | BUG: account for field titles in multi-field indexesAllan Haldane2017-09-072-0/+35
| | * | TST: Add new unit tests for structure assignmentAllan Haldane2017-09-073-0/+57
| | * | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-074-169/+37
| | * | MAINT: improve struct assignment, allow multi fields viewsAllan Haldane2017-09-078-422/+303
| * | | Merge pull request #9658 from MSeifert04/fix_keyword_as_parameter_nameCharles Harris2017-09-062-1/+4
| |\ \ \
| | * | | BUG: Fix usage of keyword "from" as argument name for "can_cast".Michael Seifert2017-09-062-1/+4
* | | | | ENH: Add the out parameter to stack tooEric Wieser2017-09-121-2/+6
* | | | | MAINT: Extract duplicated priority codeEric Wieser2017-09-121-26/+27
* | | | | ENH: Add out argument to `concatenate`Eric Wieser2017-09-122-94/+174
|/ / / /
* | | | API: Make ``a.flat.__array__`` return a copy when ``a`` non-contiguous. (#9447)Charles Harris2017-09-052-37/+37
|/ / /
* | | Merge pull request #9638 from juliantaylor/nonzero-dtypeAllan Haldane2017-09-042-13/+17
|\ \ \ | |/ / |/| |
| * | BUG: ensure consistent result dtype of count_nonzeroJulian Taylor2017-09-012-13/+17
* | | MAINT: fix std header include orderJulian Taylor2017-09-011-3/+4
* | | MAINT: fix implicit declaration warningJulian Taylor2017-09-011-0/+1
* | | Merge pull request #9629 from mattip/character.__radd__Charles Harris2017-08-313-1/+50
|\ \ \
| * | | BUG: test, fix issue #9620 __radd__ in char scalarsmattip2017-09-013-1/+50
* | | | BUG: memory leak in np.dot of size 0Michael Lamparski2017-08-291-1/+2
* | | | TST: test for leak in np.dot of size 0 arraysMichael Lamparski2017-08-291-0/+11
|/ / /
* | | Merge pull request #9614 from MSeifert04/correct_comment_formulaCharles Harris2017-08-271-1/+1
|\ \ \
| * | | MAINT: Fix a comment regarding the formula for arange length [skip ci]Michael Seifert2017-08-271-1/+1
* | | | Merge pull request #9609 from srinivasreddy/ne_dunderCharles Harris2017-08-261-0/+2
|\ \ \ \
| * | | | BUG: add `__ne__` method to dummy_ctype class.Srinivas Reddy Thatiparthy2017-08-261-0/+2
* | | | | MAINT: remove try..except clause.Srinivas Reddy Thatiparthy2017-08-261-6/+1
|/ / / /
* | | | MAINT: Different fix for scalartypes.c.src `__copy__` method.Charles Harris2017-08-251-3/+3
* | | | BUG: core: fix array_copy_keeporder METH_VARARGS signaturePauli Virtanen2017-08-251-1/+1
* | | | BUG: core: fix wrong method flags for scalartypes.c.src:gentype_copyPauli Virtanen2017-08-252-1/+14
|/ / /
* | | update example in np.nonzero docstringBrandon Carter2017-08-211-3/+4
* | | BUG: core: remove extra return statementPauli Virtanen2017-08-171-1/+1
* | | BUG: core: blacklist MSVC cabs* on win32Pauli Virtanen2017-08-171-0/+4
* | | TST: core: add a test that exercise untested npymath functionsPauli Virtanen2017-08-173-1/+160
* | | ENH: check for FPU mode changes in the test suitePauli Virtanen2017-08-161-0/+34
* | | BUG: blacklist MSVC hypot() on win32Pauli Virtanen2017-08-161-0/+9
* | | DOC: add example for isscalar on strings (#9361)Christoph Boeddeker2017-08-131-0/+2
* | | Merge pull request #9527 from Licht-T/fix-scalar-astypeEric Wieser2017-08-131-13/+14
|\ \ \
| * | | BUG: Fix scalar-ravel so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+3