1. 9f829ac DOC: add 1.7.1-notes.rst notes by Ondrej Certik · 12 years ago
  2. 13371fd DOC: document the casting rules changes by Ondřej Čertík · 13 years ago
  3. 3fe7bf0 DOC: remove parentheses around "experimental" by Ondřej Čertík · 13 years ago
  4. 0be2faa DOC: Move the news entry in release notes by Ondřej Čertík · 13 years ago
  5. c7b17b3 DOC: update release notes about AArch64 by Ondřej Čertík · 13 years ago
  6. a757cb5 DOC: document the change in .base by Ondřej Čertík · 13 years ago
  7. eb730a5 MAINT: Update and cleanup 1.7.0-notes.rst. by Ondřej Čertík · 13 years ago
  8. 06973ed DOC: Deprecate NPY_CHAR in release notes by Ondřej Čertík · 13 years ago
  9. 900d2e5 DOC: Mention deprecation warning in release notes by Ondřej Čertík · 13 years ago
  10. 2397c9d FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
  11. f93774d Update release notes and version number. by Travis E. Oliphant · 13 years ago
  12. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  13. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  14. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  15. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  16. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  17. db1701b BUG: Fix boolean indexing to previous behavior by adding an additional check before using the new code path. Add tests. by Travis E. Oliphant · 13 years ago
  18. 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  19. b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
  20. c247305 Typo fix by Nathaniel J. Smith · 13 years ago
  21. 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
  22. cbce4e6 Consolidate all array writeability checking in new PyArray_RequireWriteable by Nathaniel J. Smith · 13 years ago
  23. 0b99c90 DOC: Add datetime to the changed items in the release notes. by Charles Harris · 13 years ago
  24. d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
  25. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  26. 313fe46 ENH: Add 'sorter' argument to searchsorted. by Bryan Van de Ven · 13 years ago
  27. 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
  28. 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
  29. caa0883 MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. by Ralf Gommers · 13 years ago
  30. b9f0f1f ENH: Made "isclose()" NA-aware, added release note and versionadded. by Joe Kington · 13 years ago
  31. bbf49fc DOC: clarify numpy version for removal, document sed script better. by Charles Harris · 14 years ago
  32. cceb8f6 STY: Fix up the 2.0 (1.7) release notes. by Charles Harris · 14 years ago
  33. 8886322 DEP: Deprecate the old_defines.h header and the macros therein. by Charles Harris · 14 years ago
  34. 7bb277b DOC: Document macro changes in release notes. by Charles Harris · 14 years ago
  35. 88163cb DOC: Move removing deprecated imports note to deprecation section. by Charles Harris · 14 years ago
  36. 9e2fbab DOC: Document new polynomial package functionality in the release notes. by Charles Harris · 14 years ago
  37. 26195cf FIX: Add release notes, use inverse cdf method for non-uniform by Chris Jordan-Squire · 14 years ago
  38. 900d82e DOC: Add note about <ufunc>.reduce evaluation order by Mark Wiebe · 14 years ago
  39. 159bfbc DOC: Mention the update to np.all and np.any in the release notes by Mark Wiebe · 14 years ago
  40. b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
  41. e0b8c5c ENH: missingdata: Add maskna= flag to np.eye constructor by Mark Wiebe · 14 years ago
  42. 64e30a7 ENH: missingdata: Add skipna=, keepdims= parameters to methods by Mark Wiebe · 14 years ago
  43. 9ca27ae ENH: missingdata: Add wheremask to PyArray_ContainsNA by Mark Wiebe · 14 years ago
  44. 9764760 DOC: Add info to the release notes about the full boolean indexing change by Mark Wiebe · 14 years ago
  45. 3941e5a BUG: ufunc: Fix bug in multi-dimensional reduction without a unit by Mark Wiebe · 14 years ago
  46. e5b2073 DOC: Tweak to the release notes by Mark Wiebe · 14 years ago
  47. f45fd67 DOC: Small tweak to release notes by Mark Wiebe · 14 years ago
  48. c873295 TST: missingdata: Finish up NA mask tests for np.std and np.var by Mark Wiebe · 14 years ago
  49. a1faa1b ENH: missingdata: Move some of the refactored reduction code into the API by Mark Wiebe · 14 years ago
  50. 965e4cf ENH: missingdata: trying some more functions to see how they treat NAs by Mark Wiebe · 14 years ago
  51. ba4d116 BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it by Mark Wiebe · 14 years ago
  52. 9194b3a ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks by Mark Wiebe · 14 years ago
  53. 99a21ef ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always return a view by Mark Wiebe · 14 years ago
  54. 7fc4021 BUG: missingdata: Fleshing things out, tracking down a memory corruption by Mark Wiebe · 14 years ago
  55. 5e8b9ac WIP: fixing reduce NA bug by Mark Wiebe · 14 years ago
  56. d54c93d ENH: missingdata: Adding NA support to various methods by Mark Wiebe · 14 years ago
  57. 1f2e751 DOC: Updated f2py size support note. by Pearu Peterson · 14 years ago
  58. d8de71d ENH: Ticket #1218, allow use of custom formatters in array2string and by Ralf Gommers · 14 years ago
  59. f04bacb DOC: Document the changed default error handling for the 1.6.x release. by Charles Harris · 14 years ago
  60. 3ebc348 DEP: deprecate normed kw in histogram and restore its old behavior. Introduce by Ralf Gommers · 14 years ago
  61. d1506b4 DOC: slogdet was added in 1.5.0. by Charles Harris · 14 years ago
  62. 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
  63. f089476 DOC: Document the addition of the new polynomials in the release notes. by Charles Harris · 14 years ago
  64. 52edb94 DOC: Add info about iterator, new functions, and C API additions to release notes by Mark Wiebe · 14 years ago
  65. c3f4e89 DOC: Updated f2py related release notes. by Pearu Peterson · 14 years ago
  66. 30ee1d3 DOC: update 1.6.0 release notes. Add headers for items to still be filled in. by rgommers · 14 years ago
  67. 7bb54ef REL: add 1.6.0 release notes. by rgommers · 14 years ago
  68. 9e8bf66 DOC: Add release note mention of float16 type by Mark Wiebe · 15 years ago
  69. e5387aa DOC: some more details on release process, and blank 2.0.0 notes. by rgommers · 15 years ago
  70. 3c3d423 REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. by rgommers · 15 years ago
  71. e7c59e6 Mention functions for Chebyshev points in release notes. by Charles Harris · 15 years ago
  72. cc5d131 Merge branch 'poly' by Charles Harris · 15 years ago
  73. 50db7ff DOC: Complete 1.5.0 release notes. by rgommers · 15 years ago
  74. 4cff2fe Merge branch 'wgt' by Charles Harris · 15 years ago
  75. 0db7671 CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too by Charles Harris · 15 years ago
  76. bc9cb91 DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. by rgommers · 15 years ago
  77. 88e683b Update 2.0.0 release documentation to reflect changes in the Chebyshev and by Charles Harris · 15 years ago
  78. 6e77005 REV: Revert the changes to the truncate method of Polynomial and Chebyshev. by Charles Harris · 15 years ago
  79. 59fd4c3 Add some more info to the release notes for 2.0.0. by Charles Harris · 15 years ago
  80. 894665b Note the changes in polynomial.polynomial and polynomial.chebyshev in by Charles Harris · 15 years ago
  81. e3cea87 DOC: Fix typo in 2.0.0 release notes. by Stefan van der Walt · 15 years ago
  82. 7d5a455 Add better summary of ndarraytype.h to release notes. by Charles Harris · 15 years ago
  83. b943351 ENH: Break out parts of ndarrayobject.h that don't reference the ndarray by Charles Harris · 15 years ago
  84. 2c275d4 Add slogdet to the release notes for 2.0.0. by Charles Harris · 15 years ago
  85. 6dc315f ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) by Pauli Virtanen · 15 years ago
  86. 5664796 Move 1.5.0 release notes to 2.0.0. by Charles Harris · 15 years ago
  87. 794a6c4 ENH: emit ComplexWarning when casting complex to real (addresses #1319) by Pauli Virtanen · 16 years ago
  88. b860d14 doc: add stub release notes by Pauli Virtanen · 16 years ago
  89. e2fbec1 DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
  90. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  91. 9e082de Mention the new polynomial and chebyshev modules in the release notes. by Charles Harris · 16 years ago
  92. 869b208 doc/release: add information about arraysetops changes (from Neil Crighton) by Pauli Virtanen · 16 years ago
  93. ba4fd56 docs: document r7697 in release notes by Pauli Virtanen · 16 years ago
  94. 5d3f592 Mention npymath reuse in release notes. by David Cournapeau · 16 years ago
  95. 0dc618c Mention C99 complex support in release notes. by David Cournapeau · 16 years ago
  96. 6a665e0 Add highlights for 1.4.0 release notes. by David Cournapeau · 16 years ago
  97. 047c625 Mention neighborhood iterator in release notes. by David Cournapeau · 16 years ago
  98. da7e19c DOC: mention new spacing-based testing functions in the release notes. by David Cournapeau · 16 years ago
  99. 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
  100. 64ac086 DOC: mention speed improvement at import time in release notes. by David Cournapeau · 16 years ago