summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Add mingw32 and mingwex libraries as runtime libraries for extensions which ↵David Cournapeau2008-12-161-0/+7
| | | | use fortran and are built with gfortran+MS compiler.
* Fix overriding of library_dirs.David Cournapeau2008-12-161-1/+1
|
* Add target specific lib dir for gfortran on windows when msvc is the C compiler.David Cournapeau2008-12-161-0/+15
|
* Fix get_target.David Cournapeau2008-12-161-1/+1
|
* Add a function to get configured target for gfortran.David Cournapeau2008-12-161-0/+11
|
* BUG: Do not harcode fortran runtime when copying it on windows. Should fix #969.David Cournapeau2008-12-161-2/+2
|
* Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses ↵Pauli Virtanen2008-12-132-29/+6
| | | | Scipy ticket #800
* * Added MaskErrorpierregm2008-12-052-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 pierregm2008-12-021-11/+6
|
* * Fixed make_mask_descr for dtype w/ composite names, like [(('A','B'), float)]pierregm2008-12-022-9/+20
|
* * Fixed MaskedArray for nested dtype w/ input maskpierregm2008-12-023-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.pierregm2008-12-012-5/+84
| | | | * fixed __getitem__ on arrays w/ nested dtype
* Fixed make_mask_descr for nested dtypespierregm2008-12-012-13/+28
|
* Rename core/.../docstrings.py to ufunc_docstrings.pyPauli Virtanen2008-11-302-1/+1
|
* Add bz2 support to loadtxt [patch by Ryan May].Stefan van der Walt2008-11-291-2/+5
|
* Identify file object using 'readline', rather than 'seek'.Stefan van der Walt2008-11-291-1/+1
|
* Reformat spacing in io tests.Stefan van der Walt2008-11-291-33/+37
|
* Opening a memmap requires a filename. Raise an error otherwise.Stefan van der Walt2008-11-291-2/+6
|
* Add test for load's mmap_mode.Stefan van der Walt2008-11-291-26/+61
|
* Add memory map support to `load` [patch by Gael Varoquaux]. Closes #954.Stefan van der Walt2008-11-291-14/+29
|
* Anoter typo on core scons script.David Cournapeau2008-11-281-3/+3
|
* Fix typo in core scons script.David Cournapeau2008-11-281-8/+8
|
* Add preliminary docstrings for:Charles Harris2008-11-282-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 Harris2008-11-281-1/+6
| | | | Numpy log1p still needs a major overhaul.
* Doc updatepierregm2008-11-271-1/+12
|
* * Added get_object_signature to fix missing signaturespierregm2008-11-272-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.diagpierregm2008-11-262-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)pierregm2008-11-242-1/+7
|
* Fix missing generic loop declarations.Charles Harris2008-11-241-2/+1
|
* Added mod to the ufuncspierregm2008-11-232-2/+13
|
* Comment out redundant variable declaration for time being.Charles Harris2008-11-221-1/+2
|
* Add some cautionary comments.Charles Harris2008-11-221-2/+15
|
* Change order of includes to see if it matters on SPARC Etch buildbot.Charles Harris2008-11-221-2/+2
|
* Merge branch 'ufunc'Charles Harris2008-11-226-1959/+2001
|\
| * Merge up to current trunk.Charles Harris2008-10-222-17/+79
| |\
| * | Put back fmin, fmax lost in merge.Charles Harris2008-10-211-21/+94
| | |
* | | Merge branch 'ufunc'Charles Harris2008-11-226-9/+9
| | | | | | | | | | | | | | | | | | Conflicts: numpy/core/code_generators/genapi.py
* | | Rewrote allclose to allow comparison with a scalarpierregm2008-11-212-33/+110
| | |
* | | * Prevent the shape of a 1d-singleton to be lost when interacting with ↵pierregm2008-11-212-18/+92
| | | | | | | | | | | | masked (bug fix #948)
* | | Fix ambiguous assert.David Cournapeau2008-11-201-1/+1
| | |
* | | Import np_ in ma tests since the import is not available in numpy.ma anymore.David Cournapeau2008-11-201-0/+1
| | |
* | | make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
| | | | | | | | | | | | mask_or : Added support to flexible-dtype.
* | | Forgot to finish the configure context in numscons build of random.David Cournapeau2008-11-191-0/+1
| | |
* | | Handle ftime mingw problem with numscons.David Cournapeau2008-11-191-1/+6
| | |
* | | Forgot to add time headers when mingw workaround is not used on windows.David Cournapeau2008-11-171-0/+2
| | |
* | | Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1
| | |
* | | Merged revisions 6071-6076 via svnmerge from David Cournapeau2008-11-172-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 Cournapeau2008-11-171-2/+2
| | | | | | | | | | | | | | | | __MSVCRT_VERSION__ to avoid possible duplicate.
| * | | Forgot to update needs_mingw_ftime_workaround function.David Cournapeau2008-11-171-1/+1
| | | |
| * | | Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ↵David Cournapeau2008-11-171-1/+3
| | | | | | | | | | | | | | | | are built with mingw in distutils setup.py.