Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More unused vars tagged. | David Cournapeau | 2008-10-08 | 1 | -15/+16 | |
| | ||||||
* | Removed unused/duplicate imports. | Alan McIntyre | 2008-09-13 | 5 | -27/+18 | |
| | | | | | | | | Removed repeated members of __all__. Fixed reference to undefined "out" in functions.py:take function. Fixed references to undefined "N" in functions.py. Rewrapped lines to conform to PEP8. Fixed references to undefined FPE_* constants (from numpy) in util.py. | |||||
* | Simplify a bit more scons scripts. | David Cournapeau | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | Use NumpyPythonExtension instead of DistutilsPythonExtension where possible. | David Cournapeau | 2008-07-09 | 1 | -3/+2 | |
| | ||||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -0/+4 | |
| | | | | modules. | |||||
* | Adapt numpy.numarray to new build dir convention. | David Cournapeau | 2008-06-12 | 2 | -9/+11 | |
| | ||||||
* | Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in | David Cournapeau | 2008-05-20 | 1 | -4/+1 | |
| | | | | | numscons. | |||||
* | numarray now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+26 | |
| | ||||||
* | typo | Jarrod Millman | 2007-12-29 | 1 | -1/+1 | |
| | ||||||
* | typo | Jarrod Millman | 2007-12-29 | 1 | -1/+1 | |
| | ||||||
* | janitorial work | Jarrod Millman | 2007-12-29 | 1 | -50/+55 | |
| | ||||||
* | Fix building on freebsd [patch by Joe Peterson]. | Stefan van der Walt | 2007-12-14 | 1 | -3/+7 | |
| | ||||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 2 | -4/+4 | |
| | ||||||
* | ran reindent.py to cleanup whitespaces | Jarrod Millman | 2007-11-19 | 1 | -4/+4 | |
| | ||||||
* | cleaning up after reindent.py | Jarrod Millman | 2007-10-29 | 1 | -18/+18 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 3 | -17/+15 | |
| | ||||||
* | Small fix for numpy.info(), which was unconditionally broken | Fernando Perez | 2007-06-20 | 1 | -1/+1 | |
| | ||||||
* | #513: fix up include of fenv.c in numarray for cygwin | cookedm | 2007-05-15 | 2 | -12/+8 | |
| | ||||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 | |
| | ||||||
* | Change defined(linux) to defined(__GLIBC__) | Travis Oliphant | 2007-04-06 | 1 | -2/+2 | |
| | ||||||
* | Include fenv.h the second time for CYGWIN. Change a few defines. | Travis Oliphant | 2007-04-05 | 1 | -3/+2 | |
| | ||||||
* | Added patch in ticket #458 for compilation on Cygwin. | Travis Oliphant | 2007-03-26 | 1 | -1/+5 | |
| | ||||||
* | Fix numarray.fromstring | Travis Oliphant | 2007-02-28 | 1 | -2/+2 | |
| | ||||||
* | Import NewAxis for numarray compatibility. | Stefan van der Walt | 2007-02-03 | 1 | -0/+1 | |
| | ||||||
* | Fix include directory for fenv.c | Travis Oliphant | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | Fix location of fenv.h file for CYGWIN to correct compilation of NumPy on CYGWIN | Travis Oliphant | 2007-01-24 | 1 | -1/+1 | |
| | ||||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 9 | -65/+59 | |
| | ||||||
* | Fix warnings found by Intel compiler due to unused variables that were set. ↵ | Travis Oliphant | 2006-12-02 | 1 | -5/+3 | |
| | | | | Make ones work for compound types. | |||||
* | Don't share __all__ between numarray.linear_algebra and ↵ | Stefan van der Walt | 2006-11-22 | 1 | -1/+1 | |
| | | | | oldnumeric.linear_algebra. | |||||
* | Fix some compiler errors. | Travis Oliphant | 2006-11-17 | 1 | -1/+1 | |
| | ||||||
* | Python 2.5 fixes: replace int with Py_ssize_t where appropiate | cookedm | 2006-09-28 | 1 | -1/+1 | |
| | ||||||
* | Fix the fromfunction routine to use float as default. Update oldnumeric and ↵ | Travis Oliphant | 2006-09-28 | 1 | -3/+6 | |
| | | | | numarray compatibility modules. | |||||
* | Fix problem with alter_code1.py | Travis Oliphant | 2006-09-21 | 1 | -1/+1 | |
| | ||||||
* | Add one more import possibility. | Travis Oliphant | 2006-09-19 | 1 | -0/+2 | |
| | ||||||
* | Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵ | Travis Oliphant | 2006-09-19 | 1 | -22/+62 | |
| | | | | .orig file | |||||
* | Fix ticket #188 by returning the name of the dtype objects for data-type ↵ | Travis Oliphant | 2006-09-16 | 1 | -17/+47 | |
| | | | | objects without fields or sub-arrays that are in correct byte-order | |||||
* | Fix numarray.info function | Travis Oliphant | 2006-09-15 | 2 | -4/+21 | |
| | ||||||
* | Whitespace change in alter_code1.py | Travis Oliphant | 2006-09-07 | 1 | -2/+0 | |
| | ||||||
* | Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵ | Travis Oliphant | 2006-09-07 | 2 | -67/+15 | |
| | | | | ctypeslib when ctypes is not available. | |||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -2/+2 | |
| | ||||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -2/+2 | |
| | ||||||
* | Fix warning... | Travis Oliphant | 2006-08-25 | 1 | -1/+2 | |
| | ||||||
* | Fix NA_NewAllFromBuffer when shape is given | Travis Oliphant | 2006-08-24 | 1 | -21/+30 | |
| | ||||||
* | Remove usage of FatalError and fix linspace to end at stop if endpoint is True | Travis Oliphant | 2006-08-21 | 1 | -1/+1 | |
| | ||||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 2 | -2/+2 | |
| | ||||||
* | Change default axis argument of average and several masked array functions. ↵ | Travis Oliphant | 2006-08-13 | 1 | -1/+4 | |
| | | | | Move old behaviors to compatibility layer. | |||||
* | Finish adding the rest of numarray compatibility | Travis Oliphant | 2006-08-10 | 5 | -0/+33 | |
| | ||||||
* | Add qr decomposition to linalg | Travis Oliphant | 2006-08-10 | 6 | -0/+15 | |
| | ||||||
* | Finished up numpy.numarray.alter_code1 | Travis Oliphant | 2006-08-10 | 3 | -71/+108 | |
| |