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
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 1 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge of datetime branch r7050:7336 back to trunk. Basic functionality is implemented, but coercion still needs to be done and ufuncs need to understand the data-type information (right now, it's a dumb addition). Printing of datetime arrays needs to be improved as well
oliphant
More...
almost 16 years ago
Small style cleanups.
charris
More...
almost 16 years ago
Use subprocess instead of exec_command to detect universal archs of gfortran.
cdavid
More...
almost 16 years ago
Remove debug print in scons command.
cdavid
More...
almost 16 years ago
BUG: fix npy_pkg_config_path variable escaping on windows.
cdavid
More...
almost 16 years ago
Add more py3k notes.
charris
More...
almost 16 years ago
Update mingw-w64 support for gfortran.
cdavid
More...
almost 16 years ago
Fix mirr function and its test. Thanks go to Skipper and Josef.
charris
More...
almost 16 years ago
Comment out failing test until it is decided where the problem lies.
charris
More...
almost 16 years ago
Make some fixes in mirr implementation to avoid overflow in summing booleans. Do some whitespace cleanup.
charris
More...
almost 16 years ago
Modify remaining PyTypeObject initializations in core/src. Change PY3K to NPY_PY3K to decrease chances of a name collision.
charris
More...
almost 16 years ago
Fix build that I busted. Copysign needs to stay on old list also.
charris
More...
almost 16 years ago
fix a minor mistake in the previous commit
darren.dale
More...
almost 16 years ago
add comment about __array_prepare__ to 1.4 release notes
darren.dale
More...
almost 16 years ago
Improve test and add a test to Python.
oliphant
More...
almost 16 years ago
Add patch in ticket #1138 which fixes mirr function to be the same as Excel and OO Calc.
oliphant
More...
almost 16 years ago
Python 2.6 include defines HAVE_COPYSIGN on fedora 11,so add it to the list of possible conflicts. Maybe we should be prepending a NPY_ to our defines?
charris
More...
almost 16 years ago
Add some notes for the py3k project. These should probably be marked up and moved to docs at some point, but for the time being they are just a convenient scratch pad.
charris
More...
almost 16 years ago
Add ifdefs to change python 2.x style type structure to 3.x style. Remove bogus COUNT_ALLOCS initializations. These initializations were incorrect on two counts: the comment says not to initialize them and the variable locations have been incorrect since python 2.6 when another slot was added to the base structure. These mods will be done to the rest of the type initializations in another commit.
charris
More...
almost 16 years ago
White space cleanup. Remove unused variables to get rid of warnings. Remove C++ style comments. Coding style cleanups.
charris
More...
almost 16 years ago
add support for __array_prepare__
darren.dale
More...
almost 16 years ago
DOC: clean up numpy.scipy.org
ptvirtan
More...
almost 16 years ago
minor cleanup
Jarrod Millman
as jarrod.millman
More...
almost 16 years ago
DOC: numpy.scipy.org reST thanks to Kyle Mandli.
rkern
More...
almost 16 years ago
Add numpy.scipy.org sphinx project
ptvirtan
More...
almost 16 years ago
Make identity function faster. Closes ticket #1193.
charris
More...
almost 16 years ago
Fixed compatibility issue of histogram with matplotlib 0.91.2
dhuard
More...
almost 16 years ago
Add ARM and SuperH architectures.
charris
More...
almost 16 years ago
Revert "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
Update documentation.
cdavid
More...
almost 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