summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move variables into deepest relevant scope, for clarityEric Wieser2017-07-311-5/+6
* Merge pull request #9499 from eric-wieser/fix-view-decrefsCharles Harris2017-07-311-51/+64
|\
| * MAINT/BUG: Improve error messages for dtype reassigment, fix missing DECREFEric Wieser2017-07-311-51/+64
* | DOC: fix versionadded in docstring for moveaxisStephan Hoyer2017-07-301-1/+1
* | TST: Add filter for new Py3K warning in python 2Sebastian Berg2017-07-291-2/+6
|/
* Merge pull request #9454 from eric-wieser/remove-pointless-codeCharles Harris2017-07-241-12/+10
|\
| * MAINT: Remove branch in __array__ where if and else were the sameEric Wieser2017-07-241-12/+10
* | Merge pull request #9452 from eric-wieser/new-style-classesCharles Harris2017-07-242-3/+3
|\ \
| * | MAINT: Use new-style classes on 2.7Eric Wieser2017-07-242-3/+3
| |/
* | Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2017-07-2430-685/+689
|\ \ | |/ |/|
| * TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-2430-685/+689
* | Merge pull request #9446 from charris/fix-gcc7.1-compileseberg2017-07-211-3/+3
|\ \
| * | BUG: Inlined functions must be defined somewhere.Charles Harris2017-07-211-3/+3
* | | Merge pull request #9400 from eric-wieser/ufunc-namesCharles Harris2017-07-203-42/+30
|\ \ \
| * | | MAINT: Further unify handling of unnamed ufuncsEric Wieser2017-07-113-42/+30
* | | | Merge pull request #9412 from mattip/fix-9404Eric Wieser2017-07-203-8/+31
|\ \ \ \
| * | | | BUG: Check for exception in sort functions, add testsmattip2017-07-173-8/+31
* | | | | Merge pull request #8920 from juliantaylor/more-cache-allocJulian Taylor2017-07-2015-88/+110
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: document minimum dim cache size == 2Julian Taylor2017-07-111-4/+7
| * | | | ENH: use caching memory allocator in more placesJulian Taylor2017-07-1114-84/+103
| | |_|/ | |/| |
* | | | MAINT: Make the refactor suggested in prepare_index (#8278)Eric Wieser2017-07-181-89/+201
* | | | ENH: Einsum calls BLAS if it advantageous to do so (#9425)Daniel Smith2017-07-183-43/+177
| |/ / |/| |
* | | Merge pull request #9020 from eric-wieser/reduce-warnCharles Harris2017-07-1110-321/+400
|\ \ \ | |/ / |/| |
| * | MAINT: Remove unused variableEric Wieser2017-06-021-1/+0
| * | BUG: Check for warnings in ufunc.reduceEric Wieser2017-06-026-9/+46
| * | MAINT: Do not produce warnings in fmin/fmax functionsEric Wieser2017-06-021-0/+3
| * | MAINT: Move functions handling ufunc extobjEric Wieser2017-06-024-312/+351
* | | Merge pull request #9388 from jaimefrio/not_not_swappedEric Wieser2017-07-093-20/+24
|\ \ \ | |_|/ |/| |
| * | MAINT: Use PyArray_ISBYTESWAPPED instead of !PyArray_ISNOTSWAPPED.Jaime Fernandez2017-07-093-20/+24
* | | MAINT: Simplify code using PyArray_ISBYTESWAPPED macro.Jaime Fernandez2017-07-081-2/+2
|/ /
* | Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-064-7/+5
|\ \
| * | MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-044-7/+5
* | | BUG: Fix error in fromstring function from numpy.core.records (#9369)Daniel Hrisca2017-07-061-1/+1
* | | Merge pull request #9354 from eric-wieser/fix-type-resolver-hangCharles Harris2017-07-052-12/+15
|\ \ \
| * | | MAINT: Use a for loop to traverse the linked listEric Wieser2017-07-031-4/+3
| * | | BUG: Prevent hangs traversing ufunc userloop linked listsEric Wieser2017-07-032-8/+12
* | | | Merge pull request #9320 from WarrenWeckesser/heaviside-docstringCharles Harris2017-07-011-9/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Use x1 and x2 in the heaviside docstring.Warren Weckesser2017-06-271-9/+8
* | | | Merge pull request #9341 from eric-wieser/resize-emptyCharles Harris2017-07-012-7/+11
|\ \ \ \
| * | | | BUG: np.resize discards empty shapesEric Wieser2017-07-012-7/+11
* | | | | Merge pull request #9337 from jleahy/masterCharles Harris2017-06-303-2/+14
|\ \ \ \ \
| * | | | | BUG: prevent crash when ufunc doc string is nullJoshua Leahy2017-06-303-2/+14
* | | | | | BUG: umath: un-break ufunc where= when no out= is givenPauli Virtanen2017-06-302-10/+36
| |/ / / / |/| | | |
* | | | | DOC: Add $PARAMS to the isnat docstringAndras Deak2017-06-271-0/+1
| |/ / / |/| | |
* | | | Merge pull request #9310 from juliantaylor/nonzero-fixCharles Harris2017-06-272-1/+12
|\ \ \ \
| * | | | BUG: fix wrong ndim used in empty where checkJulian Taylor2017-06-272-1/+12
* | | | | ENH: Make 0-length dim handling of tensordot consistent with dot/einsumPim de Haan2017-06-222-5/+16
* | | | | ENH: Release the GIL in einsum() special-cased loops (#9246)Antoine Pitrou2017-06-201-0/+12
* | | | | BUG: Fix unused variable in ufunc_object.c,Charles Harris2017-06-171-1/+0
* | | | | Merge pull request #9260 from juliantaylor/readonly-tempCharles Harris2017-06-172-0/+13
|\ \ \ \ \ | |/ / / /