Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mingw32 and mingwex libraries as runtime libraries for extensions which ↵ | David Cournapeau | 2008-12-16 | 1 | -0/+7 |
| | | | | use fortran and are built with gfortran+MS compiler. | ||||
* | Fix overriding of library_dirs. | David Cournapeau | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | Add target specific lib dir for gfortran on windows when msvc is the C compiler. | David Cournapeau | 2008-12-16 | 1 | -0/+15 |
| | |||||
* | Fix get_target. | David Cournapeau | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | Add a function to get configured target for gfortran. | David Cournapeau | 2008-12-16 | 1 | -0/+11 |
| | |||||
* | BUG: Do not harcode fortran runtime when copying it on windows. Should fix #969. | David Cournapeau | 2008-12-16 | 1 | -2/+2 |
| | |||||
* | Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses ↵ | Pauli Virtanen | 2008-12-13 | 2 | -29/+6 |
| | | | | Scipy ticket #800 | ||||
* | * Added MaskError | pierregm | 2008-12-05 | 2 | -18/+33 |
| | | | | * If a bool or int ndarray is given as the explicit output of var/min/max, an exception is raised if the function should have output np.nan | ||||
* | * Cleaned up make_mask_descr | pierregm | 2008-12-02 | 1 | -11/+6 |
| | |||||
* | * Fixed make_mask_descr for dtype w/ composite names, like [(('A','B'), float)] | pierregm | 2008-12-02 | 2 | -9/+20 |
| | |||||
* | * Fixed MaskedArray for nested dtype w/ input mask | pierregm | 2008-12-02 | 3 | -7/+71 |
| | | | | | * Fixed masked_all for nested dtype * Fixed masked_all_like for nested dtype | ||||
* | * added flatten_mask to collapse masks w/ (nested) flexible types. | pierregm | 2008-12-01 | 2 | -5/+84 |
| | | | | * fixed __getitem__ on arrays w/ nested dtype | ||||
* | Fixed make_mask_descr for nested dtypes | pierregm | 2008-12-01 | 2 | -13/+28 |
| | |||||
* | Rename core/.../docstrings.py to ufunc_docstrings.py | Pauli Virtanen | 2008-11-30 | 2 | -1/+1 |
| | |||||
* | Add bz2 support to loadtxt [patch by Ryan May]. | Stefan van der Walt | 2008-11-29 | 1 | -2/+5 |
| | |||||
* | Identify file object using 'readline', rather than 'seek'. | Stefan van der Walt | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | Reformat spacing in io tests. | Stefan van der Walt | 2008-11-29 | 1 | -33/+37 |
| | |||||
* | Opening a memmap requires a filename. Raise an error otherwise. | Stefan van der Walt | 2008-11-29 | 1 | -2/+6 |
| | |||||
* | Add test for load's mmap_mode. | Stefan van der Walt | 2008-11-29 | 1 | -26/+61 |
| | |||||
* | Add memory map support to `load` [patch by Gael Varoquaux]. Closes #954. | Stefan van der Walt | 2008-11-29 | 1 | -14/+29 |
| | |||||
* | Anoter typo on core scons script. | David Cournapeau | 2008-11-28 | 1 | -3/+3 |
| | |||||
* | Fix typo in core scons script. | David Cournapeau | 2008-11-28 | 1 | -8/+8 |
| | |||||
* | Add preliminary docstrings for: | Charles Harris | 2008-11-28 | 2 | -11/+189 |
| | | | | | | | log2, exp2, logaddexp, logaddexp2, rad2deg, deg2rad. The complete docstring for fmin and fmax are on the web but haven't yet been merged. | ||||
* | Make numpy version of atanh more robust. | Charles Harris | 2008-11-28 | 1 | -1/+6 |
| | | | | Numpy log1p still needs a major overhaul. | ||||
* | Doc update | pierregm | 2008-11-27 | 1 | -1/+12 |
| | |||||
* | * Added get_object_signature to fix missing signatures | pierregm | 2008-11-27 | 2 | -234/+183 |
| | | | | | | * Fixed .getdoc from _arraymethod, _frommethod, _convert2ma, _fromnxfunction * Fixed the docstrings of .trace, .mean, .argsort, .sort * Suppressed duplicated conjugate, ptp, round, expand_dims, apply_along_axis, compress_rowcols, mask_rowcols, vander, polyfit | ||||
* | * added ma.diag | pierregm | 2008-11-26 | 2 | -17/+85 |
| | | | | | * added copy, cumprod, cumsum, harden_mask, prod, round, soften_mask, squeeze to the namespace * TEMPORARILY fixed a pb of compatibility with python 2.6 (involvingin(np.nan)) | ||||
* | * added ddof to np.matrix.var (bug fix #861) | pierregm | 2008-11-24 | 2 | -1/+7 |
| | |||||
* | Fix missing generic loop declarations. | Charles Harris | 2008-11-24 | 1 | -2/+1 |
| | |||||
* | Added mod to the ufuncs | pierregm | 2008-11-23 | 2 | -2/+13 |
| | |||||
* | Comment out redundant variable declaration for time being. | Charles Harris | 2008-11-22 | 1 | -1/+2 |
| | |||||
* | Add some cautionary comments. | Charles Harris | 2008-11-22 | 1 | -2/+15 |
| | |||||
* | Change order of includes to see if it matters on SPARC Etch buildbot. | Charles Harris | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | Merge branch 'ufunc' | Charles Harris | 2008-11-22 | 6 | -1959/+2001 |
|\ | |||||
| * | Merge up to current trunk. | Charles Harris | 2008-10-22 | 2 | -17/+79 |
| |\ | |||||
| * | | Put back fmin, fmax lost in merge. | Charles Harris | 2008-10-21 | 1 | -21/+94 |
| | | | |||||
* | | | Merge branch 'ufunc' | Charles Harris | 2008-11-22 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | | | Conflicts: numpy/core/code_generators/genapi.py | ||||
* | | | Rewrote allclose to allow comparison with a scalar | pierregm | 2008-11-21 | 2 | -33/+110 |
| | | | |||||
* | | | * Prevent the shape of a 1d-singleton to be lost when interacting with ↵ | pierregm | 2008-11-21 | 2 | -18/+92 |
| | | | | | | | | | | | | masked (bug fix #948) | ||||
* | | | Fix ambiguous assert. | David Cournapeau | 2008-11-20 | 1 | -1/+1 |
| | | | |||||
* | | | Import np_ in ma tests since the import is not available in numpy.ma anymore. | David Cournapeau | 2008-11-20 | 1 | -0/+1 |
| | | | |||||
* | | | make_mask : Added a dtype keyword to support flexible-dtype | pierregm | 2008-11-19 | 1 | -103/+187 |
| | | | | | | | | | | | | mask_or : Added support to flexible-dtype. | ||||
* | | | Forgot to finish the configure context in numscons build of random. | David Cournapeau | 2008-11-19 | 1 | -0/+1 |
| | | | |||||
* | | | Handle ftime mingw problem with numscons. | David Cournapeau | 2008-11-19 | 1 | -1/+6 |
| | | | |||||
* | | | Forgot to add time headers when mingw workaround is not used on windows. | David Cournapeau | 2008-11-17 | 1 | -0/+2 |
| | | | |||||
* | | | Do not use mingw workaround for msvc runtime 7.1. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merged revisions 6071-6076 via svnmerge from | David Cournapeau | 2008-11-17 | 2 | -33/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r6072 | cdavid | 2008-11-17 22:52:47 +0900 (Mon, 17 Nov 2008) | 1 line Fix the inaccurate comment regarding _ftime issues with mingw. ........ r6073 | cdavid | 2008-11-17 22:53:05 +0900 (Mon, 17 Nov 2008) | 1 line Do not generate a config.h for randomkit: it does not work as it is, and adding per-subpackage include path is a PITA with distutils. ........ r6074 | cdavid | 2008-11-17 22:53:25 +0900 (Mon, 17 Nov 2008) | 1 line Conditionally setup mingw workaround on __GNUC__ since we can't detect if we are built with mingw in distutils setup.py. ........ r6075 | cdavid | 2008-11-17 22:53:42 +0900 (Mon, 17 Nov 2008) | 1 line Forgot to update needs_mingw_ftime_workaround function. ........ r6076 | cdavid | 2008-11-17 22:53:58 +0900 (Mon, 17 Nov 2008) | 1 line Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSION__ to avoid possible duplicate. ........ | ||||
| * | | | Include time.h and sys/timeb.h just after defining our custom ↵ | David Cournapeau | 2008-11-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | __MSVCRT_VERSION__ to avoid possible duplicate. | ||||
| * | | | Forgot to update needs_mingw_ftime_workaround function. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ↵ | David Cournapeau | 2008-11-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | are built with mingw in distutils setup.py. |