Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Make numpy/linalg/setup.py PEP8 compliant | Ronan Lamy | 2015-10-02 | 1 | -16/+17 |
| | |||||
* | MAINT: Simplify numpy/linalg/setup.py | Ronan Lamy | 2015-10-02 | 1 | -8/+8 |
| | | | | | | Compute the sources required to build extensions lapack_lite and _umath_linalg in a more direct way that doesn't rely on abusing the 'depends' argument to config.add_extension(). | ||||
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -2/+2 |
| | | | | | | | Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long and will need to be broken at some point. OTOH, some lines were already too long and need to be broken at some point. Now seems as good a time as any to do this with open PRs at a minimum. | ||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -2/+2 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | MAINT: move umath_linalg under numpy/linalg and use the same lapack_lite | Pauli Virtanen | 2013-04-10 | 1 | -5/+23 |
| | | | | Also, link umath_linalg against the system BLAS/LAPACK if available. | ||||
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078. | ||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | Make linalg setup.py runnable under python3. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Rename and reformat pythonxerbla. | Stefan van der Walt | 2008-04-28 | 1 | -2/+2 |
| | |||||
* | Fix import error. | Pearu Peterson | 2008-04-09 | 1 | -0/+2 |
| | |||||
* | Disable pythonxerbla.c patch for win32 (the MSVC linker failes on multiple ↵ | Pearu Peterson | 2008-04-09 | 1 | -0/+3 |
| | | | | defined symbols) when using optimized lapack. | ||||
* | Fixing compile error from MSVC. | Pearu Peterson | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | Apply modified patch from ticket 673. The patch is effective when using ↵ | Pearu Peterson | 2008-04-09 | 1 | -4/+5 |
| | | | | unoptimized lapack shipped with numpy [tested] or if optimized lapack library does not have xerbla_ defined [not tested] | ||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -2/+0 |
| | |||||
* | numpy.linalg.setup.py: include the test cases | cookedm | 2006-07-14 | 1 | -0/+2 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -1/+1 |
| | | | | extraneous whitespace | ||||
* | Change most setup.py files | Travis Oliphant | 2006-01-04 | 1 | -4/+4 |
| | |||||
* | rename sub-packages | Travis Oliphant | 2006-01-04 | 1 | -0/+31 |