summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix logic in handling of dtype in append_fields.maintenance/1.5.xweathergod2010-11-241-2/+4
* DOC: fix typo.rgommers2010-11-211-1/+1
* REL: set released=False again.rgommers2010-11-211-1/+1
* BUG: Fix exception handling for python 3k.Neil Muller2010-11-201-4/+4
* DOC: recommend to turn on deprecation warnings for Python >= 2.7.Charles Harris2010-11-202-0/+12
* REL: set version to 1.5.1.v1.5.1rgommers2010-11-182-2/+2
* REL: set version number to 1.5.1rc2 and set released=True.v1.5.1rc2rgommers2010-11-081-2/+2
* TST: mark longdouble tests as knownfail on OS X PPC.rgommers2010-11-081-1/+4
* TST: mark longdouble tests for spacing/nextafter as knownfail on OS X.rgommers2010-11-081-2/+7
* TST: silence ldexp overflow warning.rgommers2010-11-081-8/+13
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-081-1/+31
* TST: core: disable C99 complex tests also on Solaris if it seems that the pla...Pauli Virtanen2010-10-201-3/+6
* 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
* REL: set released=False again, and minor fix in paver script.rgommers2010-10-172-4/+4
* REL: set version number to 1.5.1rc1, released=True.v1.5.1rc1rgommers2010-10-171-3/+3
* REL: Set start and end tags for the Changelog.rgommers2010-10-171-3/+3
* REL: make the OS X installer naming scheme correspond to what is used on pyth...rgommers2010-10-172-4/+23
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* REL: add a note on #1399 to the 1.5.1 release notes.rgommers2010-10-171-0/+5
* Merge branch 'maintenance/1.5.x' of github.com:numpy/numpy into maintenance/1...Charles Harris2010-10-169-53/+102
|\
| * 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
| * BUG: get fortran arch flags from C arch flags if available. Closes #1399.Matthew Brett2010-10-161-25/+11
| * BUG: DOC: fix invalid vdot documentationPauli Virtanen2010-10-141-14/+9
* | TST: remove a failing doctest for poly1d.rgommers2010-10-161-3/+0
|/
* Update release note link in docsPauli Virtanen2010-10-111-1/+1
* DOC: release: add initial release notes for 1.5.1Pauli Virtanen2010-10-111-0/+47
* 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
* 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/+126
* 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: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-062-4/+23
* BUG: core: fix compilation with Solaris 10 / Sun Studio 12.1 (ticket #1626)Pauli Virtanen2010-10-061-3/+3
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-013-22/+8
* sphinxext: fix Other Parameters section parsing in docscrapePauli Virtanen2010-10-013-7/+79
* DOC: add FILES option to doc Makefile, for partial rebuildsPauli Virtanen2010-10-011-8/+10
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
* BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
* BUG: Backport fixes to the fix to numpy/f2py/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
* DOC: Point the npy NEP to the git repo.Stefan van der Walt2010-09-211-3/+2
* DOC: Remove more SVN references.Stefan van der Walt2010-09-214-8/+9
* ENH: Add .gitignore file.Charles Harris2010-09-211-0/+19
* BUG: (backport r8711) distutils: make is_free_format et al. not choke on non-...Pauli Virtanen2010-09-111-3/+5