NumPy 1.14.1 release.
  1. 8daad29 Merge pull request #10159 from charris/update-1.14-notes by Charles Harris · 8 years ago
  2. 14913ed DOC: Update 1.14.0 release notes. by Charles Harris · 8 years ago
  3. 605cf1f DOC: Document the NumPy 1.13.3 release. by Charles Harris · 8 years ago
  4. 3a76ffc DOC: Update macro names. by Charles Harris · 8 years ago
  5. 1649929 make example backward compatable by mattip · 8 years ago
  6. ae08584 make example backward compatable by mattip · 8 years ago
  7. 5b636c4 return values by mattip · 8 years ago
  8. 1ab78a5 document new API function by mattip · 8 years ago
  9. 0128827 DOC: Add documentation for datetime_data by Eric Wieser · 8 years ago
  10. ddb61c2 DOC: Add documentation for datetime_as_string by Eric Wieser · 8 years ago
  11. 05b6505 DOC:: Clarify the two ufunc signature types. by Charles Harris · 8 years ago
  12. f7347ab MAINT: Fix use of parenthesis. by Charles Harris · 8 years ago
  13. ebc8aef DOC: Update ufunc documentation to mention generalized ufuncs. by Marten van Kerkwijk · 8 years ago
  14. 59f041a Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  15. 72ba6f1 Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  16. 365fc9d Merge pull request #10021 from eric-wieser/no-dtype-bool-repr by Allan Haldane · 8 years ago
  17. c9fad87 DOC: Add copy of deprecated defindex.html template. by Charles Harris · 8 years ago
  18. ac6b1a9 ENH: don't show boolean dtype, as it is implied by Eric Wieser · 8 years ago
  19. 87349f6 DOC: Add NEP to drop Python2.7 to documentation. by Charles Harris · 8 years ago
  20. e7dd2b1 MAINT: Improve wording of documentation. by Charles Harris · 8 years ago
  21. 88f78ab DOC: reword PyArray_DiscardWritebackIfCopy description by mattip · 8 years ago
  22. 1368cbb DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639) by Matti Picus · 8 years ago
  23. a2bddfa Merge pull request #9953 from eric-wieser/add-unsized by Charles Harris · 8 years ago
  24. a50f472 DOC: update documentation for dragon4 by Allan Haldane · 8 years ago
  25. 7cfbaf6 MAINT: Add a PyDataType_ISUNSIZED macro by Eric Wieser · 8 years ago
  26. 47a8fbb DOC: Refine SVD documentation (#9845) by Toon Verstraelen · 8 years ago
  27. 56a7c29 DOC: Some minor fixes regarding import_array by Michael Seifert · 8 years ago
  28. 6979040 DOC: update other MATLAB ode recommendation by xoviat · 8 years ago
  29. ff93d4d DOC: update scipy.integrate recommendation by xoviat · 8 years ago
  30. aa7c336 DOC: Update after NumPy 1.13.2 release. by Charles Harris · 8 years ago
  31. 125572e Merge pull request #9683 from MSeifert04/doc_add_polyutils by Charles Harris · 8 years ago
  32. 5b10de7 DOC: Add polyutils subpackage to reference documentation [skip ci] by Michael Seifert · 8 years ago
  33. 0d5d722 Fixing typo "Porland" -> "Portland" in `building` doc. by Danny Hermes · 8 years ago
  34. ff8b298 Merge pull request #9643 from rgommers/council-members by seberg · 8 years ago
  35. afc141d DOC: add new steering council members. by Ralf Gommers · 8 years ago
  36. 71c000e DOC: Simplify terminology by Nathaniel J. Smith · 8 years ago
  37. a373d19 DOC: clarify wording in tutorial by Nathaniel J. Smith · 8 years ago
  38. 1ffaa20 DOC: removes broken docstring example (source code, png, pdf) links by James Bourbeau · 8 years ago
  39. cc781ee ENH: Show domain and window as kwargs in repr by Eric Wieser · 8 years ago
  40. ada5d5c Replace xrange by range in quickstart docs by Matheus Portela · 8 years ago
  41. 80e4105 Merge pull request #9426 from eric-wieser/add-einsum_path-doc by Ralf Gommers · 8 years ago
  42. 9d4d660 DOC: Add a link to einsum_path by Eric Wieser · 8 years ago
  43. 3484c83 Merge pull request #9407 from rgommers/testingdocs by seberg · 8 years ago
  44. 8024f8c DOC: add ``suppress_warnings`` to the testing routine listing. by Ralf Gommers · 8 years ago
  45. 0793c81 Merge pull request #9392 from jaimefrio/updateifcopy_doc by Julian Taylor · 8 years ago
  46. 4a0f10f Merge pull request #9389 from jaimefrio/newfromdescr_doc_link by Julian Taylor · 8 years ago
  47. 3f3317a DOC: document how to free memory from PyArray_IntpConverter. by Jaime Fernandez · 8 years ago
  48. eabe143 DOC: UPDATEIFCOPY raises an error if not an array. by Jaime Fernandez · 8 years ago
  49. 7121a4e DOC: Fix reference, PyArray_DescrNew -> PyArray_NewFromDescr by Jaime Fernandez · 8 years ago
  50. 1cdc1fa DOC: Document the internal workings of PY_ARRAY_UNIQUE_SYMBOL by Jaime Fernandez · 8 years ago
  51. d084027 DOC: Fix missing asterisks in git development_setup doc page by Andras Deak · 8 years ago
  52. 0f0ded8 DOC: add @ operator in array vs. matrix comparison doc [skip ci] by Michael Seifert · 8 years ago
  53. 79402fd DOC: update f2py front page and some doc build metadata. by Ralf Gommers · 8 years ago
  54. e7143e7 DOC: Add isnat/positive ufunc to documentation [skip ci] by Michael Seifert · 8 years ago
  55. 34075a5 DOC: BLD: fix lots of Sphinx warnings/errors. by Ralf Gommers · 8 years ago
  56. fa913a8 Merge pull request #5580 from jakirkham/fix_masked_array_views by Charles Harris · 8 years ago
  57. 1608e53 BUG: KeyboardInterrupt is swallowed all over the place by Eric Wieser · 8 years ago
  58. 090d46e DOC: Remove all references to bigndarray (#9205) by Konrad Kapp · 8 years ago
  59. 9d48c35 git:// to https:// by Shitian Ni · 8 years ago
  60. cb731dc updated development git document on protocols by Shitian Ni · 8 years ago
  61. d0c15fa Merge pull request #9149 from k-kapp/fix-issue-9148/master by Charles Harris · 8 years ago
  62. 1a1a211 DOC: Fixed broken link to scipy developer zone by Nicholas Del Grosso · 8 years ago
  63. d1ff805 DOC: Fix some very minor spelling/grammar mistakes in docs (#9152) by Konrad Kapp · 8 years ago
  64. e871d00 DOC: better link display text for Developer Zone. by nickdg · 8 years ago
  65. f46fabb DOC: Fix incorrect function signature in UFunc documentation. by k_kapp@yahoo.com · 8 years ago
  66. d090484 DOC: Update ufunc documentation (#9141) by Shitian Ni · 8 years ago
  67. ca49f0b DOC: update documentation allowing tuple of one in reduce, etc. by Marten van Kerkwijk · 8 years ago
  68. beb4ae2 Merge pull request #9026 from eric-wieser/ufunc_docstrings by Charles Harris · 8 years ago
  69. ef56845 ENH: Spelling fixes by Ville Skyttä · 8 years ago
  70. ba6c1af DOC: Refer to main ufunc docs for kwargs by Eric Wieser · 8 years ago
  71. c9d1f9e ENH: add np.divmod ufunc by Stephan Hoyer · 8 years ago
  72. 491ddf4 Merge pull request #9024 from zengi/patch-1 by Charles Harris · 8 years ago
  73. 0c33b29 Merge pull request #9039 from eric-wieser/as-strided_docs by Charles Harris · 8 years ago
  74. 69b0c42 ENH: Add isin, genereralizing in1d to ND arrays (#8423) by B R S Recht · 8 years ago
  75. 02805d8 DOC: actually produce docs for as_strided by Eric Wieser · 8 years ago
  76. d46df62 Merge pull request #8967 from shoyer/positive by Eric Wieser · 8 years ago
  77. 8db9662 ENH: add np.positive ufunc and use it for ndarray.__pos__ by Stephan Hoyer · 8 years ago
  78. 777534d DOC: update docs for __array_ufunc__ = None by Stephan Hoyer · 8 years ago
  79. de6b269 Correction in default stop index value for negative stepping. by zengi · 8 years ago
  80. d3ff023 DOC: clarify recommendations for subclasses, deprecations. by Marten van Kerkwijk · 8 years ago
  81. 02600d3 ENH: Add NDArrayOperatorsMixin mixin class. by Stephan Hoyer · 8 years ago
  82. 36e8494 REVERT: remove __array_ufunc__ override for np.matmul. by Marten van Kerkwijk · 8 years ago
  83. 2b6c7fd REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot. by Marten van Kerkwijk · 8 years ago
  84. 856da73 DOC: remove left-over piece discussing binops by Marten van Kerkwijk · 8 years ago
  85. 5f9252c DOC: implement many smaller and bigger changes suggested in review. by Marten van Kerkwijk · 8 years ago
  86. 6b41d11 DOC: clarify use of super and getattr by Marten van Kerkwijk · 8 years ago
  87. 1147894 MAINT: Update array_ufunc NEP. by Pauli Virtanen · 8 years ago
  88. 71201d2 DOC: Describe __array_func__ in subclassing by Marten van Kerkwijk · 8 years ago
  89. 79bb733 DOC: Style and sphinx fixes for arrays.classes.rst. by Charles Harris · 8 years ago
  90. 6a3ca31 DOC: describe current implementation of __array_ufunc__. by Marten van Kerkwijk · 8 years ago
  91. c7b25e2 ENH: Remove position arg from __array_ufunc__. by Charles Harris · 8 years ago
  92. fcd11d2 ENH: Rename __numpy_ufunc__ to __array_ufunc__. by Charles Harris · 8 years ago
  93. cb640fa Merge pull request #8942 from juliantaylor/string-doc by Eric Wieser · 8 years ago
  94. 0107956 DOC: stop refering to 'S' dtype as string by Julian Taylor · 8 years ago
  95. f5c27d4 ENH: Add a block function for creating stacked block arrays. by Stefan Otte · 8 years ago
  96. f81a7a3 DEP: Remove alter/restore dot methods by Mads Ohm Larsen · 8 years ago
  97. f59df3a DOC: Fix incorrect call to set_printoptions by Eric Wieser · 8 years ago
  98. dde4ac0 DOC: fix links to flags by Eric Wieser · 8 years ago
  99. eb6bbc8 DOC: Add missing context argument by Eric Wieser · 8 years ago
  100. 77eab40 Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warnings by Eric Wieser · 8 years ago