0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: add a simpled translator without out of bounds handling when the neighborhood is detected to be within the array. More... almost 16 years ago
BUG: Fix neighborhood iterators when the neighborhood was strictly within the array. More... almost 16 years ago
Remove debug/profiling stuff in neighborhood iterators tests. More... almost 16 years ago
Add unit test showing regression in stacked neighborhood iterator. More... almost 16 years ago
Remove debug and obsolete junk. More... almost 16 years ago
Circular iterator fixed. More... almost 16 years ago
Add unit tests for stacked neighborhood iterators. More... almost 16 years ago
Stacking neighborhood iterators works for mirror mode. More... almost 16 years ago
Fix constant and zero/one padding when stacking neighborhood iterator. More... almost 16 years ago
Implement simple coordinates translate function for basic iterator. More... almost 16 years ago
Make bounds a member of the base struct PyArrayIterObject. More... almost 16 years ago
Forward declare PyArrayIterObject More... almost 16 years ago
Add test case which highlights current neigh iter misdesign w.r.t walking from bounds. More... almost 16 years ago
Remove vim tag. More... almost 16 years ago
* fixed np.ma.average on integersw/ mask (bug #1188) More... almost 16 years ago
* fixed _from_methods to run on ndarrays (bug #1187) More... almost 16 years ago
Do not finalize install_cmd if already finalized. More... about 16 years ago
BUG: fix building of npy-pkg-config file so that one can reliably get the install prefix from the install command, More... about 16 years ago
Fix typo in install_clib fix. More... about 16 years ago
BUG: fix install_clib failure on win32. More... about 16 years ago
Move import at the top of module. More... about 16 years ago
Hmm, somehow a reference to math.fabs slipped by and didn't show here. Try again. More... about 16 years ago
Try another fix for BSD problem. This one uses numpy functions, which is probably not the best... More... about 16 years ago
Test fix for BSD buildbot error. More... about 16 years ago
Fix small bug in assert_almost_equal. The comparison of complex numbers is still not quite right because errors can propagate between the real and imaginary parts. They can't be checked separately in general. However, this fix gets rid of the test errors currently showing. More... about 16 years ago
Clarify logic for nan comparisons. Some coding style cleanups in arraytypes.c.src. Add documentation to release notes for 1.4.0. Add documentation of sort order to the sort docstring. More... about 16 years ago
Change ndarray type comparison to reflect the sort order with nans. Searchsorted should now work with arrays containing nans. More... about 16 years ago
BUG: handle inf/nan correctly in assert_array_almost_equal. More... about 16 years ago
BUG: fix nan/inf handling for complex dtypes. More... about 16 years ago
Instantiate exceptions using string argument. More... about 16 years ago