Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | MAINT: Ensure `_convert_from_*` functions set errors | Eric Wieser | 2020-01-10 | 1 | -48/+35 | |
* | | | | | | | | | ENH: Avoid escaping unicode in error messages (#15312) | Eric Wieser | 2020-01-10 | 1 | -30/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #15300 from eric-wieser/tidy-dtype-ctors-try_convert | Sebastian Berg | 2020-01-10 | 3 | -67/+76 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FIXUP: fix misnaming | Eric Wieser | 2020-01-10 | 2 | -2/+2 | |
| * | | | | | | | | FIXUP: Clean up the external caller to use the new API too | Eric Wieser | 2020-01-09 | 3 | -21/+12 | |
| * | | | | | | | | FIXUP: use Py_NotImplemented instead | Eric Wieser | 2020-01-09 | 1 | -22/+21 | |
| * | | | | | | | | MAINT: Refactor dtype conversion functions to be more similar | Eric Wieser | 2020-01-09 | 1 | -54/+73 | |
* | | | | | | | | | Merge pull request #15291 from eric-wieser/cleanup-descriptor-error-handling | Matti Picus | 2020-01-10 | 1 | -17/+45 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Add missing error handling to _convert_from_list | Eric Wieser | 2020-01-08 | 1 | -17/+45 | |
* | | | | | | | | | | Merge pull request #15304 from sethtroisi/remove_NPY_PY3K | Matti Picus | 2020-01-10 | 2 | -17/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | MAINT: Remove NPY_PY3K | Seth Troisi | 2020-01-08 | 2 | -17/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #15287 from eric-wieser/simplify-PyArray_DescrAlignConverter | Sebastian Berg | 2020-01-08 | 1 | -62/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MAINT: Express PyArray_DescrAlignConverter in terms of _convert_from_any | Eric Wieser | 2020-01-08 | 1 | -62/+33 | |
* | | | | | | | | | | MAINT: C code simplification | Seth Troisi | 2020-01-08 | 6 | -84/+19 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #15288 from eric-wieser/tidy-dtype-move-declarations | Sebastian Berg | 2020-01-08 | 1 | -100/+70 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | MAINT: Push down declarations in _convert_from_tuple | Eric Wieser | 2020-01-08 | 1 | -17/+13 | |
| * | | | | | | | | MAINT: Push down declarations in _convert_from_list | Eric Wieser | 2020-01-08 | 1 | -22/+15 | |
| * | | | | | | | | MAINT: Push down declarations in _convert_from_dict | Eric Wieser | 2020-01-08 | 1 | -40/+26 | |
| * | | | | | | | | MAINT: Push down declarations in _convert_from_array_descr | Eric Wieser | 2020-01-08 | 1 | -21/+16 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #15285 from sethtroisi/PY3K_INT-HERIT | Sebastian Berg | 2020-01-08 | 2 | -26/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Simplify np.int_ inheritance | Seth Troisi | 2020-01-07 | 2 | -26/+3 | |
* | | | | | | | | | MAINT: Use a simpler return convention for internal functions (#15284) | Eric Wieser | 2020-01-08 | 1 | -109/+81 | |
|/ / / / / / / / | ||||||
* | | | | | | | | MAINT: Cleanup most PY3K #ifdef guards | Seth Troisi | 2020-01-07 | 34 | -977/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | MAINT: Remove final NPY_PY3K (gh-15283) | Seth Troisi | 2020-01-07 | 5 | -39/+6 | |
* | | | | | | | Merge pull request #15265 from eric-wieser/tidy-dtype-ctors | Eric Wieser | 2020-01-07 | 1 | -235/+246 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Move declarations next to their use | Eric Wieser | 2020-01-07 | 1 | -7/+5 | |
| * | | | | | | | MAINT: Eliminate a repeated conversion | Eric Wieser | 2020-01-07 | 1 | -6/+0 | |
| * | | | | | | | MAINT: Extract a helper to create a dtype from a string | Eric Wieser | 2020-01-07 | 1 | -111/+117 | |
| * | | | | | | | MAINT: Invert and elide conditions to reduce nesting | Eric Wieser | 2020-01-07 | 1 | -42/+37 | |
| * | | | | | | | MAINT: Remove unnecessary gotos | Eric Wieser | 2020-01-07 | 1 | -22/+30 | |
| * | | | | | | | MAINT: Extract a helper function from PyArray_DescrConverter | Eric Wieser | 2020-01-07 | 1 | -62/+72 | |
* | | | | | | | | Merge pull request #15233 from sethtroisi/python3_more_more_more | Matti Picus | 2020-01-07 | 10 | -193/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Cleaning up more PY_VERSION_HEX | Seth Troisi | 2020-01-06 | 10 | -193/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #15267 from eric-wieser/fix-tuple-PyArray_DescrAlignConver... | Sebastian Berg | 2020-01-07 | 1 | -23/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: Fix PyArray_DescrAlignConverter2 on tuples | Eric Wieser | 2020-01-06 | 1 | -23/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #15260 from eric-wieser/improve-string-const-correctness | Matti Picus | 2020-01-07 | 2 | -19/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Remove FIXME comments introduced in the previous commit | Eric Wieser | 2020-01-06 | 2 | -19/+21 | |
* | | | | | | | | | MAINT: Remove use of Python 2 nb_divide slots (#15272) | Seth Troisi | 2020-01-07 | 4 | -97/+16 | |
* | | | | | | | | | MAINT: Remove python2 array_getslice and array_setslice (#15263) | Seth Troisi | 2020-01-07 | 4 | -100/+0 | |
* | | | | | | | | | MAINT: Remove Python2 multiarray.c:array_unicode (#15268) | Seth Troisi | 2020-01-07 | 3 | -42/+0 | |
* | | | | | | | | | Merge pull request #15266 from eric-wieser/deduplicate-if-align | Sebastian Berg | 2020-01-06 | 1 | -57/+38 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | MAINT: remove duplicated if statements between DescrConverters | Eric Wieser | 2020-01-07 | 1 | -57/+38 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | MAINT: Cleanup array_as_buffer and gentype_as_buffer | Seth Troisi | 2020-01-06 | 2 | -100/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #15256 from eric-wieser/use-keyword-only-arguments | Matti Picus | 2020-01-06 | 12 | -125/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Implement keyword-only arguments as syntax | Eric Wieser | 2020-01-06 | 12 | -125/+76 | |
* | | | | | | | | BUG: do not emit warnings for np.sign, np.equal when using nan (gh-15230) | Warren Weckesser | 2020-01-06 | 2 | -0/+20 | |
* | | | | | | | | Merge pull request #15254 from eric-wieser/improve-string-const-correctness | Matti Picus | 2020-01-06 | 14 | -49/+61 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | MAINT: Improve const-correctness of string arguments | Eric Wieser | 2020-01-06 | 14 | -49/+61 | |
* | | | | | | | | Merge pull request #15255 from eric-wieser/remove-numpy.distutils.compat | Matti Picus | 2020-01-06 | 2 | -9/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co... | Eric Wieser | 2020-01-06 | 392 | -2261/+1100 | |
| |\ \ \ \ \ \ \ \ |