Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Use modern exception syntax. | Charles Harris | 2013-02-26 | 1 | -1/+1 |
| | | | | Example: except ValueError,msg: -> except ValueError as msg: | ||||
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 3 | -44/+0 |
| | | | | | | | | | This removes files and code supporting scons builds. After this change numpy will only support builds using distutils or bento. The removal of scons has been discussed on the list several times and a decision has been made that scons support is no longer needed. This was originally discussed for numpy 1.7 and because the distutils and bento methods are still available we are skipping the usual deprecation period. | ||||
* | Fix typo in SVD usage example | Vladimir Rutsky | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Fixed parenthesis typo | Guillaume Gay | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Taking njsmith comment into account | Guillaume Gay | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Correct `linalg.solve` doc string | Guillaume Gay | 2012-10-22 | 1 | -2/+2 |
| | | | Fixes issue 2692 | ||||
* | Use PyMODINIT_FUNC and update docs accordingly. | cgohlke | 2012-09-02 | 1 | -1/+1 |
| | | | | See https://github.com/scipy/scipy/pull/279 | ||||
* | BUG: change default threshold for matrix_rank | Matthew Brett | 2012-07-14 | 2 | -20/+60 |
| | | | | | | | The default tolerance threshold for matrix_rank was passing as full rank some matrices that were numerically rank deficient. This commit changes the default tolerance to match the algorithm in MATLAB and Numerical recipes. | ||||
* | DOC: merge doc wiki edits. A number of small edits in linalg and lib. | Ralf Gommers | 2012-07-07 | 1 | -40/+41 |
| | |||||
* | WRN: Fix some compiler warnings. | Charles Harris | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | UPD: Update files for versioned deprecation. | Charles Harris | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | UPD: Make lapack_litemodule.c use non-deprecated macros/functions. | Charles Harris | 2012-04-06 | 1 | -11/+16 |
| | |||||
* | BUG: native but not '=' byte order error in lapack | Matthew Brett | 2012-03-17 | 2 | -2/+23 |
| | | | | | | The check_object call in lapack_litemodule was checking if the passed array was of byteorder '=' or '|', but this check failed for arrays of specified native byte order ('<' on little-endian). | ||||
* | PY3: Fix FindDependenciesLdd "ResourceWarning: unclosed file". | Charles Harris | 2012-03-12 | 1 | -1/+2 |
| | |||||
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -0/+1 |
| | |||||
* | UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core. | Charles Harris | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | UPD: Use prefixed macros in lapack_litemodule.c. | Charles Harris | 2012-02-04 | 1 | -9/+9 |
| | | | | Also included ndarrayobject.h instead of noprefix.h. | ||||
* | STY: linalg - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -69/+69 |
| | |||||
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 1 | -4/+3 |
| | |||||
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | REF: define hook file locally. | David Cournapeau | 2011-08-29 | 1 | -0/+2 |
| | |||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 1 | -12/+2 |
| | |||||
* | ENH: add fft/random support. | David Cournapeau | 2011-08-29 | 1 | -3/+2 |
| | |||||
* | FEAT: add numpy.linalg. | David Cournapeau | 2011-08-29 | 2 | -0/+46 |
| | |||||
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -2/+2 |
| | |||||
* | STY: Cleanup test_linalg a bit. | Charles Harris | 2011-05-10 | 1 | -22/+42 |
| | |||||
* | TST: Add test for QR on empty array | Skipper Seabold | 2011-05-10 | 1 | -0/+5 |
| | |||||
* | BUG: Add not empty check to linalg.qr | Skipper Seabold | 2011-05-10 | 1 | -0/+1 |
| | |||||
* | BUG: linalg: Update the rwork size in the call to zgesdd to reflect a ↵ | Jason Grout | 2011-04-26 | 1 | -1/+2 |
| | | | | | | documentation bugfix in Lapack SVN revision 729. See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=1779 | ||||
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -8/+8 |
| | | | | assert in non-testing files that should be checked for correctness. | ||||
* | STY: Fix up some two line old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -4/+4 |
| | |||||
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -4/+4 |
| | |||||
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -17/+17 |
| | |||||
* | STY: Replace remaining old style classes with classes subclassing object. | Charles Harris | 2011-04-05 | 1 | -2/+2 |
| | |||||
* | STY: Replace old style classes in tests with classes subclassing object. | Charles Harris | 2011-04-05 | 2 | -4/+4 |
| | |||||
* | BUG: Python 2.4 doesn't accept the construction class foo(): | Charles Harris | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | BUG: fix tests in test_linalg.py. Do not subclass from TestCase. | Ralf Gommers | 2011-04-03 | 1 | -6/+6 |
| | |||||
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 1 | -9/+9 |
| | |||||
* | DOC: core: Document the new einsum function | Mark Wiebe | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | BUG: linalg: lstsq should always return real residuals (#937) | Pauli Virtanen | 2010-10-10 | 2 | -14/+104 |
| | |||||
* | DOC: merge wiki edits for module linalg. | rgommers | 2010-06-02 | 1 | -72/+75 |
| | |||||
* | ENH: linalg: convert non-native endian arrays to native-endian before ↵ | Pauli Virtanen | 2010-05-11 | 2 | -0/+31 |
| | | | | handing them to lapack_lite | ||||
* | BUG: linalg: check array byte order before passing it to lapack_lite (fixes ↵ | Pauli Virtanen | 2010-05-11 | 1 | -0/+6 |
| | | | | #1482) | ||||
* | ENH: Do some housekeeping for the newly added slogdet function. | Charles Harris | 2010-05-05 | 1 | -0/+2 |
| | |||||
* | ENH: Add slogdet to the linalg module. The patch is from njs with | Charles Harris | 2010-05-05 | 3 | -11/+97 |
| | | | | slogdet substituted for sign_log_det. Closes ticket #1402. | ||||
* | DEP: Fix one more deprecated unittest function. | Charles Harris | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | 3K: linalg: fix integer division issue and tests | Pauli Virtanen | 2010-02-21 | 2 | -2/+4 |
| | |||||
* | 3K: linalg: fix some str/bytes issues | Pauli Virtanen | 2010-02-20 | 1 | -20/+30 |
| | |||||
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -20/+24 |
| |