summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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 #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-142-82/+26
|\ \
| * | DEP: finish making all comparisons to NaT falseStephan Hoyer2018-09-132-82/+26
| |/
* | Merge pull request #11950 from eric-wieser/improve-ufunc-docsCharles Harris2018-09-141-7/+13
|\ \
| * | TST: Split TestUfunc.test_signature into lots of smaller testsMatti Picus2018-09-141-7/+13
* | | 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 #11929 from derek-kim/masterMatti Picus2018-09-121-4/+4
|\ \ | |/ |/|
| * DOC: #defining -> #defineDerek Kim2018-09-111-2/+2
| * DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-2/+2
* | 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
* | | | | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
* | | | | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-3/+8
* | | | | 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
* | | | | MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-102-9/+40
* | | | | 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
* | | | | | DOC: dtype offset is limited to intmattip2018-09-091-0/+1
* | | | | | 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
| | |/ / / | |/| | |
* | | | | 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
* | | | | BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-068-50/+25
* | | | | 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
* | | | | | TST: Fix duplicated test name.Elliott Sales de Andrade2018-09-061-2/+2
|/ / / / /
* | | | | 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
* | | | | | BUG: The multiarray/ufunc merge broke old wheels.Charles Harris2018-09-042-38/+45
| |/ / / / |/| | | |
* | | | | MAINT: remove surviving, unused, list comprehension (#11843)Jeff2018-09-031-7/+0
* | | | | MAINT: dtype(unicode) should raise TypeError on failuremattip2018-09-032-0/+7
* | | | | BUG: Re-add _ones_like to numpy.core.umath.Marten van Kerkwijk2018-09-011-2/+1
| |/ / / |/| | |
* | | | Merge pull request #11850 from jeffyancey/update-polybase-commentCharles Harris2018-08-311-1/+1
|\ \ \ \
| * | | | DOC: closes #11845Jeffrey Yancey2018-08-311-1/+1
| | |/ / | |/| |
* | | | Merge pull request #11840 from tylerjereddy/issue_11151Charles Harris2018-08-312-12/+54
|\ \ \ \