summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-195-6/+6
* MAINT: Fix randint 0d limits and other 0d cleanups (#15126)Nico Schlömer2019-12-182-2/+2
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-182-77/+37
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-212-77/+37
* | BLD: fix signed-unsigned comparison warningmattip2019-12-161-3/+3
* | MAINT: Use trig identity to evaluate cosm1.Till Hoffmann2019-12-161-2/+2
* | BUG: Fix expm1 instability for small complex nums.Till Hoffmann2019-12-162-3/+9
* | BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-144-38/+53
* | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-144-59/+31
* | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-7/+4
* | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-112-15/+35
* | BUG: pickle the content of a scalar containing objects, not the address (gh-1...Matti Picus2019-12-113-4/+51
* | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-111-2/+6
|\ \
| * | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-251-2/+6
| |/
* | MAINT: core: Fix spacing in the expm1 docstring.Warren Weckesser2019-12-081-1/+1
* | MAINT: core: Fix a very long line in generated ufunc docstrings.Warren Weckesser2019-12-081-38/+74
* | DOC: correct version for NaT sortTyler Reddy2019-12-071-1/+1
* | DOC: clarify documentation for transpose() (gh-15024)Daniel Povey2019-12-061-8/+13
* | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-066-83/+26
* | Merge pull request #15022 from eric-wieser/better-f2py-errorMatti Picus2019-12-051-0/+1
|\ \
| * | ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-021-0/+1
* | | API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-041-2/+2
* | | TST: Add test for object method (and general unary) loops (#15040)Sebastian Berg2019-12-041-1/+39
* | | REL: Update master after 1.18.x branch.Charles Harris2019-12-032-0/+2
* | | Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-031-4/+2
|\ \ \
| * | | API: revert changes to standard_t, cauchymattip2019-11-301-2/+2
| * | | API: rename functions in distributions.c,hmattip2019-11-291-6/+4
| |/ /
* | | Merge pull request #15039 from eric-wieser/fix-weird-reraiseSebastian Berg2019-12-031-2/+1
|\ \ \
| * | | BUG: Exceptions tracebacks are droppedEric Wieser2019-12-031-2/+1
| |/ /
* | | Merge pull request #15036 from eric-wieser/fix-leakMatti Picus2019-12-031-1/+5
|\ \ \
| * | | BUG: Fix refcounting in ufunc object loopsEric Wieser2019-12-031-1/+6
* | | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-026-26/+83
|\ \ \ \
| * | | | MAINT: changes from reviewmattip2019-11-291-2/+4
| * | | | MAINT: add test to test_deprecationsmattip2019-11-291-1/+9
| * | | | MAINT: fixes from reviewmattip2019-11-251-4/+3
| * | | | MAINT: fixes from reviewmattip2019-11-071-6/+7
| * | | | MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-311-1/+2
| * | | | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-315-25/+71
* | | | | REL: Update cversion and numpyconfig.hCharles Harris2019-12-022-0/+5
* | | | | Merge pull request #15027 from charris/revert-71fc59dCharles Harris2019-12-022-145/+62
|\ \ \ \ \
| * | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-022-145/+62
| | |_|/ / | |/| | |
* | | | | ENH: core: link only against blas64_/lapack64_ when BLAS64_ setPauli Virtanen2019-11-291-9/+5
* | | | | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-0/+9
* | | | | ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when availablePauli Virtanen2019-11-291-36/+50
* | | | | ENH: core: add 64_ suffixed cblas headerPauli Virtanen2019-11-293-550/+594
* | | | | MAINT: core: optionally use symbol-suffixed 64-bit cblasPauli Virtanen2019-11-291-2/+15
|/ / / /
* | | | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-271-1/+1
|\ \ \ \
| * | | | API, MAINT: export symbols on MSVC, fix typosmattip2019-11-211-1/+1
* | | | | Merge pull request #14983 from charris/revert-71fc59dCharles Harris2019-11-271-20/+0
|\ \ \ \ \
| * | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-11-251-20/+0