summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* add support for __array_prepare__Darren Dale2009-08-237-25/+297
* Make identity function faster. Closes ticket #1193.Charles Harris2009-08-121-9/+3
* Fixed compatibility issue of histogram with matplotlib 0.91.2dhuard2009-08-121-3/+3
* Add ARM and SuperH architectures.Charles Harris2009-08-092-4/+25
* Revert "ENH: add a simpled translator without out of bounds handling when the...David Cournapeau2009-08-071-30/+1
* ENH: add a simpled translator without out of bounds handling when the neighbo...David Cournapeau2009-08-071-1/+30
* BUG: Fix neighborhood iterators when the neighborhood was strictly within the...David Cournapeau2009-08-073-18/+51
* Remove debug/profiling stuff in neighborhood iterators tests.David Cournapeau2009-08-071-13/+13
* Add unit test showing regression in stacked neighborhood iterator.David Cournapeau2009-08-071-0/+10
* Remove debug and obsolete junk.David Cournapeau2009-08-074-630/+24
* Circular iterator fixed.David Cournapeau2009-08-073-40/+67
* Add unit tests for stacked neighborhood iterators.David Cournapeau2009-08-072-34/+72
* Stacking neighborhood iterators works for mirror mode.David Cournapeau2009-08-074-20/+424
* Fix constant and zero/one padding when stacking neighborhood iterator.David Cournapeau2009-08-072-2/+66
* Implement simple coordinates translate function for basic iterator.David Cournapeau2009-08-071-3/+17
* Make bounds a member of the base struct PyArrayIterObject.David Cournapeau2009-08-072-2/+10
* Forward declare PyArrayIterObjectDavid Cournapeau2009-08-071-2/+15
* Add test case which highlights current neigh iter misdesign w.r.t walking fro...David Cournapeau2009-08-072-1/+150
* Remove vim tag.David Cournapeau2009-08-071-2/+0
* * fixed np.ma.average on integersw/ mask (bug #1188)pierregm2009-08-063-38/+32
* * fixed _from_methods to run on ndarrays (bug #1187)pierregm2009-08-062-13/+35
* Do not finalize install_cmd if already finalized.David Cournapeau2009-08-041-1/+2
* BUG: fix building of npy-pkg-config file so that one can reliably get the ins...David Cournapeau2009-08-041-3/+12
* Fix typo in install_clib fix.David Cournapeau2009-08-041-1/+1
* BUG: fix install_clib failure on win32.David Cournapeau2009-08-041-4/+8
* Move import at the top of module.David Cournapeau2009-08-041-1/+1
* Hmm, somehow a reference to math.fabs slipped by and didn't show here. TryCharles Harris2009-08-031-1/+1
* Try another fix for BSD problem. This one uses numpy functions, which isCharles Harris2009-08-031-4/+3
* Test fix for BSD buildbot error.Charles Harris2009-08-031-1/+4
* Fix small bug in assert_almost_equal.Charles Harris2009-08-031-2/+2
* Clarify logic for nan comparisons.Charles Harris2009-08-032-39/+113
* Change ndarray type comparison to reflect the sort order with nans.Charles Harris2009-08-022-20/+108
* BUG: handle inf/nan correctly in assert_array_almost_equal.David Cournapeau2009-07-282-1/+32
* BUG: fix nan/inf handling for complex dtypes.David Cournapeau2009-07-282-0/+46
* Instantiate exceptions using string argument.Charles Harris2009-07-281-7/+7
* f2py: fix a bug evaluating parameters with kind function: kind(1.0), kind(1.0...Pearu Peterson2009-07-271-2/+2
* Handle complex special values and negative zero.David Cournapeau2009-07-272-4/+59
* Handle nan and inf in assert_equal.David Cournapeau2009-07-272-2/+43
* Fix header for assert_array_almost_equal.David Cournapeau2009-07-271-2/+2
* BUG: handle nan/inf in assert_approx_equal.David Cournapeau2009-07-272-0/+70
* BUG: assert_array_compare did not raise an exception when the nan indexes of ...David Cournapeau2009-07-272-0/+13
* Handle nan and inf in assert_almost_equal.David Cournapeau2009-07-272-1/+69
* BUG: path sep escaping necessary on windows for numscons build.David Cournapeau2009-07-271-1/+1
* BUG: fix our copysign implementation.David Cournapeau2009-07-271-1/+1
* Add missing SET_HIGH_WORD and SET_LOW_WORD to do bitwise op on IEEE754 double...David Cournapeau2009-07-271-0/+20
* Portability: replace typeof-based SWAP macro by type-specific macro, as typeo...David Cournapeau2009-07-271-19/+37
* Finish fixing merge hassles.Charles Harris2009-07-271-5/+0
* Make nan types sort to the end.Charles Harris2009-07-272-3/+44
* Eliminate uses of lessequal in sort routines.Charles Harris2009-07-271-0/+4
* Fix imports in get_pkg_info/get_info.David Cournapeau2009-07-261-2/+2