summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* FIXUP: Clean up the external caller to use the new API tooEric Wieser2020-01-093-21/+12
* FIXUP: use Py_NotImplemented insteadEric Wieser2020-01-091-22/+21
* MAINT: Refactor dtype conversion functions to be more similarEric Wieser2020-01-091-54/+73
* Merge pull request #15287 from eric-wieser/simplify-PyArray_DescrAlignConverterSebastian Berg2020-01-081-62/+33
|\
| * MAINT: Express PyArray_DescrAlignConverter in terms of _convert_from_anyEric Wieser2020-01-081-62/+33
* | MAINT: C code simplificationSeth Troisi2020-01-086-84/+19
* | Merge pull request #15288 from eric-wieser/tidy-dtype-move-declarationsSebastian Berg2020-01-081-100/+70
|\ \ | |/ |/|
| * MAINT: Push down declarations in _convert_from_tupleEric Wieser2020-01-081-17/+13
| * MAINT: Push down declarations in _convert_from_listEric Wieser2020-01-081-22/+15
| * MAINT: Push down declarations in _convert_from_dictEric Wieser2020-01-081-40/+26
| * MAINT: Push down declarations in _convert_from_array_descrEric Wieser2020-01-081-21/+16
* | Merge pull request #15285 from sethtroisi/PY3K_INT-HERITSebastian Berg2020-01-082-26/+3
|\ \
| * | MAINT: Simplify np.int_ inheritanceSeth Troisi2020-01-072-26/+3
* | | MAINT: Use a simpler return convention for internal functions (#15284)Eric Wieser2020-01-081-109/+81
|/ /
* | MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-0734-977/+9
|/
* MAINT: Remove final NPY_PY3K (gh-15283)Seth Troisi2020-01-075-39/+6
* Merge pull request #15265 from eric-wieser/tidy-dtype-ctorsEric Wieser2020-01-071-235/+246
|\
| * MAINT: Move declarations next to their useEric Wieser2020-01-071-7/+5
| * MAINT: Eliminate a repeated conversionEric Wieser2020-01-071-6/+0
| * MAINT: Extract a helper to create a dtype from a stringEric Wieser2020-01-071-111/+117
| * MAINT: Invert and elide conditions to reduce nestingEric Wieser2020-01-071-42/+37
| * MAINT: Remove unnecessary gotosEric Wieser2020-01-071-22/+30
| * MAINT: Extract a helper function from PyArray_DescrConverterEric Wieser2020-01-071-62/+72
* | Merge pull request #15233 from sethtroisi/python3_more_more_moreMatti Picus2020-01-0710-193/+10
|\ \
| * | MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-0610-193/+10
| |/
* | Merge pull request #15267 from eric-wieser/fix-tuple-PyArray_DescrAlignConver...Sebastian Berg2020-01-071-23/+4
|\ \
| * | BUG: Fix PyArray_DescrAlignConverter2 on tuplesEric Wieser2020-01-061-23/+4
| |/
* | Merge pull request #15260 from eric-wieser/improve-string-const-correctnessMatti Picus2020-01-072-19/+21
|\ \
| * | MAINT: Remove FIXME comments introduced in the previous commitEric Wieser2020-01-062-19/+21
* | | MAINT: Remove use of Python 2 nb_divide slots (#15272)Seth Troisi2020-01-074-97/+16
* | | MAINT: Remove python2 array_getslice and array_setslice (#15263)Seth Troisi2020-01-074-100/+0
* | | MAINT: Remove Python2 multiarray.c:array_unicode (#15268)Seth Troisi2020-01-073-42/+0
* | | Merge pull request #15266 from eric-wieser/deduplicate-if-alignSebastian Berg2020-01-061-57/+38
|\ \ \
| * | | MAINT: remove duplicated if statements between DescrConvertersEric Wieser2020-01-071-57/+38
| | |/ | |/|
* | | MAINT: Cleanup array_as_buffer and gentype_as_bufferSeth Troisi2020-01-062-100/+5
|/ /
* | Merge pull request #15256 from eric-wieser/use-keyword-only-argumentsMatti Picus2020-01-0612-125/+76
|\ \
| * | MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-0612-125/+76
* | | BUG: do not emit warnings for np.sign, np.equal when using nan (gh-15230)Warren Weckesser2020-01-062-0/+20
* | | Merge pull request #15254 from eric-wieser/improve-string-const-correctnessMatti Picus2020-01-0614-49/+61
|\ \ \ | | |/ | |/|
| * | MAINT: Improve const-correctness of string argumentsEric Wieser2020-01-0614-49/+61
* | | Merge pull request #15255 from eric-wieser/remove-numpy.distutils.compatMatti Picus2020-01-062-9/+0
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-06392-2261/+1100
| |\ \ \
| * | | | MAINT: Delete numpy.distutils.compatEric Wieser2020-01-062-11/+0
* | | | | Merge pull request #15253 from adeak/docbug_view_noneMatti Picus2020-01-061-5/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: add sphinx note about passing dtype=None to viewAndras Deak2020-01-061-0/+5
| * | | | DOC: Change signature of ndarray.view to remove misleading defaultsAndras Deak2020-01-061-6/+1
| * | | | DOC: Clarify the effect of None parameters passed to ndarray.viewAndras Deak2020-01-061-4/+9
* | | | | Merge pull request #15251 from eric-wieser/improve-stride-const-correctnessMatti Picus2020-01-0626-110/+114
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-0626-110/+114
| |/ / /
* | | | Merge pull request #15164 from keewis/fix-searchsorted-kwargsMatti Picus2020-01-062-1/+3
|\ \ \ \