- de969d7 REL: set version to 1.5.1. by rgommers · 15 years ago v1.5.1
- 3304791 REL: set version number to 1.5.1rc2 and set released=True. by rgommers · 15 years ago v1.5.1rc2
- e885a7a TST: mark longdouble tests as knownfail on OS X PPC. by rgommers · 15 years ago
- 516aa4a TST: mark longdouble tests for spacing/nextafter as knownfail on OS X. by rgommers · 15 years ago
- 08ccb3a TST: silence ldexp overflow warning. by rgommers · 15 years ago
- 8346ba0 BUG: fix issue with incorrect Fortran arch flags. Closes #1399. by rgommers · 15 years ago
- c0bd3df TST: core: disable C99 complex tests also on Solaris if it seems that the platform functions are flaky by Pauli Virtanen · 15 years ago
- c6504f5 TST: core: mark test_ldexp_overflow as known failure on Python < 2.6 on Windows, because of apparently broken C runtime in the python.org binaries by Pauli Virtanen · 15 years ago
- 082956b TST: core: fix test_fromfile_tofile_seeks to work on Windows by Pauli Virtanen · 15 years ago
- 29c38c6 REL: set released=False again, and minor fix in paver script. by rgommers · 15 years ago
- 97cb28e REL: set version number to 1.5.1rc1, released=True. by rgommers · 15 years ago v1.5.1rc1
- 4b18dc8 REL: Set start and end tags for the Changelog. by rgommers · 15 years ago
- 2aa0317 REL: make the OS X installer naming scheme correspond to what is used on python.org. by rgommers · 15 years ago
- 3bc3174 BUG: on Windows the sysconfig module does not contain CFLAGS info. by rgommers · 15 years ago
- c9f2514 REL: add a note on #1399 to the 1.5.1 release notes. by rgommers · 15 years ago
- 427d3fc Merge branch 'maintenance/1.5.x' of github.com:numpy/numpy into maintenance/1.5.x by Charles Harris · 15 years ago
- cc8673e TST: remove a failing doctest for poly1d. by rgommers · 15 years ago
- b55eacd BUG: core: implement a long-int loop for ldexp, for cases where int != long (#1633) by Pauli Virtanen · 15 years ago
- 0e792e6 BUG: core: adjust ComplexWarning location frame up by one, so that the warning comes from the correct location (#1639) by Pauli Virtanen · 15 years ago
- 4e177d3 BUG: get fortran arch flags from C arch flags if available. Closes #1399. by Matthew Brett · 15 years ago
- c8e1315 BUG: DOC: fix invalid vdot documentation by Pauli Virtanen · 15 years ago
- d883e0c Update release note link in docs by Pauli Virtanen · 15 years ago
- f03e2a3 DOC: release: add initial release notes for 1.5.1 by Pauli Virtanen · 15 years ago
- ec211eb BUG: core: richcompare must indicate undefined comparison via Py_NotImplemented (fixes #1491) by Pauli Virtanen · 15 years ago
- 9089036 BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) by Pauli Virtanen · 15 years ago
- ab065f2 BUG: linalg: lstsq should always return real residuals (#937) by Pauli Virtanen · 15 years ago
- 87c53b4 BUG: io: close file handles immediately after use, where possible (#1517) by Pauli Virtanen · 15 years ago
- 462830b BUG: core: fix duplicate name problems in dtype.names setting (#1598) by Pauli Virtanen · 15 years ago
- 5f8cd90 BUG: core: fix uint64 -> Python int cast (fixes #1287) by Pauli Virtanen · 15 years ago
- 4d546c1 BUG: core: handle errors from PyErr_Warn for ComplexWarning by Pauli Virtanen · 15 years ago
- 8e0d299 BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ticket #1625) by Pauli Virtanen · 15 years ago
- 1958473 BUG: core: fix compilation with Solaris 10 / Sun Studio 12.1 (ticket #1626) by Pauli Virtanen · 15 years ago
- b88ad5d DOC: explicitly require Sphinx >= 1.0.1 by Pauli Virtanen · 15 years ago
- ddcd758 sphinxext: fix Other Parameters section parsing in docscrape by Pauli Virtanen · 15 years ago
- dabff32 DOC: add FILES option to doc Makefile, for partial rebuilds by Pauli Virtanen · 15 years ago
- 288178e ENH: Update absoft fortran flags for v11.0. by Charles Harris · 15 years ago
- b288b51 BUGLET: Need "\\n" in string template. by Charles Harris · 15 years ago
- b537514 BUG: Backport fixes to the fix to numpy/f2py/setup.py. by Charles Harris · 15 years ago
- be68969 BUG: Fix generated f2py bootstrap script to work with python 3k. by Charles Harris · 15 years ago
- fd873ba BUG: core: ensure cfloat and clongdouble scalars have a __complex__ method, so that complex(...) cast works properly (fixes #1617) by Pauli Virtanen · 15 years ago
- 1bc88b9 ENH: core: emit ComplexWarning also when array scalars are cast to real/int by Pauli Virtanen · 15 years ago
- 23ab0a4 DOC: Point the npy NEP to the git repo. by Stefan van der Walt · 15 years ago
- 572cbfa DOC: Remove more SVN references. by Stefan van der Walt · 15 years ago
- 6c300c7 ENH: Add .gitignore file. by Charles Harris · 15 years ago
- c18d875 BUG: (backport r8711) distutils: make is_free_format et al. not choke on non-ascii Fortran files by Pauli Virtanen · 15 years ago
- f218515 BUG: (backport r8709) core: fix npy_PyFile_Check implementation on Py3 by Pauli Virtanen · 15 years ago
- a8f0120 BUG: (backport r8707) core: on Python3, seek file handle to the current position in npy_PyFile_Dup (fixing #1610) by Pauli Virtanen · 15 years ago
- 877d33b BUG: (backport r8702) core: fix a missing return branch in npy_3kcompat.h by Pauli Virtanen · 15 years ago
- 5a13d0c BUG: (backport r8701) core: sync Python 3 file handle position in tofile/fromfile (fixes #1610) by Pauli Virtanen · 15 years ago
- 18a4bb9 TST: (backport r8700) disable --detailed-errors by default -- the output it gives is more confusing than useful by Pauli Virtanen · 15 years ago
- 6d1a365 BUG: (backport r8699) core: fix _dotblas usage on Py3 (fixes #1609) by Pauli Virtanen · 15 years ago
- 3deb211 BUG: core/buffer: ensure that array_dealloc runs correctly even when PyErr flag is set (fixes #1605) by Pauli Virtanen · 15 years ago
- a20e83a BUG (backport r8689): distutils: use // in a binary search (fixes #1604 on Python 3) by Pauli Virtanen · 15 years ago
- 5567588 sphinxext: (backport r8679) more lenient parsing for See Also sections by Pauli Virtanen · 15 years ago
- 0807939 sphinxext: (backport r8610) plot_directive: insert figures at points where plt.show() is called in the text by Pauli Virtanen · 15 years ago
- 6f9dfa6 sphinxext: (backport r8605) bug fix + some features in plot_directive by Pauli Virtanen · 15 years ago
- 947ce67 REL: set released=False again in setup.py. by rgommers · 15 years ago
- c069eee REL: set version to 1.5.0, released=True. by rgommers · 15 years ago v1.5.0
- 374009e REL: Set released=False again. by rgommers · 15 years ago
- d68b231 REL: set version to 1.5.0rc1, released=True. by rgommers · 15 years ago v1.5.0rc1
- 54de555 3K: (backport of r8655) make setupegg.py work through imp. by rgommers · 15 years ago
- 5bdfe79 TST: clean up invalid value warning emitted from test. by rgommers · 15 years ago
- fff3c78 BUG: (backport of r8665) Fix bug on Windows in fromfile/tofile. Closes #1583. Thanks to C. Gohkle. by rgommers · 15 years ago
- 174370e DOC: add note on py3k-compatible nose branch. by rgommers · 15 years ago
- 970eceb TST: Mark Clog test as knownfail on Windows. by rgommers · 15 years ago
- eb02b23 TST: mark test for #99 as knownfail for 64 bit Windows. by rgommers · 15 years ago
- 564fd01 TST: silence NaN related test warnings. See #1587. by rgommers · 15 years ago
- 60417c7 BCK: Backport r8653 from trunk. by Charles Harris · 15 years ago
- c740bf8 REL: Some more changes to release scripts. by rgommers · 15 years ago
- 03de515 REL: set released=False again. by rgommers · 15 years ago
- 9673b8f REL: set version to 1.5.0b2, and add 3.1 superpack to release script. by rgommers · 15 years ago v1.5.0b2
- d29c077 TST: (backport of r8623) skip C99 nan/inf tests on Windows. by rgommers · 15 years ago
- 61de042 BUG: Fix non-performing test. by Charles Harris · 15 years ago
- c8732c5 ENH: Backport r8641-r8642 from trunk. by Charles Harris · 15 years ago
- 064544f BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes and by Charles Harris · 15 years ago
- 3460f7b BUG: Backport r8635 from trunk. by Charles Harris · 15 years ago
- 3baa529 DOC: (backport of r8628) Complete 1.5.0 release notes. by rgommers · 15 years ago
- ee84bbd DEP: (backport of r8627) change default behavior of correlate(), old behavior was deprecated in by rgommers · 15 years ago
- 98da149 DEP: (backport of r8626) deprecate behavior for out-of-order field indexing of recarrays. See #1431. by rgommers · 15 years ago
- 7ecf7c4 BUG: (backport of r8625) define LDEXPL/FREXPL functions for MSVC builds (see #1499). by rgommers · 15 years ago
- 1906d46 BUG: (backport of r8624) workaround for undefined isnan/isinf in VS2008. Closes #1502. by rgommers · 15 years ago
- b64e431 BUG: (backport of r8622) Better format specifier for Py 2.7, 3.2 on win-amd64. Closes #1570. by rgommers · 15 years ago
- 2befa5f BUG: Backport r8619 to fix ticked #1554. by Charles Harris · 15 years ago
- 3367031 BUG: Backport fixes for ticket #1579, r8615-r8617. by Charles Harris · 15 years ago
- 1d6e5f9 ENH: (backport of r8608) Make atleast_3d respect ndarray subclasses. Closes #1560. by rgommers · 15 years ago
- f1c28a3 TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to Christoph Gohlke. by rgommers · 15 years ago
- 7f8f354 3K: (backport of r8601) copy built installers from build/py3k/dist instead of dist/. by rgommers · 15 years ago
- 2b9090c 3K: (backport of r8595) distutils: fix __code__ object access in mingw32ccompiler by rgommers · 15 years ago
- 7f73136 3K: (backport r8599) fix core/dotblas module initialization. by Pauli Virtanen · 15 years ago
- c0440f8 BUG: (backport of r8596) add tool/py3tool.py to installed/distributed files. by rgommers · 15 years ago
- f07a768 BUG: (backport r8589) core/3K: use bytes.maketrans instead of the deprecated string.maketrans (fixes #1571) by Pauli Virtanen · 15 years ago
- 50f1fd2 BUG: (backport r8588) core: fix a missed PyCObject call (#1571) by Pauli Virtanen · 15 years ago
- e4e7bcf BUG: (backport r8572) core: fix refcount error in PyArray_Take (#939) by Pauli Virtanen · 15 years ago
- c9f0351 BUG: (backport r8548) core/umath: do not create views unnecessarily in ndarray.__array_prepare__ (fixes #1548) by Pauli Virtanen · 15 years ago
- df3ac4e REL: Set as released=False by Pauli Virtanen · 15 years ago
- 1ddfa53 REL: Set version to 1.5.0b1, released = True. by rgommers · 15 years ago v1.5.0b1
- ba22c4a DOC: wiki merge, matrlixlib and some ndarray methods. by rgommers · 15 years ago
- 843446b DOC: wiki merge, twodim_base and a few loose ones. by rgommers · 15 years ago
- 8a0511c DOC: wiki merge, npyio, format and function_base by rgommers · 15 years ago
- 84e8a53 DOC: wiki merge, core.umath by rgommers · 15 years ago