Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: DOC: fix invalid vdot documentation | Pauli Virtanen | 2010-10-14 | 1 | -14/+9 |
| | |||||
* | Added tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-12 | 1 | -0/+12 |
| | |||||
* | Revert "merging refs/remotes/origin/master into HEAD" | pierregm | 2010-10-12 | 1 | -12/+2 |
| | | | | | This reverts commit a14dd542532d383610c1b01c5698b137dd058fea, reversing changes made to 11ee694744f2552d77652ed929fdc2b4ccca6843. | ||||
* | merging refs/remotes/origin/master into HEAD | pierregm | 2010-10-11 | 17 | -159/+423 |
|\ | |||||
| * | BUG: core: richcompare must indicate undefined comparison via ↵ | Pauli Virtanen | 2010-10-11 | 2 | -15/+21 |
| | | | | | | | | | | | | | | | | Py_NotImplemented (fixes #1491) The Python documentation indicates that the result from comparisons should be Py_NotImplemented when undefined, and there is no reason why not follow that also in array_richcompare. | ||||
| * | BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) | Pauli Virtanen | 2010-10-11 | 2 | -11/+15 |
| | | |||||
| * | ENH: lib: allow zip64 extensions in .npz files; allows > 2GB | Pauli Virtanen | 2010-10-10 | 1 | -4/+7 |
| | | |||||
| * | ENH: lib: add savez_compressed function for saving compressed archives | Pauli Virtanen | 2010-10-10 | 1 | -5/+40 |
| | | |||||
| * | BUG: linalg: lstsq should always return real residuals (#937) | Pauli Virtanen | 2010-10-10 | 2 | -14/+104 |
| | | |||||
| * | BUG: io: close file handles immediately after use, where possible (#1517) | Pauli Virtanen | 2010-10-10 | 1 | -72/+125 |
| | | |||||
| * | BUG: core: fix duplicate name problems in dtype.names setting (#1598) | Pauli Virtanen | 2010-10-10 | 2 | -7/+26 |
| | | |||||
| * | BUG: core: fix uint64 -> Python int cast (fixes #1287) | Pauli Virtanen | 2010-10-10 | 2 | -6/+6 |
| | | |||||
| * | BUG: core: handle errors from PyErr_Warn for ComplexWarning | Pauli Virtanen | 2010-10-08 | 3 | -15/+29 |
| | | |||||
| * | BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde) | Pauli Virtanen | 2010-10-06 | 1 | -2/+4 |
| | | |||||
| * | BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE ↵ | Pauli Virtanen | 2010-10-06 | 2 | -2/+21 |
| | | | | | | | | | | | | | | (ticket #1625) Python #defines HAVE_DECL_ISFINITE 0 when the function is not available, so the proper check to do is #if. | ||||
| * | Added Portland Group compiler support for Darwin platform (thanks to Josef ↵ | Pearu Peterson | 2010-10-06 | 2 | -4/+23 |
| | | | | | | | | Koller). | ||||
| * | BUG: core: fix compilation with Solaris 10 / Sun Studio 12.1 (ticket #1626) | Pauli Virtanen | 2010-10-06 | 1 | -3/+3 |
| | | |||||
* | | Add more tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-11 | 1 | -2/+12 |
|/ | |||||
* | Merge branch 'master' into fixes | Charles Harris | 2010-09-25 | 1 | -2/+2 |
|\ | |||||
| * | BUGLET: Need "\\n" in string template. | Charles Harris | 2010-09-23 | 1 | -2/+2 |
| | | |||||
* | | ENH: Update absoft fortran flags for v11.0. | Charles Harris | 2010-09-25 | 1 | -1/+3 |
|/ | |||||
* | FIX: And add missing \n for error message. | Charles Harris | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | BUG: Fix previous fix to numpy/g2py/setup.py. | Charles Harris | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | BUG: Fix generated f2py bootstrap script to work with python 3k. | Charles Harris | 2010-09-22 | 1 | -2/+2 |
| | | | | Thanks to Lisandro Dalcin. | ||||
* | BUG: core: ensure cfloat and clongdouble scalars have a __complex__ method, ↵ | Pauli Virtanen | 2010-09-21 | 2 | -0/+39 |
| | | | | so that complex(...) cast works properly (fixes #1617) | ||||
* | ENH: core: emit ComplexWarning also when array scalars are cast to real/int | Pauli Virtanen | 2010-09-21 | 2 | -5/+52 |
| | |||||
* | 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 |
| |