summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: DOC: fix invalid vdot documentationPauli Virtanen2010-10-141-14/+9
* Added tests to test_eq_w_None (bug #1493)pierregm2010-10-121-0/+12
* Revert "merging refs/remotes/origin/master into HEAD"pierregm2010-10-121-12/+2
* merging refs/remotes/origin/master into HEADpierregm2010-10-1117-159/+423
|\
| * BUG: core: richcompare must indicate undefined comparison via Py_NotImplement...Pauli Virtanen2010-10-112-15/+21
| * BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196)Pauli Virtanen2010-10-112-11/+15
| * ENH: lib: allow zip64 extensions in .npz files; allows > 2GBPauli Virtanen2010-10-101-4/+7
| * ENH: lib: add savez_compressed function for saving compressed archivesPauli Virtanen2010-10-101-5/+40
| * BUG: linalg: lstsq should always return real residuals (#937)Pauli Virtanen2010-10-102-14/+104
| * BUG: io: close file handles immediately after use, where possible (#1517)Pauli Virtanen2010-10-101-72/+125
| * BUG: core: fix duplicate name problems in dtype.names setting (#1598)Pauli Virtanen2010-10-102-7/+26
| * BUG: core: fix uint64 -> Python int cast (fixes #1287)Pauli Virtanen2010-10-102-6/+6
| * BUG: core: handle errors from PyErr_Warn for ComplexWarningPauli Virtanen2010-10-083-15/+29
| * BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde)Pauli Virtanen2010-10-061-2/+4
| * BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-062-2/+21
| * Added Portland Group compiler support for Darwin platform (thanks to Josef Ko...Pearu Peterson2010-10-062-4/+23
| * BUG: core: fix compilation with Solaris 10 / Sun Studio 12.1 (ticket #1626)Pauli Virtanen2010-10-061-3/+3
* | Add more tests to test_eq_w_None (bug #1493)pierregm2010-10-111-2/+12
|/
* Merge branch 'master' into fixesCharles Harris2010-09-251-2/+2
|\
| * BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
* | ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
|/
* FIX: And add missing \n for error message.Charles Harris2010-09-221-1/+1
* BUG: Fix previous fix to numpy/g2py/setup.py.Charles Harris2010-09-221-1/+1
* BUG: Fix generated f2py bootstrap script to work with python 3k.Charles Harris2010-09-221-2/+2
* BUG: core: ensure cfloat and clongdouble scalars have a __complex__ method, s...Pauli Virtanen2010-09-212-0/+39
* ENH: core: emit ComplexWarning also when array scalars are cast to real/intPauli Virtanen2010-09-212-5/+52
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-173-6/+25
* * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some inval...pierregm2010-09-132-16/+47
* * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_st...pierregm2010-09-132-7/+39
* * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefa...pierregm2010-09-132-13/+35
* BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran filesPauli Virtanen2010-09-111-3/+5
* BUG: core: fix npy_PyFile_Check implementation on Py3Pauli Virtanen2010-09-111-16/+7
* BUG: core: on Python3, seek file handle to the current position in npy_PyFile...Pauli Virtanen2010-09-112-0/+18
* BUG: core: fix a missing return branch in npy_3kcompat.hPauli Virtanen2010-09-111-0/+1
* BUG: core: sync Python 3 file handle position in tofile/fromfile (fixes #1610)Pauli Virtanen2010-09-114-19/+90
* TST: disable --detailed-errors by default -- the output it gives is more conf...Pauli Virtanen2010-09-111-3/+0
* BUG: core: fix _dotblas usage on Py3 (fixes #1609)Pauli Virtanen2010-09-111-1/+15
* BUG: core/buffer: ensure that array_dealloc runs correctly even when PyErr fl...Pauli Virtanen2010-09-051-0/+16
* BUG: do not add empty string when interpolating values in LibraryInfo.David Cournapeau2010-09-051-1/+2
* BUG: distutils: use // in a binary search (fixes #1604 on Python 3)Pauli Virtanen2010-09-041-1/+1
* TST: Change outdated message for knownfail described in #1081.rgommers2010-09-041-1/+1
* Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard2010-08-312-14/+18
* added a warning concerning the buggy normalization in histogram with non-unif...dhuard2010-08-302-1/+15
* Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ...Pearu Peterson2010-08-302-28/+65
* Fixed bug in histogram for non-uniform bin widths and normed=True.dhuard2010-08-272-8/+25
* BUG: Fix bug on Windows in fromfile/tofile. Closes #1583. Thanks to C. Gohkle.rgommers2010-08-251-0/+4
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-252-1/+9
* Fix swig target extension when swig target is not defined by the .i file but ...Pearu Peterson2010-08-251-3/+11
* Make extension swig_opts effective to build_src command.Pearu Peterson2010-08-251-2/+6
* BUG: fix re-declaration of already defined macros in python.h.David Cournapeau2010-08-211-4/+4