1. 1e85f6f REL: set version to 1.6.0rc3. by Ralf Gommers · 14 years ago v1.6.0rc3
  2. f340e88 DOC: Updated f2py size support note. by Pearu Peterson · 14 years ago
  3. 9528ca8 DOC: Document the changed default error handling for the 1.6.x release. by Charles Harris · 14 years ago
  4. 8024c27 DEP: deprecate normed kw in histogram and restore its old behavior. Introduce by Ralf Gommers · 14 years ago
  5. 2acf028 DOC: slogdet was added in 1.5.0. by Charles Harris · 14 years ago
  6. 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
  7. f089476 DOC: Document the addition of the new polynomials in the release notes. by Charles Harris · 14 years ago
  8. 52edb94 DOC: Add info about iterator, new functions, and C API additions to release notes by Mark Wiebe · 14 years ago
  9. c3f4e89 DOC: Updated f2py related release notes. by Pearu Peterson · 14 years ago
  10. 30ee1d3 DOC: update 1.6.0 release notes. Add headers for items to still be filled in. by rgommers · 14 years ago
  11. 7bb54ef REL: add 1.6.0 release notes. by rgommers · 14 years ago
  12. 9e8bf66 DOC: Add release note mention of float16 type by Mark Wiebe · 15 years ago
  13. e5387aa DOC: some more details on release process, and blank 2.0.0 notes. by rgommers · 15 years ago
  14. 3c3d423 REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. by rgommers · 15 years ago
  15. e7c59e6 Mention functions for Chebyshev points in release notes. by Charles Harris · 15 years ago
  16. cc5d131 Merge branch 'poly' by Charles Harris · 15 years ago
  17. 50db7ff DOC: Complete 1.5.0 release notes. by rgommers · 15 years ago
  18. 4cff2fe Merge branch 'wgt' by Charles Harris · 15 years ago
  19. 0db7671 CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too by Charles Harris · 15 years ago
  20. bc9cb91 DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. by rgommers · 15 years ago
  21. 88e683b Update 2.0.0 release documentation to reflect changes in the Chebyshev and by Charles Harris · 15 years ago
  22. 6e77005 REV: Revert the changes to the truncate method of Polynomial and Chebyshev. by Charles Harris · 15 years ago
  23. 59fd4c3 Add some more info to the release notes for 2.0.0. by Charles Harris · 15 years ago
  24. 894665b Note the changes in polynomial.polynomial and polynomial.chebyshev in by Charles Harris · 15 years ago
  25. e3cea87 DOC: Fix typo in 2.0.0 release notes. by Stefan van der Walt · 15 years ago
  26. 7d5a455 Add better summary of ndarraytype.h to release notes. by Charles Harris · 15 years ago
  27. b943351 ENH: Break out parts of ndarrayobject.h that don't reference the ndarray by Charles Harris · 15 years ago
  28. 2c275d4 Add slogdet to the release notes for 2.0.0. by Charles Harris · 15 years ago
  29. 6dc315f ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) by Pauli Virtanen · 15 years ago
  30. 5664796 Move 1.5.0 release notes to 2.0.0. by Charles Harris · 15 years ago
  31. 794a6c4 ENH: emit ComplexWarning when casting complex to real (addresses #1319) by Pauli Virtanen · 16 years ago
  32. b860d14 doc: add stub release notes by Pauli Virtanen · 16 years ago
  33. e2fbec1 DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
  34. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  35. 9e082de Mention the new polynomial and chebyshev modules in the release notes. by Charles Harris · 16 years ago
  36. 869b208 doc/release: add information about arraysetops changes (from Neil Crighton) by Pauli Virtanen · 16 years ago
  37. ba4fd56 docs: document r7697 in release notes by Pauli Virtanen · 16 years ago
  38. 5d3f592 Mention npymath reuse in release notes. by David Cournapeau · 16 years ago
  39. 0dc618c Mention C99 complex support in release notes. by David Cournapeau · 16 years ago
  40. 6a665e0 Add highlights for 1.4.0 release notes. by David Cournapeau · 16 years ago
  41. 047c625 Mention neighborhood iterator in release notes. by David Cournapeau · 16 years ago
  42. da7e19c DOC: mention new spacing-based testing functions in the release notes. by David Cournapeau · 16 years ago
  43. 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
  44. 64ac086 DOC: mention speed improvement at import time in release notes. by David Cournapeau · 16 years ago
  45. ae6aa8d add comment about __array_prepare__ to 1.4 release notes by Darren Dale · 16 years ago
  46. 6951bcd Clarify logic for nan comparisons. by Charles Harris · 16 years ago
  47. 8ccbd46 Add some notes to the 1.4 release document. by Charles Harris · 16 years ago
  48. a35153c Mention the deprecated decorator in the release notes. by David Cournapeau · 16 years ago
  49. 5380c94 Update release notes. by David Cournapeau · 16 years ago
  50. 4beb657 Update the release notes for 1.4.0. by David Cournapeau · 16 years ago
  51. 251e1db Start release notes for 1.4.0. by David Cournapeau · 16 years ago
  52. 8364447 Mention the trunc ufunc as new in 1.3 and note this in its docstring. by Charles Harris · 16 years ago
  53. a6b253a Fix some rest issues in the releases notes. by David Cournapeau · 16 years ago
  54. b4c2338 Update release notes for 1.3.0 by David Cournapeau · 16 years ago
  55. 1c9975b Put NPY_NAN and co at the correct location in the releases notes. by David Cournapeau · 16 years ago
  56. 4326a51 Document which configurations work for gfortran + MS compiler. by David Cournapeau · 16 years ago
  57. 9c3f0da Mention NPY_NAN and co in the release notes. by David Cournapeau · 16 years ago
  58. 523a237 Add note about sign(nan) to release doc. by Charles Harris · 16 years ago
  59. 944894a Mention /arch option for binary installer. by David Cournapeau · 16 years ago
  60. 04cc3cd Update the releases notes for 1.3.0 by David Cournapeau · 16 years ago
  61. 442d00d Add description of new ufuncs. by Charles Harris · 16 years ago
  62. 0e9f73d Update URLs to Trac. by Stefan van der Walt · 16 years ago
  63. db0301a Update release notes for 1.3.0. by David Cournapeau · 16 years ago
  64. 6b59456 Mention nan handling in max and co for 1.3.0. in the releases notes. by David Cournapeau · 16 years ago
  65. 325f053 Try to hide that I can't compute how many weeks there are in a month... by David Cournapeau · 17 years ago
  66. f77766f More esthetical changes in rest document. by David Cournapeau · 17 years ago
  67. 8413dbe Fix tables and syntax issues for rest document. by David Cournapeau · 17 years ago
  68. 85adad9 Spelling in time-based release doc. by David Cournapeau · 17 years ago
  69. eb8892e Rename the time-based proposal such as it is recognized as REST by trac. by David Cournapeau · 17 years ago
  70. 1924194 Add references for time based releases proposal. by David Cournapeau · 17 years ago
  71. 4edeb78 Start the proposal for time-based release. by David Cournapeau · 17 years ago
  72. 069fcb4 Update releases notes for 1.3.0. by David Cournapeau · 17 years ago
  73. 52a781d add release notes for 1.3 by Jarrod Millman · 17 years ago