summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix wrong declaration for signbit imp.David Cournapeau2009-03-021-1/+1
* | | | Do not use old noprefix header in dotblas (#945).David Cournapeau2009-03-021-44/+44
* | | | Allow c in dtype for charray (#917).David Cournapeau2009-03-022-1/+10
* | | | Make sure dest array is aligned for putmask.David Cournapeau2009-03-021-1/+1
* | | | Add in-place power raising for matrices (#787).David Cournapeau2009-03-022-0/+17
* | | | BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-023-6/+9
* | | | Fix norm tests for single prec.David Cournapeau2009-03-021-11/+27
* | | | Abstract away dtype for norm test.David Cournapeau2009-03-021-8/+14
* | | | rename check_empty method to test_, so that is is picked up by nose.David Cournapeau2009-03-021-1/+1
* | | | TEST: add tests for norm from #763.David Cournapeau2009-03-021-1/+41
* | | | Fixed #1008: loss of precision issues in arcsin, arcsinh, arctan, arctanhPauli Virtanen2009-03-012-26/+186
* | | | Remove unused iswin64 in multiarray unit test.David Cournapeau2009-02-271-4/+0
* | | | float format unit test now passes on win64.David Cournapeau2009-02-271-21/+0
* | | | More string comp test know pass on win64.David Cournapeau2009-02-271-3/+0
* | | | All regression tests now pass on win64.David Cournapeau2009-02-271-7/+0
* | | | Remove one more win64 known failure which now passes.David Cournapeau2009-02-271-5/+0
* | | | Screwed up the commit - effectively remove all unicode known failures on win64.David Cournapeau2009-02-271-6/+0
* | | | All unicode test now pass with mingw64.David Cournapeau2009-02-271-10/+0
* | | | Force double convertion for long double on windows x64 as well.David Cournapeau2009-02-271-1/+1
* | | | Do not unconditionally remove some function checks.David Cournapeau2009-02-261-1/+2
* | | | Use hints for sizeof checks, to speed things up.David Cournapeau2009-02-261-4/+22
* | | | Add an expected keyword for check_type_size check, to speed things up on comm...David Cournapeau2009-02-261-1/+22
* | | | Avoid checking twice the IEEE macros.David Cournapeau2009-02-261-14/+21
* | | | Make a deepcopy of cached output to avoid side-effects.David Cournapeau2009-02-261-1/+2
* | | | Rename name_to_defsymb for consistency.David Cournapeau2009-02-261-6/+6
* | | | Cache the sizeof computation to speed up configuration stage.David Cournapeau2009-02-261-2/+27
* | | | Use config_cmd directly as an argument for check_types.David Cournapeau2009-02-261-5/+3
* | | | Remote obsolete test code for sizeof defines.David Cournapeau2009-02-261-80/+0
* | | | SIZEOF_LONGDOUBLE and SIZEOF_LONGLONG are public, since they are defined in n...David Cournapeau2009-02-261-2/+3
* | | | BUG: fix sym2def. Some of our SIZEOF_ defines were not consistent with the on...David Cournapeau2009-02-261-2/+2
* | | | BUG: forgot to add sizeof check for long long type when PY_LONG_LONG is defined.David Cournapeau2009-02-261-0/+7
* | | | Do not use testcode anymore for numpyconfig.h generation.David Cournapeau2009-02-261-8/+9
* | | | Fill-up public defines in check_types.David Cournapeau2009-02-261-0/+3
* | | | Find sizeof wo running on the target platform.David Cournapeau2009-02-261-61/+48
* | | | Fix typo which caused PY_LONG_LONG sizeof to be defined with the wrong size.David Cournapeau2009-02-261-3/+6
* | | | Merged revisions 6479 via svnmerge from David Cournapeau2009-02-261-16/+16
|\ \ \ \
| * | | | Fix docstring format for check_funcs_once.David Cournapeau2009-02-261-16/+16
* | | | | Merged revisions 6463-6466,6469,6472-6475 via svnmerge from David Cournapeau2009-02-2610-254/+464
|\ \ \ \ \ | |/ / / /
| * | | | Tag more mingw-w64 failures as such.David Cournapeau2009-02-252-0/+24
| * | | | Mark mingw-w64 crashing tests as known failures.David Cournapeau2009-02-252-0/+35
| * | | | Trap another kind of exception for MSVC9 in compaq fcompiler.David Cournapeau2009-02-251-0/+4
| * | | | Fix coding style. Fix test_void_scalar_with_titles.Charles Harris2009-02-252-2/+4
| * | | | Add Error checking.Travis Oliphant2009-02-251-0/+1
| * | | | Fix void-scalar element access when data-type contains titles (meta-data).Travis Oliphant2009-02-252-2/+12
| * | | | Added docstring for isbuiltinMatthew Brett2009-02-241-1/+28
| * | | | Coding style cleanups. Start on arraytypes.inc.src.Charles Harris2009-02-231-249/+344
| * | | | * MaskedArray.__setstate__ : fixed for structured arraypierregm2009-02-232-2/+14
* | | | | Merged revisions 6461 via svnmerge from David Cournapeau2009-02-231-5/+12
|\ \ \ \ \ | |/ / / /
| * | | | Add fesetexceptflag func for mingw-w64 support.David Cournapeau2009-02-231-5/+12
* | | | | Merged revisions 6453-6459 via svnmerge from David Cournapeau2009-02-237-1286/+1573
|\ \ \ \ \ | |/ / / /