summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: discrepencies between 2d versions of nieghborhood iterators.David Cournapeau2009-07-211-4/+87
* Look for already declared configure checks macros in python 2.5.David Cournapeau2009-07-212-2/+2
* BUG: forgot to add the multiarray_tests extension to distutils build.David Cournapeau2009-07-211-0/+3
* Fix 2.5-isms for deprecated decorator.David Cournapeau2009-07-211-2/+8
* BUG: fix python 2.4 build.David Cournapeau2009-07-211-1/+1
* Add versionadded 1.4.0 for deprecated decorator.David Cournapeau2009-07-211-0/+5
* Simplify neighborhood iterator API.David Cournapeau2009-07-213-47/+37
* Fix whitespace issues.David Cournapeau2009-07-211-11/+10
* Add cicular mode-specific public API to advance/reset pointers.David Cournapeau2009-07-212-0/+33
* Implement circular mode for neighborhood array iterator.David Cournapeau2009-07-213-0/+60
* Fix multiarray_tests for multi-dimension inputs + add 2d tests for every impl...David Cournapeau2009-07-212-18/+63
* More tests for neighborhood iterator.David Cournapeau2009-07-215-70/+279
* Fix wrong right bound for neighborhood iterator with constant padding.David Cournapeau2009-07-211-1/+1
* Start a multiarray_tests module to test neighborhood iterator.David Cournapeau2009-07-211-0/+158
* Implement mirror padding mode for neighborhood iterator.David Cournapeau2009-07-212-0/+85
* Fix deallocation of iter->constant for padding modes which set it to NULL.David Cournapeau2009-07-211-1/+7
* Fix refcount for object arrays.David Cournapeau2009-07-212-1/+15
* Start implementing padding modes for neighborhood iterator: 0, 1 and constant...David Cournapeau2009-07-212-2/+77
* Rename zero member to constant.David Cournapeau2009-07-213-6/+6
* Add a deprecated decorator to avoid cluttering test run output while checking...David Cournapeau2009-07-212-0/+111
* Add our own atan2 function, as a replacement for buggy implementations (like ...David Cournapeau2009-07-211-0/+89
* BUG: npy_math_private was using some endian-related macros without including ...David Cournapeau2009-07-211-4/+6
* Add a few more sanity checks for atan2.David Cournapeau2009-07-211-0/+5
* Add atan2 tests for special values.David Cournapeau2009-07-201-0/+64
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-204-4/+10
* BUG: fix C99_FORMATS-related macros definition in both numscons/distutils bui...David Cournapeau2009-07-203-8/+7
* BUG: fix logic OR vs. bitwise OR.David Cournapeau2009-07-201-1/+1
* BUG: Fix numpyconfig subst dict for the case where isnan and co are not avail...David Cournapeau2009-07-201-3/+4
* Handle nan entries for hypot.David Cournapeau2009-07-201-1/+11
* Add tests for hypot function.David Cournapeau2009-07-201-0/+19
* Only use npy_-prefixed functions in npy_math.David Cournapeau2009-07-201-16/+16
* Change how we decorate npy_math functions.David Cournapeau2009-07-201-34/+39
* Add a few more math functions we forgot to test at configuration stage.David Cournapeau2009-07-201-1/+1
* Remove obsolete comments.David Cournapeau2009-07-201-5/+0
* Fix ws issues in npy_math sources.David Cournapeau2009-07-201-4/+4
* Add parisc and alpha to supported cpus. Patch from armin76, fixes ticket #1178.Charles Harris2009-07-192-6/+8
* Add a couple of digits to the defined constants in npy_math.h. Because it makesCharles Harris2009-07-191-36/+36
* core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b...pierregm2009-07-184-10/+110
* Update new correlation support.David Cournapeau2009-07-184-59/+48
* Fix #728 again. This time don't use max on a partially-ordered set.Travis Oliphant2009-07-162-13/+21
* Fixed #1168: more robust NoseTester package name detection (patch by Gaƫl Va...Pauli Virtanen2009-07-121-6/+11
* Fixed #1162: make matrix_power accept lists etc. as inputPauli Virtanen2009-07-122-1/+12
* Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + testsPauli Virtanen2009-07-122-23/+62
* Fix argwhere for masked arrays.Stefan van der Walt2009-07-082-1/+5
* Improvement to fill_diagonal suggested by Anand Patil.Stefan van der Walt2009-07-081-1/+1
* Use npy_fabs instead of fabs in loops.c.src .Charles Harris2009-07-081-2/+2
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-086-350/+362
* MmmKay... Let's see if complex floor divide can be made a bit more robust aga...Charles Harris2009-07-071-6/+4
* Make complex floor_divide more robust for underflow/overflow.Charles Harris2009-07-072-9/+30
* Remove debug print committed by mistake.David Cournapeau2009-07-071-1/+0