summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | BUG: rename the argument name of searchsortedKeewis2019-12-242-1/+3
* | | | | Merge pull request #15241 from jdufresne/exc_clearMatti Picus2020-01-064-24/+3
|\ \ \ \ \
| * | | | | MAINT: Remove references to non-existent sys.exc_clear()Jon Dufresne2020-01-054-24/+3
* | | | | | Merge pull request #15239 from sethtroisi/python3_bufferMatti Picus2020-01-064-106/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MAINT: Remove Python2 newbuffer getbufferSeth Troisi2020-01-054-106/+2
* | | | | | Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-0510-59/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-0510-59/+36
* | | | | Merge pull request #15203 from mattip/issue-15202Charles Harris2020-01-051-7/+26
|\ \ \ \ \
| * | | | | MAINT: refactor function out of test modulemattip2019-12-301-7/+26
* | | | | | Merge pull request #15238 from mattip/redo-c99Charles Harris2020-01-052-27/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-052-27/+0
| | |_|/ / | |/| | |
* | | | | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-05150-826/+826
|/ / / /
* | | | Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-0414-182/+0
|\ \ \ \
| * | | | Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-0314-182/+0
* | | | | MAINT: Remove unused int_asbufferJon Dufresne2020-01-044-99/+3
* | | | | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-03334-661/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-03334-661/+1
* | | | | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-0318-197/+34
|/ / / /
* | | | Merge pull request #15212 from WarrenWeckesser/gradientMatti Picus2020-01-032-4/+47
|\ \ \ \
| * | | | BUG: lib: Fix handling of integer arrays by gradient.Warren Weckesser2020-01-012-4/+47
| | |/ / | |/| |
* | | | Merge pull request #15178 from rgommers/maxulp-msgCharles Harris2020-01-021-2/+3
|\ \ \ \
| * | | | TST: improve assert message of assert_array_max_ulpRalf Gommers2019-12-261-2/+3
* | | | | Merge pull request #15187 from mattip/cython-test2Charles Harris2020-01-012-4/+2
|\ \ \ \ \
| * | | | | MAINT: remove dead code from reviewmattip2019-12-271-1/+0
| * | | | | MAINT: unskip test on win32mattip2019-12-272-3/+2