0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
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 More... almost 16 years ago
Small style cleanups. More... almost 16 years ago
Use subprocess instead of exec_command to detect universal archs of gfortran. More... almost 16 years ago
Remove debug print in scons command. More... almost 16 years ago
BUG: fix npy_pkg_config_path variable escaping on windows. More... almost 16 years ago
Add more py3k notes. More... almost 16 years ago
Update mingw-w64 support for gfortran. More... almost 16 years ago
Fix mirr function and its test. Thanks go to Skipper and Josef. More... almost 16 years ago
Comment out failing test until it is decided where the problem lies. More... almost 16 years ago
Make some fixes in mirr implementation to avoid overflow in summing booleans. Do some whitespace cleanup. More... almost 16 years ago
Modify remaining PyTypeObject initializations in core/src. Change PY3K to NPY_PY3K to decrease chances of a name collision. More... almost 16 years ago
Fix build that I busted. Copysign needs to stay on old list also. More... almost 16 years ago
fix a minor mistake in the previous commit More... almost 16 years ago
add comment about __array_prepare__ to 1.4 release notes More... almost 16 years ago
Improve test and add a test to Python. More... almost 16 years ago
Add patch in ticket #1138 which fixes mirr function to be the same as Excel and OO Calc. 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? 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. 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. More... almost 16 years ago
White space cleanup. Remove unused variables to get rid of warnings. Remove C++ style comments. Coding style cleanups. More... almost 16 years ago
add support for __array_prepare__ More... almost 16 years ago
DOC: clean up numpy.scipy.org 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. More... almost 16 years ago
Add numpy.scipy.org sphinx project More... almost 16 years ago
Make identity function faster. Closes ticket #1193. More... almost 16 years ago
Fixed compatibility issue of histogram with matplotlib 0.91.2 More... almost 16 years ago
Add ARM and SuperH architectures. 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." More... almost 16 years ago
Update documentation. More... almost 16 years ago