summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / / /
* | | | | Merge pull request #11920 from YannickJadoul/test_numerictypes.py-TestSctypeD...Eric Wieser2018-09-091-1/+1
|\ \ \ \ \
| * | | | | TST: Fix 'def' of core/tests/test_numerictypes.py::TestSctypeDict test class ...Yannick Jadoul2018-09-101-1/+1
* | | | | | Merge pull request #11912 from mattip/dtype-offset-intCharles Harris2018-09-092-3/+5
|\ \ \ \ \ \
| * | | | | | DOC: dtype offset is limited to intmattip2018-09-092-3/+5
* | | | | | | Merge pull request #11693 from shoyer/accept-nep18Charles Harris2018-09-081-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Mark NEP 18 as acceptedStephan Hoyer2018-08-081-1/+2
* | | | | | | Merge pull request #11882 from eric-wieser/isscalar-docsCharles Harris2018-09-081-0/+36
|\ \ \ \ \ \ \
| * | | | | | | DOC: Recommend the use of `np.ndim` over `np.isscalar`, and explain the diffe...Eric Wieser2018-09-041-0/+36
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #11906 from tylerjereddy/shippable_arm_ciCharles Harris2018-09-081-0/+70
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | TST: add shippable ARMv8 to CI.Tyler Reddy2018-09-071-0/+70
* | | | | | | Merge pull request #11904 from QuLogic/core-parametrizeCharles Harris2018-09-082-95/+49
|\ \ \ \ \ \ \
| * | | | | | | TST: Parametrize print tests.Elliott Sales de Andrade2018-09-071-40/+31
| * | | | | | | TST: Use pytest for some already-parametrized tests.Elliott Sales de Andrade2018-09-071-55/+18
| |/ / / / / /
* | | | | | | Merge pull request #11907 from tswast/patch-1Charles Harris2018-09-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Link to specific section on docstringsTim Swast2018-09-071-1/+1
|/ / / / / /
* | | | | | Merge pull request #11896 from charris/fix-pytest-failuresCharles Harris2018-09-069-50/+30
|\ \ \ \ \ \
| * | | | | | BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-069-50/+30
|/ / / / / /
* | | | | | Merge pull request #11895 from QuLogic/linalg-parametrizeEric Wieser2018-09-061-70/+52
|\ \ \ \ \ \
| * | | | | | TST: Parametrize some linalg tests over types.Elliott Sales de Andrade2018-09-061-70/+52
* | | | | | | Merge pull request #11893 from QuLogic/duplicate-testMatti Picus2018-09-061-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | TST: Fix duplicated test name.Elliott Sales de Andrade2018-09-061-2/+2
|/ / / / / /
* | | | | | Merge pull request #11892 from QuLogic/parametrize-scalarMatti Picus2018-09-051-21/+22
|\ \ \ \ \ \
| * | | | | | TST: Parametrize PEP3118 scalar tests.Elliott Sales de Andrade2018-09-061-21/+22
|/ / / / / /
* | | | | | Merge pull request #11837 from eric-wieser/basics-docsCharles Harris2018-09-051-33/+151
|\ \ \ \ \ \
| * | | | | | DOC: Make clear the connection between numpy types and C typesEric Wieser2018-09-041-33/+151
* | | | | | | Merge pull request #11880 from charris/fix-scipy-compatMatti Picus2018-09-052-38/+45
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |