summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11967 from mattip/PyArray_AdaptFlexibleDType-leakCharles Harris2018-09-161-6/+8
|\
| * STY: fix from reviewmattip2018-09-171-1/+2
| * BUG: fix refcount leak in PyArray_AdaptFlexibleDTypemattip2018-09-161-6/+7
|/
* MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9
* Merge pull request #11953 from tylerjereddy/issue_11947Charles Harris2018-09-151-0/+16
|\
| * TST: codecov.yml improvementsTyler Reddy2018-09-141-0/+16
* | Merge pull request #11952 from jlmuir/npy-internal-build-define-fixCharles Harris2018-09-141-1/+1
|\ \ | |/ |/|
| * MAINT: test NPY_INTERNAL_BUILD only if definedJ. Lewis Muir2018-09-141-1/+1
* | Merge pull request #11948 from shoyer/finish-nat-deprecationCharles Harris2018-09-143-83/+40
|\ \
| * | DOC: release notes for expired NaT depreactionStephan Hoyer2018-09-141-1/+14
| * | DEP: finish making all comparisons to NaT falseStephan Hoyer2018-09-132-82/+26
| |/
* | Merge pull request #11943 from shoyer/nep-18-warn-about-changesStephan Hoyer2018-09-141-13/+41
|\ \
| * | DOC: switch order of checking for new protoclsStephan Hoyer2018-09-131-5/+5
| * | DOC: Add warning/clarification about backwards compat in NEP-18Stephan Hoyer2018-09-131-13/+41
| |/
* | Merge pull request #11950 from eric-wieser/improve-ufunc-docsCharles Harris2018-09-143-12/+79
|\ \
| * | TST: Split TestUfunc.test_signature into lots of smaller testsMatti Picus2018-09-141-7/+13
| * | DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
| * | DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
| * | STY: string trailing spacesEric Wieser2018-09-131-2/+2
* | | Merge pull request #11949 from eric-wieser/tidy-_dtypeCharles Harris2018-09-141-13/+7
|\ \ \ | |/ / |/| |
| * | MAINT: Eliminate a struct/non-struct branch in dtype.__repr__Eric Wieser2018-09-111-13/+4
| * | MAINT: Extract a helper function for the dtype __str__ on scalar/simple typesEric Wieser2018-09-111-0/+3
* | | Merge pull request #11932 from eric-wieser/dtype.name-to-pythonCharles Harris2018-09-132-66/+40
|\ \ \ | |/ / | | / | |/ |/|
| * MAINT: Move np.dtype.name.__get__ to pythonEric Wieser2018-09-112-66/+40
* | TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-1210-90/+34
* | Merge pull request #11934 from numpy/revert-11693-accept-nep18Charles Harris2018-09-121-2/+1
|\ \
| * | Revert "NEP: Mark NEP 18 as accepted"revert-11693-accept-nep18Stephan Hoyer2018-09-121-2/+1
|/ /
* | Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-123-11/+11
|\ \ | |/ |/|
| * DOC: Add missing commaEric Wieser2018-09-111-1/+1
| * STY: revert whitespace changesEric Wieser2018-09-111-3/+3
| * DOC: #defining -> #defineDerek Kim2018-09-112-8/+8
| * DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-112-6/+6
* | Merge pull request #10602 from eric-wieser/dtype-__str__-__repr__-in-pythonCharles Harris2018-09-114-474/+328
|\ \
| * | MAINT: Move dtype string functions to pythonEric Wieser2018-08-194-474/+328
* | | Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-116-6/+2
|\ \ \
| * | | MAINT: remove redundant importsmattip2018-09-096-6/+2
* | | | Merge pull request #11921 from eric-wieser/fix-bitnameCharles Harris2018-09-112-67/+51
|\ \ \ \
| * | | | MAINT: Don't use `__name__` to inspect type informationEric Wieser2018-09-102-67/+51
* | | | | Merge pull request #11930 from giuliobenetti/masterCharles Harris2018-09-111-1/+1
|\ \ \ \ \
| * | | | | DOC: fix scipy-sphinx-theme license pathGiulio Benetti2018-09-111-1/+1
|/ / / / /
* | | | | Merge pull request #11891 from tylerjereddy/rm_exec_command_1Eric Wieser2018-09-101-4/+8
|\ \ \ \ \
| * | | | | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
|/ / / / /
* | | | | Merge pull request #11899 from tylerjereddy/rm_exec_command_3Charles Harris2018-09-102-3/+15
|\ \ \ \ \
| * | | | | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-102-3/+15
* | | | | | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)Yug Khanna2018-09-101-3/+5
|/ / / / /
* | | | | Merge pull request #11922 from eric-wieser/test-maximum_sctypeCharles Harris2018-09-101-0/+27
|\ \ \ \ \ | |/ / / /
| * | | | TST: Add tests for maximum_sctypeEric Wieser2018-09-091-0/+27
* | | | | Merge pull request #11900 from tylerjereddy/rm_exec_command_4Charles Harris2018-09-102-9/+40
|\ \ \ \ \
| * | | | | MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-102-9/+40
* | | | | | BUG: Fix memory leak in pyfragments.swg (#11877)Christopher Pezley2018-09-101-2/+4
|/ / / / /