summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-2835-993/+3544
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-278-62/+82
* Change way maximum and minimum deal with nans.Charles Harris2008-10-213-24/+169
* Revert merge.Stefan van der Walt2008-10-204-490/+0
* Merge generalised ufuncs branch.Stefan van der Walt2008-10-204-0/+490
|\
| * Add missing file.Stefan van der Walt2008-08-221-0/+417
| * Add tests [patch by Wenjie Fu and Hans-Andreas Engel].Stefan van der Walt2008-08-212-0/+72
| * Move PyUFunc_FromFuncAndDataAndSignature to bottom of ufunc_api_order.txtStefan van der Walt2008-08-181-2/+2
* | __getattribute__ : make sure than a np.void is returned when retrieving the u...pierregm2008-10-191-12/+18
* | * make sure we call self.failUnless instead of assertpierregm2008-10-191-5/+5
* | core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-185-87/+237
* | More unused vars tagged (lapack_lite).David Cournapeau2008-10-081-18/+18
* | More unused vars tagged (fftpack).David Cournapeau2008-10-081-6/+6
* | More unused vars tagged.David Cournapeau2008-10-081-15/+16
* | Tag unused variables in numpy.lib C code.David Cournapeau2008-10-081-9/+9
* | More unused warning handled.David Cournapeau2008-10-083-16/+19
* | Fix missing initializers warnings.David Cournapeau2008-10-087-109/+537
* | Use NPY_UNUSED in numpy.core sources.David Cournapeau2008-10-0811-170/+204
* | Add utils.h, with macro to tag a variable as unused.David Cournapeau2008-10-081-0/+19
* | Fix function prototypes decl in check_func to avoid warning with -Wstrict-pro...David Cournapeau2008-10-051-2/+2
* | Merged revisions 5882-5911 via svnmerge from David Cournapeau2008-10-058-905/+891
|\ \
| * | Fix ticket #925Travis Oliphant2008-10-034-37/+116
| * | Update the minimum version for numscons: had to change to cope with Chuck cha...David Cournapeau2008-10-031-1/+1
| * | Fix problem with subclasses of object arrays.Travis Oliphant2008-10-022-2/+15
| * | Cleanup ufunc loops.Charles Harris2008-10-011-890/+790
| * | Small cleanup to clarify repeated string.Charles Harris2008-10-011-1/+1
| * | Make some error messages more informative.Charles Harris2008-10-011-13/+28
* | | Generate math_c99.inc in numscons build.David Cournapeau2008-10-031-0/+1
* | | Remove old configuration checks, supersded by new math config.David Cournapeau2008-10-031-32/+0
* | | Add check for C99 macros related IEEE-754.David Cournapeau2008-10-031-0/+12
* | | Check for float/long double C99 functions.David Cournapeau2008-10-031-1/+14
* | | Check for some optional, C99 double math functions.David Cournapeau2008-10-031-0/+7
* | | Fix typo in check_funcs.David Cournapeau2008-10-031-1/+1
* | | Add an help function to check a list of functions in scons build.David Cournapeau2008-10-031-0/+9
* | | Start updating numscons configuration for new math config.David Cournapeau2008-10-031-2/+10
* | | Merged revisions 5861-5881 via svnmerge from David Cournapeau2008-09-308-185/+223
|\ \ \ | |/ /
| * | replaced assert with self.failUnlesspierregm2008-09-294-166/+166
| * | use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
| * | Umath tests: remove signed zero check on branch cut for log* as it fails on s...Pauli Virtanen2008-09-291-3/+8
| * | core:pierregm2008-09-282-1/+22
| * | Fix python2.5 dependency in lookforPauli Virtanen2008-09-241-8/+13
* | | Enhance code_generator to allow continuation lines.Charles Harris2008-09-282-14/+29
* | | Merged revisions 5844-5860 via svnmerge from David Cournapeau2008-09-232-1/+16
|\ \ \ | |/ /
| * | Ignore unused converters in `loadtxt`.Stefan van der Walt2008-09-222-1/+16
* | | Do not use MSVC workaround anymore, since we now can test for function even w...David Cournapeau2008-09-211-12/+4
* | | define -> pragma, stupid mistake.David Cournapeau2008-09-211-2/+2
* | | Handle msvc intrisincs in check_funcs_once.David Cournapeau2008-09-211-0/+6
* | | Handle msvc intrisincs in check_func.David Cournapeau2008-09-211-0/+7
* | | More intrinsics.David Cournapeau2008-09-201-1/+1
* | | Fix for isfinite on VS 2003.David Cournapeau2008-09-201-1/+3