0
I Use This!
Inactive

Commits : Listings

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