summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-184-85/+59
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-214-85/+59
* | Merge pull request #15125 from bashtage/remove-basic-rngMatti Picus2019-12-181-5/+5
|\ \
| * | DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
|/ /
* | Merge pull request #15120 from mattip/build-warningsSebastian Berg2019-12-162-4/+4
|\ \
| * | BLD: fix signed-unsigned comparison warningmattip2019-12-162-4/+4
|/ /
* | Merge pull request #15116 from numpy/dependabot/pip/pytest-5.3.2Charles Harris2019-12-161-1/+1
|\ \
| * | MAINT: Bump pytest from 5.3.1 to 5.3.2dependabot/pip/pytest-5.3.2dependabot-preview[bot]2019-12-161-1/+1
* | | Merge pull request #15110 from tillahoffmann/expm1Charles Harris2019-12-162-3/+9
|\ \ \ | |/ / |/| |
| * | 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
|/ /
* | Merge pull request #15115 from WarrenWeckesser/testcleanupCharles Harris2019-12-153-3/+0
|\ \
| * | MAINT: random: Remove a few unused imports from test files.Warren Weckesser2019-12-153-3/+0
|/ /
* | Merge pull request #15069 from pv/blas-ilp64Charles Harris2019-12-1518-212/+287
|\ \
| * | DOC: explain NPY_*_ILP64_ORDER default valuesPauli Virtanen2019-12-141-1/+1
| * | DOC: adjust ILP64 openblas release notePauli Virtanen2019-12-141-4/+3
| * | DOC: site.cfg: add note about 64-bit openblas library namesPauli Virtanen2019-12-141-0/+4
| * | BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-144-38/+53
| * | DOC: document 64-bit BLAS/LAPACK build-time variablesPauli Virtanen2019-12-141-13/+27
| * | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-148-107/+45
| * | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-144-50/+155
* | | Merge pull request #15106 from pv/f2py-f2cmapCharles Harris2019-12-156-19/+125
|\ \ \ | |/ / |/| |
| * | DOC: add release note for f2py --f2cmapPauli Virtanen2019-12-141-0/+4
| * | TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
| * | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-145-19/+66
| * | DOC: f2py: copy documentation for .f2cmap file from old f2py FAQPauli Virtanen2019-12-141-0/+49
|/ /
* | DOC: bring the out parameter docstring into line with ufuncs (#15097)Matti Picus2019-12-141-7/+17
* | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-113-15/+36
* | BUG: pickle the content of a scalar containing objects, not the address (gh-1...Matti Picus2019-12-113-4/+51
* | Merge pull request #15082 from mattip/pytest5Sebastian Berg2019-12-111-0/+1
|\ \
| * | TST: add value to pytest.ini for pytest6 compatibilitymattip2019-12-101-0/+1
* | | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-114-22/+41
|\ \ \
| * | | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-254-22/+41
| | |/ | |/|
* | | Merge pull request #15035 from mattip/issue-14625Sebastian Berg2019-12-093-2/+43
|\ \ \ | |_|/ |/| |
| * | MAINT: fixes from reviewmattip2019-12-031-3/+4
| * | DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
| * | BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-032-1/+41
* | | Merge pull request #15072 from pv/requires-memory-fixCharles Harris2019-12-081-1/+24
|\ \ \
| * | | TST: testing: check requires_memory immediately before the test + ignore Memo...Pauli Virtanen2019-12-081-1/+24
* | | | Merge pull request #15073 from WarrenWeckesser/ufunc-longlineMatti Picus2019-12-081-39/+75
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|/ / /
* | | Merge pull request #15070 from tylerjereddy/NaT_sort_version_bumpCharles Harris2019-12-071-1/+1
|\ \ \
| * | | DOC: correct version for NaT sortTyler Reddy2019-12-071-1/+1
|/ / /
* | | DOC: clarify documentation for transpose() (gh-15024)Daniel Povey2019-12-061-8/+13
* | | Merge pull request #15066 from numpy/revert-14794-nep-0034-implCharles Harris2019-12-0614-117/+51
|\ \ \
| * | | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-0614-117/+51
* | | | Merge pull request #15043 from charris/Update-HOWTO_RELEASECharles Harris2019-12-061-64/+69
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Update HOWTO_RELEASE.rst.txtCharles Harris2019-12-031-64/+69
* | | | Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-066-12/+13
|\ \ \ \