0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle nan entries for hypot. More... about 16 years ago
Add tests for hypot function. More... about 16 years ago
Only use npy_-prefixed functions in npy_math. More... about 16 years ago
Change how we decorate npy_math functions. More... about 16 years ago
Add a few more math functions we forgot to test at configuration stage. More... about 16 years ago
Remove obsolete comments. More... about 16 years ago
Fix ws issues in npy_math sources. More... about 16 years ago
Add version added for npy_copysign + fix doc typo. More... about 16 years ago
Add parisc and alpha to supported cpus. Patch from armin76, fixes ticket #1178. More... about 16 years ago
Add a couple of digits to the defined constants in npy_math.h. Because it makes me feel a tad safer with quad precision. More... about 16 years ago
numpydoc: add np-* directives More... about 16 years ago
core : fixed MaskedArray.__array_finalize__ when the mask is full of False (bugfix #1166) extras : introduced clump_masked and clump_unmasked More... about 16 years ago
Update the release notes for 1.4.0. More... about 16 years ago
Update new correlation support. More... about 16 years ago
Fix typecode for date-time. More... about 16 years ago
Fix #728 again. This time don't use max on a partially-ordered set. More... about 16 years ago
Fixed #1168: more robust NoseTester package name detection (patch by Gaƫl Varoquaux) More... about 16 years ago
Fixed #1162: make matrix_power accept lists etc. as input More... about 16 years ago
Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + tests More... about 16 years ago
numpydoc: fix some unicode issues More... about 16 years ago
Fix argwhere for masked arrays. More... about 16 years ago
Improvement to fill_diagonal suggested by Anand Patil. More... about 16 years ago
Use npy_fabs instead of fabs in loops.c.src . More... about 16 years ago
Enhancements to arraysetops (ticket #1133, by Neil Crighton)
rc
More... about 16 years ago
MmmKay... Let's see if complex floor divide can be made a bit more robust against some of the buildbots. More... about 16 years ago
Make complex floor_divide more robust for underflow/overflow. Add test of complex floor_divide. More... about 16 years ago
Remove debug print committed by mistake. More... about 16 years ago
Fix setupscons.py for changed locations of generated header files. More... about 16 years ago
'Install' generated headers for in-place build support. More... about 16 years ago
Fix installed location of generated headers. More... about 16 years ago