summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Add record array test for putmask.Stefan van der Walt2007-08-211-0/+12
* Fast putmask implementation (patch by Eric Firing).Stefan van der Walt2007-08-214-152/+222
* Fix record assignment (based on a patch by Sameer DCosta).Stefan van der Walt2007-08-212-6/+30
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-202-14/+64
* Trying to fix unknown symbol __imp_tanhf linking error, using nc_tanhf.Pearu Peterson2007-07-281-1/+1
* Trying to fix unknown symbol __imp_tanhf linking error.Pearu Peterson2007-07-281-0/+1
* Initializing funcname_data inside InitOperators to fix compilation errors on ...Pearu Peterson2007-07-281-1/+5
* Fix more compiler warnings.Pearu Peterson2007-07-281-4/+6
* Fixed typos.Pearu Peterson2007-07-281-2/+2
* Trying to fix compiler wrarnings, 5. Defined ldexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Trying to fix compiler wrarnings, 5. Defined frexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-1/+7
* Trying to fix compiler wrarnings, 4.Pearu Peterson2007-07-281-1/+2
* Trying to fix compiler wrarnings, 3.Pearu Peterson2007-07-281-2/+3
* Trying to fix compiler wrarnings, 2.Pearu Peterson2007-07-281-3/+3
* Trying to fix compiler wrarnings: conversion from 'double' to 'float'Pearu Peterson2007-07-281-1/+1
* Trying to fix mingw32 build.Pearu Peterson2007-07-281-1/+1
* Fix rint error and castings.Pearu Peterson2007-07-281-2/+5
* Using DLL_IMPORT only when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Defining fabsf, hypotf, rintf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+26
* Trying to use DL_IMPORT for logf, sqrtf.Pearu Peterson2007-07-282-8/+7
* Trying to fix inconsisted dll linkage warning, 8: Dont understand why my chan...Pearu Peterson2007-07-281-5/+0
* Fix typo.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 7.Pearu Peterson2007-07-281-0/+6
* Trying to fix inconsisted dll linkage warning, 6.Pearu Peterson2007-07-282-2/+4
* Trying to fix inconsisted dll linkage warning, 5.Pearu Peterson2007-07-281-2/+4
* Trying to fix inconsisted dll linkage warning, 4.Pearu Peterson2007-07-282-1/+4
* Trying to fix inconsisted dll linkage warning, 3.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 2.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, clean up.Pearu Peterson2007-07-281-0/+5
* Convert large integer scalars to long instead of to int [patch byStefan van der Walt2007-07-272-5/+40
* Fix polygon division. Closes ticket #553.Stefan van der Walt2007-07-241-0/+7
* Fix polynomial comparison. Closes ticket #554.Stefan van der Walt2007-07-241-0/+7
* Fix randint. Closes ticket #552.Stefan van der Walt2007-07-231-0/+5
* Regression test for ticket #396.Stefan van der Walt2007-07-171-0/+5
* Clean up fromnumeric docstrings. Closes ticket #543.Stefan van der Walt2007-07-161-310/+340
* Remove un-necessary DECREFTravis Oliphant2007-07-061-1/+0
* Working in _sortmodule.c.srcCharles Harris2007-07-051-297/+315
* Add the `inexact` dtype to the tree of types in the numerictypes.py docstring.cookedm2007-07-021-37/+37
* Fix new typo added to arrayprint.py in r3877chanley2007-07-021-1/+1
* NaN and Inf in arrays print always as NaN or Inf (not platform-dependent)cookedm2007-07-021-155/+157
* Replace <= by < in the insertion sort part of argsort(kind='mergesort')Charles Harris2007-06-302-3/+9
* Restore back to original .transpose behavior in memmap.py with explanation of...Travis Oliphant2007-06-081-6/+4
* Fix so that _mmap gets carried through .transposeTravis Oliphant2007-06-081-0/+4
* Fix so that _mmap gets carried through .transposeTravis Oliphant2007-06-081-3/+7
* Fix: _dotblas will not ork with fortran compiled blas.Pearu Peterson2007-06-011-0/+2
* Make changeset 3830 in the right place.Travis Oliphant2007-05-291-8/+8
* Use log.info instead of print in setup.py'scookedm2007-05-281-3/+3
* Fix the formatting of docstrings for all functions in fromnumeric.py so theyedschofield2007-05-241-156/+175
* Fix some compiler warnings.Travis Oliphant2007-05-231-2/+2
* Properly decrement references for _internal.py importsTravis Oliphant2007-05-234-9/+21