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