summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add Git revision hash to numpy dev version stringScott Sinclair2010-11-101-0/+1
* TST: mark cexp tests as knownfail on OS X PPC.rgommers2010-11-081-1/+4
* TST: silence ldexp overflow warning.rgommers2010-11-081-8/+13
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-071-1/+31
* BUG: core: nonzero() requires swap for float typesMark Wiebe2010-11-073-7/+18
* DOC: BUG: fix bug in example of np.spacing. Closes #1659.rgommers2010-11-031-1/+1
* TST: core: refactor test_dtype slightlyPauli Virtanen2010-10-311-47/+53
* BUG: core: force dtype subarray->shape to be always a tuplePauli Virtanen2010-10-313-6/+71
* BUG: core: handle sub-arrays in dtype comparisonsMark Wiebe2010-10-312-1/+63
* BUG: fix bug in dtype hash implementation for equivalent but different byte o...David Cournapeau2010-10-312-1/+32
* BUG: core: Enabled keyword argument for 'order' parameter where it was missin...Mark Wiebe2010-10-274-26/+53
* TST: core: disable C99 complex tests also on Solaris if it seems that the pla...Pauli Virtanen2010-10-201-2/+5
* TST: core: mark test_ldexp_overflow as known failure on Python < 2.6 on Windo...Pauli Virtanen2010-10-201-0/+3
* TST: core: fix test_fromfile_tofile_seeks to work on WindowsPauli Virtanen2010-10-181-1/+2
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* TST: remove a failing doctest for poly1d.rgommers2010-10-171-3/+0
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-162-9/+27
* Merge branch 'master' of git@github.com:numpy/numpyPearu Peterson2010-10-168-39/+93
|\
| * BUG: core: implement a long-int loop for ldexp, for cases where int != long (...Pauli Virtanen2010-10-165-12/+80
| * BUG: core: adjust ComplexWarning location frame up by one, so that the warnin...Pauli Virtanen2010-10-162-2/+2
| * BF - get fortran arch flags from C arch flags if availableMatthew Brett2010-10-161-25/+11
* | BUG: f2py: fix creating string object from callback function using string size.Pearu Peterson2010-10-162-2/+4
|/
* 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