1. c9f2514 REL: add a note on #1399 to the 1.5.1 release notes. by rgommers · 15 years ago
  2. f03e2a3 DOC: release: add initial release notes for 1.5.1 by Pauli Virtanen · 15 years ago
  3. 174370e DOC: add note on py3k-compatible nose branch. by rgommers · 15 years ago
  4. c8732c5 ENH: Backport r8641-r8642 from trunk. by Charles Harris · 15 years ago
  5. 064544f BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes and by Charles Harris · 15 years ago
  6. 3baa529 DOC: (backport of r8628) Complete 1.5.0 release notes. by rgommers · 15 years ago
  7. f04f05f BACK: Backport r8499 from trunk. by Charles Harris · 15 years ago
  8. 0db7671 CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too by Charles Harris · 15 years ago
  9. bc9cb91 DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. by rgommers · 15 years ago
  10. 88e683b Update 2.0.0 release documentation to reflect changes in the Chebyshev and by Charles Harris · 15 years ago
  11. 6e77005 REV: Revert the changes to the truncate method of Polynomial and Chebyshev. by Charles Harris · 15 years ago
  12. 59fd4c3 Add some more info to the release notes for 2.0.0. by Charles Harris · 15 years ago
  13. 894665b Note the changes in polynomial.polynomial and polynomial.chebyshev in by Charles Harris · 15 years ago
  14. e3cea87 DOC: Fix typo in 2.0.0 release notes. by Stefan van der Walt · 15 years ago
  15. 7d5a455 Add better summary of ndarraytype.h to release notes. by Charles Harris · 15 years ago
  16. b943351 ENH: Break out parts of ndarrayobject.h that don't reference the ndarray by Charles Harris · 15 years ago
  17. 2c275d4 Add slogdet to the release notes for 2.0.0. by Charles Harris · 15 years ago
  18. 6dc315f ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) by Pauli Virtanen · 15 years ago
  19. 5664796 Move 1.5.0 release notes to 2.0.0. by Charles Harris · 15 years ago
  20. 794a6c4 ENH: emit ComplexWarning when casting complex to real (addresses #1319) by Pauli Virtanen · 16 years ago
  21. b860d14 doc: add stub release notes by Pauli Virtanen · 16 years ago
  22. e2fbec1 DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
  23. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  24. 9e082de Mention the new polynomial and chebyshev modules in the release notes. by Charles Harris · 16 years ago
  25. 869b208 doc/release: add information about arraysetops changes (from Neil Crighton) by Pauli Virtanen · 16 years ago
  26. ba4fd56 docs: document r7697 in release notes by Pauli Virtanen · 16 years ago
  27. 5d3f592 Mention npymath reuse in release notes. by David Cournapeau · 16 years ago
  28. 0dc618c Mention C99 complex support in release notes. by David Cournapeau · 16 years ago
  29. 6a665e0 Add highlights for 1.4.0 release notes. by David Cournapeau · 16 years ago
  30. 047c625 Mention neighborhood iterator in release notes. by David Cournapeau · 16 years ago
  31. da7e19c DOC: mention new spacing-based testing functions in the release notes. by David Cournapeau · 16 years ago
  32. 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
  33. 64ac086 DOC: mention speed improvement at import time in release notes. by David Cournapeau · 16 years ago
  34. ae6aa8d add comment about __array_prepare__ to 1.4 release notes by Darren Dale · 16 years ago
  35. 6951bcd Clarify logic for nan comparisons. by Charles Harris · 16 years ago
  36. 8ccbd46 Add some notes to the 1.4 release document. by Charles Harris · 16 years ago
  37. a35153c Mention the deprecated decorator in the release notes. by David Cournapeau · 16 years ago
  38. 5380c94 Update release notes. by David Cournapeau · 16 years ago
  39. 4beb657 Update the release notes for 1.4.0. by David Cournapeau · 16 years ago
  40. 251e1db Start release notes for 1.4.0. by David Cournapeau · 16 years ago
  41. 8364447 Mention the trunc ufunc as new in 1.3 and note this in its docstring. by Charles Harris · 16 years ago
  42. a6b253a Fix some rest issues in the releases notes. by David Cournapeau · 16 years ago
  43. b4c2338 Update release notes for 1.3.0 by David Cournapeau · 16 years ago
  44. 1c9975b Put NPY_NAN and co at the correct location in the releases notes. by David Cournapeau · 16 years ago
  45. 4326a51 Document which configurations work for gfortran + MS compiler. by David Cournapeau · 16 years ago
  46. 9c3f0da Mention NPY_NAN and co in the release notes. by David Cournapeau · 16 years ago
  47. 523a237 Add note about sign(nan) to release doc. by Charles Harris · 16 years ago
  48. 944894a Mention /arch option for binary installer. by David Cournapeau · 16 years ago
  49. 04cc3cd Update the releases notes for 1.3.0 by David Cournapeau · 16 years ago
  50. 442d00d Add description of new ufuncs. by Charles Harris · 16 years ago
  51. 0e9f73d Update URLs to Trac. by Stefan van der Walt · 16 years ago
  52. db0301a Update release notes for 1.3.0. by David Cournapeau · 17 years ago
  53. 6b59456 Mention nan handling in max and co for 1.3.0. in the releases notes. by David Cournapeau · 17 years ago
  54. 325f053 Try to hide that I can't compute how many weeks there are in a month... by David Cournapeau · 17 years ago
  55. f77766f More esthetical changes in rest document. by David Cournapeau · 17 years ago
  56. 8413dbe Fix tables and syntax issues for rest document. by David Cournapeau · 17 years ago
  57. 85adad9 Spelling in time-based release doc. by David Cournapeau · 17 years ago
  58. eb8892e Rename the time-based proposal such as it is recognized as REST by trac. by David Cournapeau · 17 years ago
  59. 1924194 Add references for time based releases proposal. by David Cournapeau · 17 years ago
  60. 4edeb78 Start the proposal for time-based release. by David Cournapeau · 17 years ago
  61. 069fcb4 Update releases notes for 1.3.0. by David Cournapeau · 17 years ago
  62. 52a781d add release notes for 1.3 by Jarrod Millman · 17 years ago