Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FEAT: add C module and f2py fortran wrapper output customization from ↵ | David Cournapeau | 2010-09-17 | 3 | -6/+25 |
| | | | | command line. | ||||
* | * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some ↵ | pierregm | 2010-09-13 | 2 | -16/+47 |
| | | | | invalid lines are present (bug #1593) | ||||
* | * ma.core._print_templates: switched the keys 'short' and 'long' to ↵ | pierregm | 2010-09-13 | 2 | -7/+39 |
| | | | | | | 'short_std' and 'long_std' respectively (bug #1586) * Fixed incorrect broadcasting in ma.power (bug #1606) | ||||
* | * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to ↵ | pierregm | 2010-09-13 | 2 | -13/+35 |
| | | | | | | Stefan vdW for the fix. * added a unittest for flatten_dtype | ||||
* | BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran files | Pauli Virtanen | 2010-09-11 | 1 | -3/+5 |
| | |||||
* | BUG: core: fix npy_PyFile_Check implementation on Py3 | Pauli Virtanen | 2010-09-11 | 1 | -16/+7 |
| | |||||
* | BUG: core: on Python3, seek file handle to the current position in ↵ | Pauli Virtanen | 2010-09-11 | 2 | -0/+18 |
| | | | | npy_PyFile_Dup (fixing #1610) | ||||
* | BUG: core: fix a missing return branch in npy_3kcompat.h | Pauli Virtanen | 2010-09-11 | 1 | -0/+1 |
| | |||||
* | BUG: core: sync Python 3 file handle position in tofile/fromfile (fixes #1610) | Pauli Virtanen | 2010-09-11 | 4 | -19/+90 |
| | |||||
* | TST: disable --detailed-errors by default -- the output it gives is more ↵ | Pauli Virtanen | 2010-09-11 | 1 | -3/+0 |
| | | | | confusing than useful | ||||
* | BUG: core: fix _dotblas usage on Py3 (fixes #1609) | Pauli Virtanen | 2010-09-11 | 1 | -1/+15 |
| | |||||
* | BUG: core/buffer: ensure that array_dealloc runs correctly even when PyErr ↵ | Pauli Virtanen | 2010-09-05 | 1 | -0/+16 |
| | | | | flag is set (fixes #1605) | ||||
* | BUG: do not add empty string when interpolating values in LibraryInfo. | David Cournapeau | 2010-09-05 | 1 | -1/+2 |
| | | | | | | This adds superflous space in strings, which cause issues when executing commands outside shell control (e.g. '-I/usr/include ' will not add '/usr/include' but '/usr/include ' into the search path of compilers) | ||||
* | BUG: distutils: use // in a binary search (fixes #1604 on Python 3) | Pauli Virtanen | 2010-09-04 | 1 | -1/+1 |
| | |||||
* | TST: Change outdated message for knownfail described in #1081. | rgommers | 2010-09-04 | 1 | -1/+1 |
| | |||||
* | Made sure the warning filters in test_function_base and test_arraysetops do ↵ | dhuard | 2010-08-31 | 2 | -14/+18 |
| | | | | not modify user defined filters. | ||||
* | added a warning concerning the buggy normalization in histogram with ↵ | dhuard | 2010-08-30 | 2 | -1/+15 |
| | | | | non-uniform bin widths | ||||
* | Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ↵ | Pearu Peterson | 2010-08-30 | 2 | -28/+65 |
| | | | | returns now a tuple (version_str, info_dict). Nice thing about the patch is that specifying gnu95 compiler is not needed anymore for numpy (neither for scipy) build when using ATLAS containing gfortran compiled blas/lapack. | ||||
* | Fixed bug in histogram for non-uniform bin widths and normed=True. | dhuard | 2010-08-27 | 2 | -8/+25 |
| | |||||
* | BUG: Fix bug on Windows in fromfile/tofile. Closes #1583. Thanks to C. Gohkle. | rgommers | 2010-08-25 | 1 | -0/+4 |
| | |||||
* | Fix bug to ensure that swig generated .py files are installed. | Pearu Peterson | 2010-08-25 | 2 | -1/+9 |
| | |||||
* | Fix swig target extension when swig target is not defined by the .i file but ↵ | Pearu Peterson | 2010-08-25 | 1 | -3/+11 |
| | | | | should be c++. | ||||
* | Make extension swig_opts effective to build_src command. | Pearu Peterson | 2010-08-25 | 1 | -2/+6 |
| | |||||
* | BUG: fix re-declaration of already defined macros in python.h. | David Cournapeau | 2010-08-21 | 1 | -4/+4 |
| | |||||
* | Merge branch 'poly' | Charles Harris | 2010-08-17 | 1 | -3/+3 |
| | |||||
* | DOC: Fix documentation and examples in legendre.py. | Charles Harris | 2010-08-17 | 1 | -89/+31 |
| | |||||
* | ENH: Add support for Legendre polynomials. | Charles Harris | 2010-08-17 | 5 | -4/+1788 |
| | |||||
* | Merge branch 'poly' | Charles Harris | 2010-08-16 | 1 | -13/+13 |
| | |||||
* | Merge branch 'poly' | Charles Harris | 2010-08-15 | 2 | -1/+99 |
| | |||||
* | FIX: Merge munge. | Charles Harris | 2010-08-15 | 1 | -3/+0 |
| | |||||
* | Merge branch 'poly' | Charles Harris | 2010-08-15 | 4 | -7/+17 |
| | | | | | | Conflicts: numpy/polynomial/chebyshev.py numpy/polynomial/polynomial.py | ||||
* | ENH: Add {cheb,poly}mulx functions as use them to simplify some code. | Charles Harris | 2010-08-15 | 4 | -60/+160 |
| | | | | Fix some documentation. | ||||
* | BUG: Fix integration of zero polynomials. | Charles Harris | 2010-08-15 | 4 | -30/+36 |
| | | | | | | Remove checks that prevent use of foreign scalar types for lower bounds and integration constants. Cleanup code a bit. | ||||
* | DEP: change default behavior of correlate(), old behavior was deprecated in | rgommers | 2010-08-14 | 2 | -25/+14 |
| | | | | | | | 1.4.0. The old behavior should be preserved and made available under the name xcorr or similar. Should be done for 2.0, then the old_behavior keyword can be removed. | ||||
* | DEP: deprecate behavior for out-of-order field indexing of recarrays. See #1431. | rgommers | 2010-08-14 | 2 | -3/+24 |
| | |||||
* | BUG: define LDEXPL/FREXPL functions for MSVC builds (see #1499). | rgommers | 2010-08-14 | 1 | -0/+10 |
| | | | | | Note that this doesn't fix the Solaris issue, so #1499 not closed. Thanks to Christoph Gohlke. | ||||
* | BUG: workaround for undefined isnan/isinf in VS2008. Closes #1502. | rgommers | 2010-08-14 | 1 | -3/+15 |
| | | | | Thanks to Christoph Gohlke. | ||||
* | TST: skip C99 nan/inf tests on Windows. | rgommers | 2010-08-14 | 1 | -0/+19 |
| | |||||
* | BUG: Better format specifier for Py 2.7, 3.2 on win-amd64. Closes #1570. | rgommers | 2010-08-14 | 1 | -0/+4 |
| | | | | Thanks to Christoph Gohlke. | ||||
* | fix (flat)notmasked_/contiguous/edges/ | pierregm | 2010-08-11 | 2 | -11/+32 |
| | |||||
* | BUG: Make mapdomain work for multidimensional arrays as advertized in | Charles Harris | 2010-08-11 | 2 | -7/+24 |
| | | | | the documentation. Fixes ticket #1554. | ||||
* | BUG: Fix missing 'self' in test cleanups. | Charles Harris | 2010-08-10 | 1 | -2/+2 |
| | |||||
* | ENH: Add some tests for ticket #1579. Do some cleanups. | Charles Harris | 2010-08-10 | 1 | -69/+88 |
| | |||||
* | BUG: Fix ticket #1579. Do some cleanups. | Charles Harris | 2010-08-10 | 1 | -40/+51 |
| | |||||
* | (no commit message) | pierregm | 2010-08-09 | 1 | -27/+27 |
| | |||||
* | ma.extras | pierregm | 2010-08-09 | 2 | -29/+52 |
| | | | | * fixed the documentation of (flat)notmasked_xxx | ||||
* | * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576) | pierregm | 2010-08-09 | 1 | -10/+8 |
| | |||||
* | ENH: Make atleast_3d respect ndarray subclasses. Closes #1560. | rgommers | 2010-08-08 | 1 | -2/+2 |
| | |||||
* | TST: fix memmap test error. Closes #1550. Thanks to Christoph Gohlke. | rgommers | 2010-08-08 | 1 | -0/+1 |
| | |||||
* | DEP: Remove ma.extras functions that were deprecated in 1.4.0. | rgommers | 2010-08-05 | 1 | -53/+3 |
| |