summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in #172Travis Oliphant2006-07-071-3/+7
* Speed up mod function using fmod and add use_pythonmath and use_scalarmath fu...Travis Oliphant2006-07-063-6/+113
* Fix to NA_OptionalOutputArray so that resulting array is a copy of the master...chanley2006-07-061-1/+2
* Patch from David Huard to future-proof histogram2d testcookedm2006-07-061-3/+2
* Fix UserArray.Travis Oliphant2006-07-063-103/+113
* cache the ATLAS version computationcookedm2006-07-061-3/+8
* Find reference-counting problem leading to memory leak in PyArray_RoundTravis Oliphant2006-07-062-8/+9
* Get rid of silly returns in scalar-math module which was preventing it's work...Travis Oliphant2006-07-062-4/+5
* Optimize 1-d indexing and re-factor code that handles negative numbers in dim...Travis Oliphant2006-07-061-17/+28
* Fix error in linalg.pyTravis Oliphant2006-07-061-1/+4
* Fix missing ) in numpy.iTravis Oliphant2006-07-061-9/+3
* Add .M .A .T .H to array scalars.Travis Oliphant2006-07-062-8/+75
* Add .M .A .T .H attributes to MATravis Oliphant2006-07-061-0/+20
* Add .A, .H, .T, .M attributes to the ndarray.Travis Oliphant2006-07-062-18/+79
* Fixed typos in distutils.system_infoedschofield2006-07-061-2/+2
* Add comments for VOID_compare)Travis Oliphant2006-07-061-2/+11
* Add support for == and != comparison of void-type arrays.Travis Oliphant2006-07-061-4/+106
* Fix assert_array_compare to handle boolean return from equality testing (whic...Travis Oliphant2006-07-061-4/+10
* Fix buffered reduce, accumulate, and reduceat.Travis Oliphant2006-07-063-2/+7
* In meshgrid, use views on the input parameters to avoid changing theirStefan van der Walt2006-07-051-2/+2
* default dtype conversionsasha2006-07-051-0/+66
* Working on Fortran analyzer.Pearu Peterson2006-07-057-122/+434
* Redo mtrand.pyx with Pyrex 0.9.4.1: fixes bug in test_histogram2d on Python 2...cookedm2006-07-041-500/+544
* Convert linalg to use dtypes instead of typecodescookedm2006-07-041-36/+43
* Working on Fortran analyzer.Pearu Peterson2006-07-0410-128/+846
* Check for error and asthetic spacing change.Travis Oliphant2006-07-032-3/+6
* Fix .ctypes.strides and .ctypes.shape to return None (interpreted as NULL by ...Travis Oliphant2006-07-031-0/+12
* Change the name to ctypes_load_libraryTravis Oliphant2006-07-031-2/+2
* Add a require function, a issubdtype, and a load_ctypes_function to NumPyTravis Oliphant2006-07-032-4/+63
* Convert docstrings to reflect change to floating-point defaults.Travis Oliphant2006-07-033-8/+17
* Fixed missing case in casting call.Travis Oliphant2006-07-021-11/+26
* Added more Fortran parser tests.Pearu Peterson2006-07-023-29/+88
* Improve docstrings a little.Travis Oliphant2006-07-021-2/+2
* Add _as_parameter_ method so arrays can be used directly as ctypesTravis Oliphant2006-07-022-1/+11
* Fix up failing tests.Travis Oliphant2006-07-023-3/+8
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-027-51/+134
* Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ...Travis Oliphant2006-07-014-13/+68
* Adjust histogram2d a bit. Fix doc for logspace.Travis Oliphant2006-07-012-9/+19
* Added histogram2d #161Travis Oliphant2006-07-013-9/+102
* Fix typo shown in #164 and change dummy to two in PyArrayInterfaceTravis Oliphant2006-07-013-7/+7
* Make 'assert_equal' handle tuples (not only lists). Closes #163.Stefan van der Walt2006-06-301-1/+1
* More unit-tests for Fortran parser.Pearu Peterson2006-06-302-55/+240
* For repr() of a matrix, add an extra space at the beginning of lines to line ...cookedm2006-06-301-1/+8
* Fix up numarray requirements flags.Travis Oliphant2006-06-301-4/+4
* Make the default array type float.Travis Oliphant2006-06-3010-37/+145
* Writting parser unittests, fixed bugs.Pearu Peterson2006-06-308-270/+751
* Workout a way to access Fortran derived objects from C.Pearu Peterson2006-06-303-0/+102
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-302-2/+7
* Add docstring and tests for digitize.Stefan van der Walt2006-06-302-24/+45
* Fixed lapack finding on intel-macTravis Oliphant2006-06-301-10/+32