| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak in #172 | Travis Oliphant | 2006-07-07 | 1 | -3/+7 |
* | Speed up mod function using fmod and add use_pythonmath and use_scalarmath fu... | Travis Oliphant | 2006-07-06 | 3 | -6/+113 |
* | Fix to NA_OptionalOutputArray so that resulting array is a copy of the master... | chanley | 2006-07-06 | 1 | -1/+2 |
* | Patch from David Huard to future-proof histogram2d test | cookedm | 2006-07-06 | 1 | -3/+2 |
* | Fix UserArray. | Travis Oliphant | 2006-07-06 | 3 | -103/+113 |
* | cache the ATLAS version computation | cookedm | 2006-07-06 | 1 | -3/+8 |
* | Find reference-counting problem leading to memory leak in PyArray_Round | Travis Oliphant | 2006-07-06 | 2 | -8/+9 |
* | Get rid of silly returns in scalar-math module which was preventing it's work... | Travis Oliphant | 2006-07-06 | 2 | -4/+5 |
* | Optimize 1-d indexing and re-factor code that handles negative numbers in dim... | Travis Oliphant | 2006-07-06 | 1 | -17/+28 |
* | Fix error in linalg.py | Travis Oliphant | 2006-07-06 | 1 | -1/+4 |
* | Fix missing ) in numpy.i | Travis Oliphant | 2006-07-06 | 1 | -9/+3 |
* | Add .M .A .T .H to array scalars. | Travis Oliphant | 2006-07-06 | 2 | -8/+75 |
* | Add .M .A .T .H attributes to MA | Travis Oliphant | 2006-07-06 | 1 | -0/+20 |
* | Add .A, .H, .T, .M attributes to the ndarray. | Travis Oliphant | 2006-07-06 | 2 | -18/+79 |
* | Fixed typos in distutils.system_info | edschofield | 2006-07-06 | 1 | -2/+2 |
* | Add comments for VOID_compare) | Travis Oliphant | 2006-07-06 | 1 | -2/+11 |
* | Add support for == and != comparison of void-type arrays. | Travis Oliphant | 2006-07-06 | 1 | -4/+106 |
* | Fix assert_array_compare to handle boolean return from equality testing (whic... | Travis Oliphant | 2006-07-06 | 1 | -4/+10 |
* | Fix buffered reduce, accumulate, and reduceat. | Travis Oliphant | 2006-07-06 | 3 | -2/+7 |
* | In meshgrid, use views on the input parameters to avoid changing their | Stefan van der Walt | 2006-07-05 | 1 | -2/+2 |
* | default dtype conversion | sasha | 2006-07-05 | 1 | -0/+66 |
* | Working on Fortran analyzer. | Pearu Peterson | 2006-07-05 | 7 | -122/+434 |
* | Redo mtrand.pyx with Pyrex 0.9.4.1: fixes bug in test_histogram2d on Python 2... | cookedm | 2006-07-04 | 1 | -500/+544 |
* | Convert linalg to use dtypes instead of typecodes | cookedm | 2006-07-04 | 1 | -36/+43 |
* | Working on Fortran analyzer. | Pearu Peterson | 2006-07-04 | 10 | -128/+846 |
* | Check for error and asthetic spacing change. | Travis Oliphant | 2006-07-03 | 2 | -3/+6 |
* | Fix .ctypes.strides and .ctypes.shape to return None (interpreted as NULL by ... | Travis Oliphant | 2006-07-03 | 1 | -0/+12 |
* | Change the name to ctypes_load_library | Travis Oliphant | 2006-07-03 | 1 | -2/+2 |
* | Add a require function, a issubdtype, and a load_ctypes_function to NumPy | Travis Oliphant | 2006-07-03 | 2 | -4/+63 |
* | Convert docstrings to reflect change to floating-point defaults. | Travis Oliphant | 2006-07-03 | 3 | -8/+17 |
* | Fixed missing case in casting call. | Travis Oliphant | 2006-07-02 | 1 | -11/+26 |
* | Added more Fortran parser tests. | Pearu Peterson | 2006-07-02 | 3 | -29/+88 |
* | Improve docstrings a little. | Travis Oliphant | 2006-07-02 | 1 | -2/+2 |
* | Add _as_parameter_ method so arrays can be used directly as ctypes | Travis Oliphant | 2006-07-02 | 2 | -1/+11 |
* | Fix up failing tests. | Travis Oliphant | 2006-07-02 | 3 | -3/+8 |
* | Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A... | Travis Oliphant | 2006-07-02 | 7 | -51/+134 |
* | Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ... | Travis Oliphant | 2006-07-01 | 4 | -13/+68 |
* | Adjust histogram2d a bit. Fix doc for logspace. | Travis Oliphant | 2006-07-01 | 2 | -9/+19 |
* | Added histogram2d #161 | Travis Oliphant | 2006-07-01 | 3 | -9/+102 |
* | Fix typo shown in #164 and change dummy to two in PyArrayInterface | Travis Oliphant | 2006-07-01 | 3 | -7/+7 |
* | Make 'assert_equal' handle tuples (not only lists). Closes #163. | Stefan van der Walt | 2006-06-30 | 1 | -1/+1 |
* | More unit-tests for Fortran parser. | Pearu Peterson | 2006-06-30 | 2 | -55/+240 |
* | For repr() of a matrix, add an extra space at the beginning of lines to line ... | cookedm | 2006-06-30 | 1 | -1/+8 |
* | Fix up numarray requirements flags. | Travis Oliphant | 2006-06-30 | 1 | -4/+4 |
* | Make the default array type float. | Travis Oliphant | 2006-06-30 | 10 | -37/+145 |
* | Writting parser unittests, fixed bugs. | Pearu Peterson | 2006-06-30 | 8 | -270/+751 |
* | Workout a way to access Fortran derived objects from C. | Pearu Peterson | 2006-06-30 | 3 | -0/+102 |
* | Cast to double instead of float in digitize. | Stefan van der Walt | 2006-06-30 | 2 | -2/+7 |
* | Add docstring and tests for digitize. | Stefan van der Walt | 2006-06-30 | 2 | -24/+45 |
* | Fixed lapack finding on intel-mac | Travis Oliphant | 2006-06-30 | 1 | -10/+32 |