0
I Use This!
Inactive

Commits : Listings

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