1. 0d6d986 DOC: Create 1.10.1 release notes. by Charles Harris · 10 years ago
  2. 78497f4 DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master. by Charles Harris · 10 years ago
  3. b3e390c DOC: Add warning that the InnerStridesArray may change. by Sebastian Berg · 10 years ago
  4. 31003cb DOC: synchronize 1.9.2 release notes with master by Julian Taylor · 10 years ago
  5. ccb06f5 Merge pull request #6150 from charris/update-howto-release by Charles Harris · 10 years ago
  6. 1ac821f DOC: fix typo by endolith · 10 years ago
  7. de81da9 MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107. by Ralf Gommers · 10 years ago
  8. 5eeb3c4 Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups by Charles Harris · 10 years ago
  9. acd85d5 MAINT: Continue to export some testing functions from ma.testutils. by Charles Harris · 10 years ago
  10. 7b0b5d1 MAINT: adapt parallel build option names to python3.5 by Julian Taylor · 10 years ago
  11. e9a7534 Merge pull request #6031 from pitrou/argmin_nat by Jaime · 10 years ago
  12. f940a9e DOC: Fix bad rst list formats in internals.code-explanations.rst. by Charles Harris · 10 years ago
  13. dd5fd83 DOC: Remove reference to routines.ctypeslib.rst from index.rst. by Charles Harris · 10 years ago
  14. a70842c DOC: Remove a reference to __array_priority__. by Charles Harris · 10 years ago
  15. 276a4e1 DOC: Fix list markup in source/reference/arrays.ndarray.rst. by Charles Harris · 10 years ago
  16. 1393a57 DOC: Remove references to removed setasflat ndarray method. by Charles Harris · 10 years ago
  17. 6646bdf DOC: Fix outdated sphinx directives. by Charles Harris · 10 years ago
  18. 50b12ec Update release notes by Antoine Pitrou · 10 years ago
  19. 16cdeff Merge pull request #5865 from jaimefrio/where_writeable by Charles Harris · 10 years ago
  20. a320fd7 BUG: Added proper handling of median and percentile when nan's are present in array to close issue #586. by empeeu · 10 years ago
  21. 7576ae2 DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better. by Charles Harris · 10 years ago
  22. 949df02 DOC: Document bogus stride fix for release. by Charles Harris · 10 years ago
  23. 39b7b08 MAINT: Update version info for Numpy 1.10. by Charles Harris · 10 years ago
  24. f0c898b Merge pull request #5490 from charris/cleanup-gh-4986 by Charles Harris · 10 years ago
  25. 4e5545f DOC: Update docs. by Gabor Kovacs · 10 years ago
  26. 0bf3045 Merge pull request #5991 from charris/1.10-deprecated-removal-risky by Charles Harris · 10 years ago
  27. 81d53e4 ENH: Add a norm keyword and tests for fft transforms by Joseph Martinot-Lagarde · 10 years ago
  28. bac2fdf DEP,MAINT: Remove old_behavior keyword from numeric.correlate. by Charles Harris · 10 years ago
  29. ec4e91b DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt. by Charles Harris · 10 years ago
  30. e3b2bc0 Merge pull request #5990 from charris/1.10-deprecated-removal by Charles Harris · 10 years ago
  31. e22ae74 MAINT: Rearrange 1.10-notes a bit. by Charles Harris · 10 years ago
  32. e1693d4 DEP,MAINT: Remove support for a._format array printing. by Charles Harris · 10 years ago
  33. 3ed8030 DEP,MAINT: Remove try_run and get_output. by Charles Harris · 10 years ago
  34. 16f1622 DEP,MAINT: Remove deprecated splitcmdline. by Charles Harris · 10 years ago
  35. f686192 DEP,MAINT: Raise IndexError if axis != 0 when concatenating 1-D arrays. by Charles Harris · 10 years ago
  36. 5b8ec89 DEP,MAINT: Remove deprecated functions from npy_3kcompat.h by Charles Harris · 10 years ago
  37. a93b862 BUG: automatically convert recarray dtype to np.record by Allan Haldane · 10 years ago
  38. 1a4d943 BUG Ensure masked object arrays can always return single items. by Marten van Kerkwijk · 10 years ago
  39. 53b8c2a MAINT: document change to bytestring index behavior by Allan Haldane · 10 years ago
  40. 7e04882 Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methods by Charles Harris · 10 years ago
  41. 899a2a2 Merge pull request #5964 from charris/fixup-gh-5864 by Charles Harris · 10 years ago
  42. 6bf0e41 MAINT: Remove NotImplemented handling from ufuncs (almost) by Nathaniel J. Smith · 10 years ago
  43. 338d047 ENH: allow subclass overrides by removing explicit ndarray methods by Marten van Kerkwijk · 10 years ago
  44. 1a82c6d DOC: Extend github source links to line ranges by Jan Schlüter · 10 years ago
  45. 24fcc25 DOC: Mention support for the '@' operator in the 1.10 release notes. by Charles Harris · 10 years ago
  46. 91e8cd2 DOC: Document '@' and matmul. by Charles Harris · 10 years ago
  47. 36b9404 Merge pull request #4586 from mhvk/ma/subclass-item-setting-getting by Charles Harris · 10 years ago
  48. 0794d8f Merge pull request #5914 from sirtom67/master by Charles Harris · 10 years ago
  49. 929e41d DOC: add nanmedian/nanpercentile to reference docs by Joris Van den Bossche · 10 years ago
  50. a49ad15 New typemap for in-place arrays of arbitrary number of dimensions: by Tom Krauss · 10 years ago
  51. fd720e1 Merge pull request #5913 from charris/minor-gitwash-correction by Jaime · 10 years ago
  52. 21c59aa DOC: Commit message lines should not excede 72 characters. by Charles Harris · 10 years ago
  53. 780cd6e BUG: np.nonzero behaving differently for 1-D arrays by Jaime Fernandez · 10 years ago
  54. 9ceb5cd Merge pull request #4960 from tpoole/weighted_cov by Charles Harris · 10 years ago
  55. d87d2ca ENH: add 'fweights' and 'aweights' arguments to covariance calculations. by tpoole · 10 years ago
  56. 18c89db Merge pull request #5605 from shoyer/stack by Charles Harris · 10 years ago
  57. 93d3b8d ENH: add np.stack by Stephan Hoyer · 10 years ago
  58. 498acae DOC: Document string dtype descriptor behavior by Jaime Fernandez · 10 years ago
  59. d3a2991 DOC: Document changes in #5840 and #5841 in release notes by Jaime Fernandez · 10 years ago
  60. b282d2a Merge pull request #5791 from charris/indexing-explanations-cleanup by Charles Harris · 10 years ago
  61. 0d31348 MAINT: Spelling and style fixes to internals.code-explanations.rst. by Charles Harris · 10 years ago
  62. a8b1c0c Merge pull request #5597 from zerothi/ENH-distutils by Charles Harris · 10 years ago
  63. 6981594 DOC: Update indexing implementation explanations. by Sebastian Berg · 10 years ago
  64. 7a84c56 ENH: Let MaskedArray getter, setter respect baseclass overrides by Marten van Kerkwijk · 10 years ago
  65. cca2c1a ENH: cache dtype.__hash__ by Antoine Pitrou · 10 years ago
  66. 8d47d69 ENH sync ndarray methods doc/args with numpy function doc/args by Allan Haldane · 10 years ago
  67. 59be917 Merge pull request #5683 from matthew-brett/deprecate-bias-ddof by Charles Harris · 10 years ago
  68. dafb597 DOC: add array2string to reference guide and explain relation to array_repr/str by Ralf Gommers · 10 years ago
  69. 594c64c ENH: deprecate bias and ddof arguments to corrcoef by Matthew Brett · 10 years ago
  70. c60f1c6 Merge pull request #5682 from matthew-brett/add-clear-catch-warnings-cm by Charles Harris · 10 years ago
  71. 4c9e5bd DOC: `clear_and_catch_warnings` release note by Matthew Brett · 10 years ago
  72. cb2405f DOC: 'signature' preferred over 'sig' as ufunc keyword argument by Jaime Fernandez · 10 years ago
  73. 3a39a0e ENH: Strict checking of ufunc keyword argument names by Jaime Fernandez · 10 years ago
  74. 0784049 DOC: adjust wording of random data note by endolith · 10 years ago
  75. 82c03c2 Add note about random seeds by endolith · 10 years ago
  76. f932388 DOC: update release notes vs np.load, np.save pickle kwargs by Pauli Virtanen · 10 years ago
  77. bc034dc Merge pull request #5621 from jaimefrio/ufunc_out_tuple by Charles Harris · 10 years ago
  78. bb3ae05 ENH: ufuncs can take a tuple of arrays as 'out' kwarg by Jaime Fernandez · 10 years ago
  79. f6853ed Merge pull request #5627 from gertingold/slogdet by Charles Harris · 10 years ago
  80. 1b9813c DOC: Give version when various linalg functions accepted stacked arrays. by Gert-Ludwig Ingold · 10 years ago
  81. 2c3ef4c BUG: genfromtxt gave OverflorError for large integers by Thomas Robitaille · 10 years ago
  82. 05b5335 ENH: add broadcast_to function by Stephan Hoyer · 11 years ago
  83. 98add16 ENH: rpath and runtime_library_dirs equivalent by Nick Papior Andersen · 11 years ago
  84. f917960 BUG: PEP corrections and streamlined with numpy dev line by Nick Papior Andersen · 11 years ago
  85. e87ad6e ENH: Added tests to the extra options read in by Nick Papior Andersen · 11 years ago
  86. c2681a5 DOC: Update release notes on allclose/isclose changes. by chebee7i · 11 years ago
  87. 172ad3e Merge pull request #5440 from chebee7i/yieldssection by Charles Harris · 11 years ago
  88. ec116c4 DOC: Mention numpydoc 0.6. by chebee7i · 11 years ago
  89. d64d4a5 DOC: Replace "Parameters" with "Returns". by chebee7i · 11 years ago
  90. 0516465 DOC: Document loadtxt support for float.hex float representation. by Charles Harris · 11 years ago
  91. 35d01b2 Merge pull request #5518 from charris/simple-gh-3010 by Charles Harris · 11 years ago
  92. f9c3776 DOC: Document changes in npymath library. by Charles Harris · 11 years ago
  93. 72f409c Merge pull request #5536 from stefaneng/patch-1 by Charles Harris · 11 years ago
  94. 4cccb9b SWIG testing: clarify location and number of tests by Sandro Tosi · 11 years ago
  95. c09d8dc genfromtxt example in user docs missing delimiter by Stefan Eng · 11 years ago
  96. 6a92319 Correct my email address by Blake Griffith · 11 years ago
  97. b3f0d25 DOC: Update PyArray_ArrFuncs documentation by jaimefrio · 11 years ago
  98. a7743d4 DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterface by jaimefrio · 11 years ago
  99. fbcc24f Merge pull request #5505 from ahaldane/recarray_returntype by Charles Harris · 11 years ago
  100. 3cd9e73 BUG: Fix recarray getattr and getindex return types by Allan Haldane · 11 years ago