1. 13848bd DOC: Add list of authors to 1.8.0 release notes. by Charles Harris · 12 years ago
  2. 22efec1 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
  3. 958985a DOC: Tweak the 1.8.0 release notes. by Charles Harris · 12 years ago
  4. 7d9017a DOC: add highlights to release notes and rewrite and move some sections by Julian Taylor · 12 years ago
  5. 3e0f71a DOC: minor rewording of partition note by Julian Taylor · 12 years ago
  6. 9505e18 DOC: move support for large files to features by Julian Taylor · 12 years ago
  7. 36606ab DOC: mention new comparison runtime warnings in release notes by Julian Taylor · 12 years ago
  8. 8a0cdc6 ENH: Add build support for openblas. by Charles Harris · 12 years ago
  9. 577183e DOC: Update 1.8.0-notes.rst by Charles Harris · 12 years ago
  10. b440929 Update docs by Jay Bourque · 12 years ago
  11. 04c341d Update documentation for 'at' method by Jay Bourque · 12 years ago
  12. fb7bfd8 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
  13. 3c9c31b Merge pull request #3534 from charris/nan-stat-functions by Charles Harris · 12 years ago
  14. 580a3b6 Merge pull request #3608 from charris/remove-1.8-diagonal-refs by Charles Harris · 12 years ago
  15. 98e3a6c DOC: Note the new behavior of financial.npv in the 1.8.0 release notes. by Charles Harris · 12 years ago
  16. dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
  17. f8244a6 DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes. by Charles Harris · 12 years ago
  18. df1aa99 DOC: Remove references to diagonal changes in 1.8. by Charles Harris · 12 years ago
  19. 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
  20. 9c4c1c4 ENH: add quickselect algorithm and expose it via partition by Julian Taylor · 12 years ago
  21. 4441bdd BUG: Check earlier for higher priority in binary operators, add test by Andreas Kloeckner · 12 years ago
  22. 29dcc54 Merge pull request #2875 from ahojnnes/array-init by njsmith · 12 years ago
  23. 70cb9e5 Rename filled, filled_like to full, full_like by Johannes Schönberger · 12 years ago
  24. 4b4a736 ENH: vectorize boolean logical &&, ||, abs and not by Julian Taylor · 12 years ago
  25. 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
  26. ffa0130 DOC: use full ufunc names by Julian Taylor · 12 years ago
  27. 6bcba96 ENH: vectorize base math with SSE2 by Julian Taylor · 12 years ago
  28. eb6cf4b ENH: Vectorize float min/max operation with sse2 by Julian Taylor · 12 years ago
  29. 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
  30. 187f128 DOC: Add integer deprecations to release notes by Sebastian Berg · 12 years ago
  31. 7fb8b71 DOC: document isnan/bswap and SSE2 improvements by Julian Taylor · 12 years ago
  32. b4b20dc Add filled and filled_like to changelog of 1.8.0 by Johannes Schönberger · 12 years ago
  33. 7d188bf Merge pull request #3329 from JDWarner/faster_arraypad by Charles Harris · 12 years ago
  34. 246c06d ENH: improved, faster algorithm for array padding by Josh Warner (Mac) · 12 years ago
  35. 273225c Merge pull request #3328 from pv/runtests by Charles Harris · 12 years ago
  36. 19102b0 DOC: mention runtests.py in release notes by Pauli Virtanen · 12 years ago
  37. 4a1736a Merge pull request #2701 from seberg/indexing by seberg · 12 years ago
  38. 1a28542 Update c api documentation by Jay Bourque · 12 years ago
  39. aa0b3cb Add unit test for ufunc with custom type by Jay Bourque · 12 years ago
  40. ede7dc4 DOC: Document that the 2to3 fixer is no longer used. by Charles Harris · 12 years ago
  41. f62bc39 Merge pull request #3221 from seberg/document-relaxed-strides by Charles Harris · 12 years ago
  42. 5b9da00 DOC: Advanced indexing using np.newaxes by Sebastian Berg · 12 years ago
  43. 5c8b89c DOC: Document NPY_RELAXED_STRIDES_CHECKING changes by Sebastian Berg · 12 years ago
  44. 0350d5e DOC: Fixup of delete/insert changes in release notes by Sebastian Berg · 12 years ago
  45. 908e06c ENH: larger fixes for np.delete and np.insert functions by Sebastian Berg · 12 years ago
  46. a3f2e04 ENH: add `invert` parameter to numpy.in1d(). by Julien Phalip · 12 years ago
  47. 4a669b1 ENH: Forward port `1.7.1` release notes. by Charles Harris · 12 years ago
  48. 6869053 MAINT: Fix release notes formatting. by Charles Harris · 12 years ago
  49. 7394fa6 DOC: Document the new qr modes in the 1.8 release notes. by Charles Harris · 12 years ago
  50. 20f44ef DOC: mention AdvancedNew iterator change in the release notes. by Sebastian Berg · 13 years ago
  51. 625f3cd DOC: update 1.7.0-notes.rst from release branch by Ondřej Čertík · 13 years ago
  52. 4600b2f DOC: mention the change of default for separate compilation. by David Cournapeau · 13 years ago
  53. dce1018 Merge pull request #2725 from seberg/take_0d by seberg · 13 years ago
  54. 89c7d59 DOC: Document removal of SCons support in doc/release/1.8-notes.rst. by Charles Harris · 13 years ago
  55. cde76b4 ENH: Allow 0-d indexes in np.take by Sebastian Berg · 13 years ago
  56. a8c641f DOC: document the change in .base by Ondřej Čertík · 13 years ago
  57. b0695a8 Merge pull request #2835 from charris/update-1.8.0-notes by Ralf Gommers · 13 years ago
  58. 5cd7e76 DOC: Note that Euler's constant is exposed in numpy 1.8.0. by Charles Harris · 13 years ago
  59. e610b2b MAINT: Cleanup 1.8.0-notes.rst. by Charles Harris · 13 years ago
  60. 7f1f57d MAINT: Update and cleanup 1.7.0-notes.rst. by Charles Harris · 13 years ago
  61. 1895b15 FIX: Update release notes. by Travis E. Oliphant · 13 years ago
  62. cea0a20 FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
  63. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  64. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  65. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  66. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  67. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  68. 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
  69. 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  70. b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
  71. c247305 Typo fix by Nathaniel J. Smith · 13 years ago
  72. 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
  73. cbce4e6 Consolidate all array writeability checking in new PyArray_RequireWriteable by Nathaniel J. Smith · 13 years ago
  74. 0b99c90 DOC: Add datetime to the changed items in the release notes. by Charles Harris · 13 years ago
  75. d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
  76. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  77. 313fe46 ENH: Add 'sorter' argument to searchsorted. by Bryan Van de Ven · 13 years ago
  78. 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
  79. 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
  80. caa0883 MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. by Ralf Gommers · 13 years ago
  81. b9f0f1f ENH: Made "isclose()" NA-aware, added release note and versionadded. by Joe Kington · 14 years ago
  82. bbf49fc DOC: clarify numpy version for removal, document sed script better. by Charles Harris · 14 years ago
  83. cceb8f6 STY: Fix up the 2.0 (1.7) release notes. by Charles Harris · 14 years ago
  84. 8886322 DEP: Deprecate the old_defines.h header and the macros therein. by Charles Harris · 14 years ago
  85. 7bb277b DOC: Document macro changes in release notes. by Charles Harris · 14 years ago
  86. 88163cb DOC: Move removing deprecated imports note to deprecation section. by Charles Harris · 14 years ago
  87. 9e2fbab DOC: Document new polynomial package functionality in the release notes. by Charles Harris · 14 years ago
  88. 26195cf FIX: Add release notes, use inverse cdf method for non-uniform by Chris Jordan-Squire · 14 years ago
  89. 900d82e DOC: Add note about <ufunc>.reduce evaluation order by Mark Wiebe · 14 years ago
  90. 159bfbc DOC: Mention the update to np.all and np.any in the release notes by Mark Wiebe · 14 years ago
  91. b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
  92. e0b8c5c ENH: missingdata: Add maskna= flag to np.eye constructor by Mark Wiebe · 14 years ago
  93. 64e30a7 ENH: missingdata: Add skipna=, keepdims= parameters to methods by Mark Wiebe · 14 years ago
  94. 9ca27ae ENH: missingdata: Add wheremask to PyArray_ContainsNA by Mark Wiebe · 14 years ago
  95. 9764760 DOC: Add info to the release notes about the full boolean indexing change by Mark Wiebe · 14 years ago
  96. 3941e5a BUG: ufunc: Fix bug in multi-dimensional reduction without a unit by Mark Wiebe · 14 years ago
  97. e5b2073 DOC: Tweak to the release notes by Mark Wiebe · 14 years ago
  98. f45fd67 DOC: Small tweak to release notes by Mark Wiebe · 14 years ago
  99. c873295 TST: missingdata: Finish up NA mask tests for np.std and np.var by Mark Wiebe · 14 years ago
  100. a1faa1b ENH: missingdata: Move some of the refactored reduction code into the API by Mark Wiebe · 14 years ago