| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibility | Mike Taves | 2020-04-01 | 1 | -4/+0 |
* | MAINT: Add better error handling in linalg.norm for vectors and clarify it in... | Jim | 2020-03-12 | 3 | -7/+11 |
* | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 2 | -2/+2 |
* | DOC: Improve the `numpy.linalg.eig` doctring. (#15550) | Charles Harris | 2020-02-13 | 1 | -9/+16 |
* | Merge pull request #15468 from hameerabbasi/fix-svd-sorted | Matti Picus | 2020-02-06 | 2 | -8/+21 |
|\ |
|
| * | BUG: Fix for SVD not always sorted with hermitian=True | Hameer Abbasi | 2020-02-05 | 2 | -8/+21 |
* | | TST: mark the top 3 slowest tests to save ~10 seconds | mattip | 2020-02-02 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #15417 from sethtroisi/python2_easy | Matti Picus | 2020-01-29 | 2 | -8/+1 |
|\ |
|
| * | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-28 | 2 | -8/+1 |
* | | Merge pull request #15452 from mwtoews/E401 | Matti Picus | 2020-01-29 | 1 | -1/+2 |
|\ \ |
|
| * | | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401) | Mike Taves | 2020-01-28 | 1 | -1/+2 |
| |/ |
|
* | | MAINT: Remove sys.version checks (gh-#15373) | Seth Troisi | 2020-01-28 | 1 | -6/+1 |
|/ |
|
* | MAINT: Const qualify UFunc inner loops (gh-15355) | Kai Striega | 2020-01-21 | 1 | -34/+34 |
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -12/+8 |
* | Merge pull request #15224 from pv/lapack-lite-symrename | Matti Picus | 2020-01-20 | 12 | -37/+787 |
|\ |
|
| * | GEN: regenerate lapack_lite | Pauli Virtanen | 2020-01-14 | 8 | -25/+716 |
| * | MAINT: linalg: use symbol suffix in fallback lapack_lite | Pauli Virtanen | 2020-01-14 | 4 | -12/+71 |
* | | Merge pull request #15333 from eric-wieser/use-PyDict_GetItemWithError | Matti Picus | 2020-01-16 | 1 | -8/+20 |
|\ \ |
|
| * | | BUG: Add some missing C error handling | Eric Wieser | 2020-01-15 | 1 | -8/+20 |
* | | | DOC: fix typos | Brian Wignall | 2020-01-14 | 2 | -2/+2 |
|/ / |
|
* | | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 6 | -21/+21 |
* | | Merge pull request #14376 from jdufresne/future | Sebastian Berg | 2020-01-03 | 10 | -20/+0 |
|\ \ |
|
| * | | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 10 | -20/+0 |
| |/ |
|
* | | MAINT: Remove Python2 specific C module setup (gh-15231) | Seth Troisi | 2020-01-03 | 2 | -32/+5 |
|/ |
|
* | MAINT: indicate in numpy.__config__ when fallback lapack_lite is used | Pauli Virtanen | 2020-01-01 | 1 | -5/+16 |
* | MAINT: better way of indicating whether numpy was built with ILP64 BLAS | Pauli Virtanen | 2020-01-01 | 1 | -0/+6 |
* | ENH: build fallback lapack_lite with 64-bit integers on 64-bit platforms | Pauli Virtanen | 2020-01-01 | 2 | -6/+12 |
* | DOC: lapack_lite: fix incorrect information in lapack_lite README | Pauli Virtanen | 2020-01-01 | 1 | -2/+2 |
* | Merge pull request #15107 from pv/blas64-ilp64-ci | Charles Harris | 2020-01-01 | 1 | -0/+28 |
|\ |
|
| * | TST: linalg: add ilp64 lapack low-memory smoketest | Pauli Virtanen | 2019-12-21 | 1 | -0/+28 |
* | | DOC: update cholesky docstring regarding input checking | Zé Vinícius | 2019-12-23 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #15129 from bwignall/typo_leven | Matti Picus | 2019-12-19 | 3 | -7/+7 |
|\ |
|
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 3 | -7/+7 |
* | | DOC: linalg: Include information about scipy.linalg. (#14988) | Warren Weckesser | 2019-12-19 | 1 | -2/+48 |
|/ |
|
* | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg | Pauli Virtanen | 2019-12-14 | 3 | -47/+13 |
* | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-14 | 1 | -4/+2 |
* | Merge pull request #15052 from pv/blas64-fixup | Sebastian Berg | 2019-12-06 | 1 | -1/+1 |
|\ |
|
| * | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-04 | 1 | -1/+1 |
* | | DOC: Fix statement about norms (#15050) | Andreas Klöckner | 2019-12-05 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #15021 from pv/blas64-test | Charles Harris | 2019-12-02 | 1 | -1/+15 |
|\ |
|
| * | TST: linalg: add smoke test for 64-bit blas | Pauli Virtanen | 2019-12-01 | 1 | -1/+15 |
* | | ENH: core: add LAPACK64_ support in numpy.linalg | Pauli Virtanen | 2019-11-29 | 4 | -336/+438 |
|/ |
|
* | MAINT: Small clarification spelling fixes. | Charles Harris | 2019-11-25 | 1 | -5/+5 |
* | DOC: fix docstring of np.linalg.norm | mattip | 2019-11-23 | 1 | -4/+7 |
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -3/+4 |
* | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 1 | -4/+3 |
|\ |
|
| * | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -2/+2 |
| * | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 1 | -4/+3 |
* | | Rename helper functions to not use the word rank | Eric Wieser | 2019-10-31 | 1 | -40/+37 |
|/ |
|
* | DOC: add up-to-date numpy.linalg docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 2 | -80/+67 |