openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
numpy-refactor
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Aug 05, 2024 — Aug 05, 2025
Showing page 2 of 197
Search / Filter on:
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.
cdavid
More...
almost 16 years ago
BUG: Fix neighborhood iterators when the neighborhood was strictly within the array.
cdavid
More...
almost 16 years ago
Remove debug/profiling stuff in neighborhood iterators tests.
cdavid
More...
almost 16 years ago
Add unit test showing regression in stacked neighborhood iterator.
cdavid
More...
almost 16 years ago
Remove debug and obsolete junk.
cdavid
More...
almost 16 years ago
Circular iterator fixed.
cdavid
More...
almost 16 years ago
Add unit tests for stacked neighborhood iterators.
cdavid
More...
almost 16 years ago
Stacking neighborhood iterators works for mirror mode.
cdavid
More...
almost 16 years ago
Fix constant and zero/one padding when stacking neighborhood iterator.
cdavid
More...
almost 16 years ago
Implement simple coordinates translate function for basic iterator.
cdavid
More...
almost 16 years ago
Make bounds a member of the base struct PyArrayIterObject.
cdavid
More...
almost 16 years ago
Forward declare PyArrayIterObject
cdavid
More...
almost 16 years ago
Add test case which highlights current neigh iter misdesign w.r.t walking from bounds.
cdavid
More...
almost 16 years ago
Remove vim tag.
cdavid
More...
almost 16 years ago
* fixed np.ma.average on integersw/ mask (bug #1188)
pierregm
More...
almost 16 years ago
* fixed _from_methods to run on ndarrays (bug #1187)
pierregm
More...
almost 16 years ago
Do not finalize install_cmd if already finalized.
cdavid
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,
cdavid
More...
about 16 years ago
Fix typo in install_clib fix.
cdavid
More...
about 16 years ago
BUG: fix install_clib failure on win32.
cdavid
More...
about 16 years ago
Move import at the top of module.
cdavid
More...
about 16 years ago
Hmm, somehow a reference to math.fabs slipped by and didn't show here. Try again.
charris
More...
about 16 years ago
Try another fix for BSD problem. This one uses numpy functions, which is probably not the best...
charris
More...
about 16 years ago
Test fix for BSD buildbot error.
charris
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.
charris
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.
charris
More...
about 16 years ago
Change ndarray type comparison to reflect the sort order with nans. Searchsorted should now work with arrays containing nans.
charris
More...
about 16 years ago
BUG: handle inf/nan correctly in assert_array_almost_equal.
cdavid
More...
about 16 years ago
BUG: fix nan/inf handling for complex dtypes.
cdavid
More...
about 16 years ago
Instantiate exceptions using string argument.
charris
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
…
196
197
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree