summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.26.0 to 5.30.0dependabot/pip/hypothesis-5.30.0dependabot-preview[bot]2020-08-311-1/+1
* Merge pull request #17181 from rsokl/masterEric Wieser2020-08-301-2/+2
|\
| * DOC: Correct error in description of ndarray.baseRyan Soklaski2020-08-281-2/+2
* | Merge pull request #17176 from eric-wieser/tidy-datetime-metadataMatti Picus2020-08-303-65/+84
|\ \
| * | ENH: Allow μs as an alias for usEric Wieser2020-08-283-1/+14
| * | MAINT: Produce a better error message for unicode datetime formatsEric Wieser2020-08-282-52/+62
| * | MAINT: Simplify error message formatting, push declarations down-fileEric Wieser2020-08-281-13/+9
* | | Merge pull request #16982 from BvB93/literalRalf Gommers2020-08-293-33/+84
|\ \ \ | |_|/ |/| |
| * | DOC: Update the `newbyteorder` signature(s) to reflect its positional-only pa...Bas van Beek2020-08-291-1/+1
| * | DOC: Update the `newbyteorder` signature(s) to reflect its positional-only pa...Bas van Beek2020-08-291-2/+2
| * | MAINT: Changed the `new_order` parameter to positional-onlyBas van Beek2020-08-291-1/+1
| * | TST: Add more `Literal`-related testsBas van Beek2020-08-291-0/+43
| * | ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-30/+37
| * | ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-0/+1
|/ /
* | Merge pull request #17161 from seberg/user_type_safe_castingMatti Picus2020-08-282-19/+25
|\ \
| * | BUG: Remove Void special case for "safe casting"Sebastian Berg2020-08-252-19/+25
* | | ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-2812-111/+772
| |/ |/|
* | Merge pull request #17160 from eric-wieser/tidy-more-PyStringSebastian Berg2020-08-278-83/+58
|\ \
| * | MAINT: replace all remaining PyString_AS_STRING with PyBytes_AS_STRINGEric Wieser2020-08-264-8/+9
| * | MAINT: remove _array_typedescr_fromstr and adjust its remaining callerEric Wieser2020-08-262-27/+11
| * | BUG: Do not throw UnicodeError for non-ascii typestrs in __array_interface__Eric Wieser2020-08-262-44/+35
| * | MAINT: Remove references to PyStringObjectEric Wieser2020-08-252-4/+3
| |/
* | Merge pull request #16619 from mattip/c99-again2Charles Harris2020-08-271-12/+18
|\ \
| * | MAINT: refactoring from reviewmattip2020-07-281-16/+17
| * | MAINT: fixes from reviewmattip2020-07-281-4/+4
| * | BUG: fixes failures (from review)mattip2020-06-171-3/+4
| * | BLD: use '-dumpversion' to get gcc versionmattip2020-06-161-15/+7
| * | BLD: check if std=c99 is really requiredmattip2020-06-161-7/+19
* | | Merge pull request #17171 from mattip/revert-16911Sebastian Berg2020-08-274-84/+4
|\ \ \
| * | | BUG: revert trim_zeros changes from gh-16911mattip2020-08-274-84/+4
|/ / /
* | | Merge pull request #17164 from eric-wieser/tidy-common.hSebastian Berg2020-08-268-37/+31
|\ \ \ | |_|/ |/| |
| * | MAINT: Remove NPY_COPY_PYOBJECT_PTREric Wieser2020-08-268-37/+31
|/ /
* | Merge pull request #17149 from eric-wieser/cleanup-LongCharles Harris2020-08-2426-125/+119
|\ \
| * \ Merge branch 'master' into cleanup-LongEric Wieser2020-08-2460-2362/+2661
| |\ \
| * | | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-2426-125/+119
* | | | Merge pull request #17151 from eric-wieser/fix-cfloatSebastian Berg2020-08-242-4/+4
|\ \ \ \
| * | | | BUG: Fix incorrect cython definition of npy_cfloatEric Wieser2020-08-242-4/+4
| |/ / /
* | | | Merge pull request #17152 from eric-wieser/avoid-NpySlice_GetIndicesExSebastian Berg2020-08-243-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Replace Npy_EnterRecursiveCall with Py_EnterRecursiveCallEric Wieser2020-08-241-2/+2
| * | | MAINT: Replace NpySlice_GetIndicesEx with PySlice_GetIndicesExEric Wieser2020-08-242-7/+7
| |/ /
* | | Merge pull request #17123 from person142/run-mypyMatti Picus2020-08-241-1/+32
|\ \ \
| * | | ENH: allow running mypy through runtests.pyJosh Wilson2020-08-201-1/+32
* | | | Merge pull request #17112 from eric-wieser/tidy-capsuleMatti Picus2020-08-248-36/+66
|\ \ \ \
| * | | | BUG: Handle errors from the PyCapsure APIEric Wieser2020-08-208-36/+66
| | |/ / | |/| |
* | | | ENH: Add annotations to the last 8 functions in numpy.core.fromnumeric (#16729)Bas van Beek2020-08-244-0/+287
* | | | Merge pull request #17146 from charris/cleanup-most-pyustring_-usageMatti Picus2020-08-2423-142/+142
|\ \ \ \
| * | | | MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-2323-142/+142
* | | | | Merge pull request #17133 from karan-dhir/chainexceptions-timer_comparisonCharles Harris2020-08-231-2/+2
|\ \ \ \ \
| * | | | | MAINT: changed ValueError line 103 in file timer_comparisonkaran-dhir2020-08-211-2/+2
* | | | | | Merge pull request #17143 from WarrenWeckesser/finfuncs-warnCharles Harris2020-08-232-13/+19
|\ \ \ \ \ \