0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUG: forgot to add the multiarray_tests extension to distutils build. More... about 16 years ago
Mention the deprecated decorator in the release notes. More... about 16 years ago
Fix 2.5-isms for deprecated decorator. More... about 16 years ago
BUG: fix python 2.4 build. More... about 16 years ago
Add versionadded 1.4.0 for deprecated decorator. More... about 16 years ago
Update release notes. More... about 16 years ago
Update doc for neighborhood iterator. More... about 16 years ago
Simplify neighborhood iterator API. More... about 16 years ago
Fix whitespace issues. More... about 16 years ago
Add cicular mode-specific public API to advance/reset pointers. More... about 16 years ago
Implement circular mode for neighborhood array iterator. More... about 16 years ago
Fix multiarray_tests for multi-dimension inputs + add 2d tests for every implemented padding. More... about 16 years ago
More tests for neighborhood iterator. More... about 16 years ago
Fix wrong right bound for neighborhood iterator with constant padding. More... about 16 years ago
Start a multiarray_tests module to test neighborhood iterator. More... about 16 years ago
Implement mirror padding mode for neighborhood iterator. More... about 16 years ago
Fix deallocation of iter->constant for padding modes which set it to NULL. More... about 16 years ago
Fix refcount for object arrays. More... about 16 years ago
Start implementing padding modes for neighborhood iterator: 0, 1 and constant padding implemented. More... about 16 years ago
Rename zero member to constant. More... about 16 years ago
Add the deprecated decorator to the numpy reference. More... about 16 years ago
Add a deprecated decorator to avoid cluttering test run output while checking for raised deprecation. More... about 16 years ago
Add our own atan2 function, as a replacement for buggy implementations (like the MS C runtime). More... about 16 years ago
BUG: npy_math_private was using some endian-related macros without including the necessary header + type fixes. More... about 16 years ago
Add a few more sanity checks for atan2. More... about 16 years ago
Add atan2 tests for special values. More... about 16 years ago
Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)
rc
More... about 16 years ago
BUG: fix C99_FORMATS-related macros definition in both numscons/distutils builds. More... about 16 years ago
BUG: fix logic OR vs. bitwise OR. More... about 16 years ago
BUG: Fix numpyconfig subst dict for the case where isnan and co are not available. More... about 16 years ago