Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | MAINT: Extract a helper function for the dtype __str__ on scalar/simple types | Eric Wieser | 2018-09-11 | 1 | -0/+3 | |
* | | | | | | Merge pull request #11932 from eric-wieser/dtype.name-to-python | Charles Harris | 2018-09-13 | 2 | -66/+40 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Move np.dtype.name.__get__ to python | Eric Wieser | 2018-09-11 | 2 | -66/+40 | |
* | | | | | TST: Replace calls to unittest.TestCase.fail (#11933) | Roman Yurchak | 2018-09-12 | 10 | -90/+34 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #11934 from numpy/revert-11693-accept-nep18 | Charles Harris | 2018-09-12 | 1 | -2/+1 | |
|\ \ \ \ | ||||||
| * | | | | Revert "NEP: Mark NEP 18 as accepted"revert-11693-accept-nep18 | Stephan Hoyer | 2018-09-12 | 1 | -2/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #11929 from derek-kim/master | Matti Picus | 2018-09-12 | 3 | -11/+11 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | DOC: Add missing comma | Eric Wieser | 2018-09-11 | 1 | -1/+1 | |
| * | | | STY: revert whitespace changes | Eric Wieser | 2018-09-11 | 1 | -3/+3 | |
| * | | | DOC: #defining -> #define | Derek Kim | 2018-09-11 | 2 | -8/+8 | |
| * | | | DOC: #defining -> #define / Added a short explanation for Numeric, which | Derek Kim | 2018-09-11 | 2 | -6/+6 | |
* | | | | Merge pull request #10602 from eric-wieser/dtype-__str__-__repr__-in-python | Charles Harris | 2018-09-11 | 4 | -474/+328 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Move dtype string functions to python | Eric Wieser | 2018-08-19 | 4 | -474/+328 | |
* | | | | | Merge pull request #11909 from mattip/flake8-cleanups | Charles Harris | 2018-09-11 | 6 | -6/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: remove redundant imports | mattip | 2018-09-09 | 6 | -6/+2 | |
* | | | | | | Merge pull request #11921 from eric-wieser/fix-bitname | Charles Harris | 2018-09-11 | 2 | -67/+51 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Don't use `__name__` to inspect type information | Eric Wieser | 2018-09-10 | 2 | -67/+51 | |
* | | | | | | | Merge pull request #11930 from giuliobenetti/master | Charles Harris | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: fix scipy-sphinx-theme license path | Giulio Benetti | 2018-09-11 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11891 from tylerjereddy/rm_exec_command_1 | Eric Wieser | 2018-09-10 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: remove exec_command from build_ext | Tyler Reddy | 2018-09-10 | 1 | -4/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11899 from tylerjereddy/rm_exec_command_3 | Charles Harris | 2018-09-10 | 2 | -3/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: remove exec_command from system_info.py | Tyler Reddy | 2018-09-10 | 2 | -3/+15 | |
* | | | | | | | | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914) | Yug Khanna | 2018-09-10 | 1 | -3/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11922 from eric-wieser/test-maximum_sctype | Charles Harris | 2018-09-10 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | TST: Add tests for maximum_sctype | Eric Wieser | 2018-09-09 | 1 | -0/+27 | |
* | | | | | | | Merge pull request #11900 from tylerjereddy/rm_exec_command_4 | Charles Harris | 2018-09-10 | 2 | -9/+40 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: remove exec_command from gnu.py | Tyler Reddy | 2018-09-10 | 2 | -9/+40 | |
* | | | | | | | | BUG: Fix memory leak in pyfragments.swg (#11877) | Christopher Pezley | 2018-09-10 | 1 | -2/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11920 from YannickJadoul/test_numerictypes.py-TestSctypeD... | Eric Wieser | 2018-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: Fix 'def' of core/tests/test_numerictypes.py::TestSctypeDict test class ... | Yannick Jadoul | 2018-09-10 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #11912 from mattip/dtype-offset-int | Charles Harris | 2018-09-09 | 2 | -3/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: dtype offset is limited to int | mattip | 2018-09-09 | 2 | -3/+5 | |
* | | | | | | | | | Merge pull request #11693 from shoyer/accept-nep18 | Charles Harris | 2018-09-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Mark NEP 18 as accepted | Stephan Hoyer | 2018-08-08 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #11882 from eric-wieser/isscalar-docs | Charles Harris | 2018-09-08 | 1 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Recommend the use of `np.ndim` over `np.isscalar`, and explain the diffe... | Eric Wieser | 2018-09-04 | 1 | -0/+36 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11906 from tylerjereddy/shippable_arm_ci | Charles Harris | 2018-09-08 | 1 | -0/+70 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | TST: add shippable ARMv8 to CI. | Tyler Reddy | 2018-09-07 | 1 | -0/+70 | |
* | | | | | | | | | Merge pull request #11904 from QuLogic/core-parametrize | Charles Harris | 2018-09-08 | 2 | -95/+49 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: Parametrize print tests. | Elliott Sales de Andrade | 2018-09-07 | 1 | -40/+31 | |
| * | | | | | | | | | TST: Use pytest for some already-parametrized tests. | Elliott Sales de Andrade | 2018-09-07 | 1 | -55/+18 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #11907 from tswast/patch-1 | Charles Harris | 2018-09-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Link to specific section on docstrings | Tim Swast | 2018-09-07 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #11896 from charris/fix-pytest-failures | Charles Harris | 2018-09-06 | 9 | -50/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+. | Charles Harris | 2018-09-06 | 9 | -50/+30 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #11895 from QuLogic/linalg-parametrize | Eric Wieser | 2018-09-06 | 1 | -70/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | TST: Parametrize some linalg tests over types. | Elliott Sales de Andrade | 2018-09-06 | 1 | -70/+52 | |
* | | | | | | | | | Merge pull request #11893 from QuLogic/duplicate-test | Matti Picus | 2018-09-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | TST: Fix duplicated test name. | Elliott Sales de Andrade | 2018-09-06 | 1 | -2/+2 | |
|/ / / / / / / / |