NumPy 1.15.3 release
  1. 3d646cb DOC: Prepare for NumPy 1.15.3 release. by Charles Harris · 7 years ago
  2. 12a6e17 DOC, REL: Prepare for NumPy 1.15.2 release.[ci skip] by Charles Harris · 7 years ago
  3. a0f5c30 DOC: Prepare for NumPy 1.15.1 release. by Charles Harris · 7 years ago
  4. 7c49cfa BUG: Fix doc source links to unwrap decorators by Eric Wieser · 7 years ago
  5. 8447d18 DOC: link to TESTS.rst.txt testing guidelines, tweak testing docs by mattip · 7 years ago
  6. d5c8e01 ENH: Remove NpyIter_Close by mattip · 7 years ago
  7. afb82c2 DOC: document new functions by mattip · 7 years ago
  8. 07543cc DOC: Update release notes for 1.15.0. by Charles Harris · 7 years ago
  9. 0c34d3d Merge pull request #11222 from hmaarrfk/documentation_nditer by Charles Harris · 7 years ago
  10. 57d17c3 Merge pull request #11018 from mhvk/gufunc-axis-and-keepdims by Charles Harris · 7 years ago
  11. 2abef6c DOC: Describe new axis argument. by Marten van Kerkwijk · 7 years ago
  12. afb3dd8 DOC: Update master after NumPy 1.14.4 release. by Charles Harris · 7 years ago
  13. 5959bb6 Updated with correct end by Mark Harfouche · 7 years ago
  14. 0646f01 fixes from review by mattip · 7 years ago
  15. 2f43a3e DOC: add existing recfunctions documentation to output by mattip · 7 years ago
  16. 64b8ccc Reference doc to nditer is python3 friendly by Mark Harfouche · 7 years ago
  17. 6246cf1 Merge pull request #11177 from mhvk/gufunc-docs-improvement by Eric Wieser · 7 years ago
  18. d7f4eef DOC: Further clarification of c-api. by Marten van Kerkwijk · 7 years ago
  19. 23cb605 Merge pull request #11105 from eric-wieser/take_along_axis-strict by Marten van Kerkwijk · 7 years ago
  20. 69a77fb DOC: Clarify C-API for generalized ufuncs. by mattip · 7 years ago
  21. 4291c94 DOC: improve docs for PyUFunc_FromFuncAndData. by mattip · 7 years ago
  22. a10b427 Merge branch 'master' into force-tuple by Eric Wieser · 7 years ago
  23. 0addc01 DEP: Deprecate non-tuple multidimensional indices by Sebastian Berg · 7 years ago
  24. 905e906 ENH: Add (put|take)_along_axis as described in #8708 by Eric Wieser · 7 years ago
  25. 8ccabd6 DOC: Describe new keepdims arguments (and axes). by Marten van Kerkwijk · 7 years ago
  26. 08b38dc Merge pull request #10991 from eric-wieser/genfromtxt-docs by Charles Harris · 7 years ago
  27. 9584c2f DOC: Mention we can return unitinitialized values (#11086) by Matti Picus · 7 years ago
  28. 7a01f66 DOC: add numpy.lib.format to docs and link to it by mattip · 7 years ago
  29. c759466 DOC: create label and ref, fixes broken link by mattip · 7 years ago
  30. 85282a5 DOC: link to updated module docstring, not NEP by mattip · 7 years ago
  31. 1e00cc5 DOC: expand reasoning behind npy_*floatstatus_barrer() by mattip · 7 years ago
  32. f5758d6 BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036) by Matti Picus · 7 years ago
  33. 820765d MAINT: Misc. typos (#11005) by luzpaz · 7 years ago
  34. 0a02ea2 Merge pull request #10949 from mattip/doc-nditer by Allan Haldane · 7 years ago
  35. 79cd01d Merge pull request #10980 from mattip/master by Charles Harris · 7 years ago
  36. 3e53496 DOC: link to governance, convert external link to internal by mattip · 7 years ago
  37. 7ade27f DOC: Update genfromtxt docs to use StringIO and u-strings by Eric Wieser · 7 years ago
  38. b6e8a13 DOC: advise against use of matrix. by Marten van Kerkwijk · 7 years ago
  39. 246ad1d Merge branch 'master' into doc-nditer by Charles Harris · 7 years ago
  40. ae940f9 Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopy by Charles Harris · 7 years ago
  41. eda2b3e DOC: add quantile, nanquantile to toc by mattip · 7 years ago
  42. a043c3e MAINT, DOC: Fix typos (#10958) by Nicholas Nadeau, P.Eng., AVS · 7 years ago
  43. 86608c2 DOC: cleanup documentation, continuation of nditer PR #9998 by mattip · 7 years ago
  44. 64558ee emphasis accessing `it.operands` only on open iterator by mattip · 7 years ago
  45. 05d94b9 BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and document by mattip · 7 years ago
  46. e0b5e87 Merge pull request #9998 from mattip/nditer-as-context-manager by Allan Haldane · 7 years ago
  47. 09048a0 DOC: Removed references to the 2008 documentation marathon (#10945) by alexthomas93 · 7 years ago
  48. 3c6e8e1 Added a modified version of the basic Sphinx search box by Alex Thomas · 7 years ago
  49. c26d273 ENH: add nditer.close as per review by mattip · 7 years ago
  50. 894dcab ENH: add NpyIter_Close, nditer__{enter,exit}__ by mattip · 7 years ago
  51. df8e835 DOC: clear up warnings, fix matplotlib plot by mattip · 7 years ago
  52. 8323be1 BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) by Raunak Shah · 7 years ago
  53. c989bd4 render the example in numpydoc, add ifconfig for host python major version by mattip · 7 years ago
  54. 122bdc2 fix link (now checked) and clean up Acknowledgements by mattip · 7 years ago
  55. f20b64b fix link by mattip · 7 years ago
  56. 069c89d fix typos from review by mattip · 7 years ago
  57. 0e789b6 remove duplicated text from numpydoc/formatting, include it instead by mattip · 7 years ago
  58. 65844be update copyright year by mattip · 7 years ago
  59. cb24dd0 add missing glossary entries and link in missing document by mattip · 7 years ago
  60. 0a8ba95 update kwargs where needed by mattip · 7 years ago
  61. db93ce9 fix from review by mattip · 7 years ago
  62. bc875f5 maybe controversial - scipy.special required by mtrand.pyx docstrings by mattip · 7 years ago
  63. c499668 silence warnings, matplotlib deprecated normed in favor of density by mattip · 7 years ago
  64. a75e76d DOC: cosmetic changes, document need for python3.6 to build docs by mattip · 7 years ago
  65. b00cdbc DOC: promote development_workflow, make howtos visible by mattip · 7 years ago
  66. 953e78f BUG: fix link to NEP docs by mattip · 7 years ago
  67. 0a95dac DOC: note that NDEBUG should be set when OPT should increase optimization by Julian Taylor · 7 years ago
  68. a67388e DOC: Update link to tox in development docs (#10806) by Paul van Mulbregt · 7 years ago
  69. b7ef2e3 DOC: Post 1.14.2 release update. by Charles Harris · 7 years ago
  70. 7bcea9f add documentation for constants by guoci · 7 years ago
  71. d525cc1 DOC: describe axes keyword in ufunc documentation. by Marten van Kerkwijk · 8 years ago
  72. 875b0e5 MAINT: Update 1.14.1 release notes and changelog. by Charles Harris · 8 years ago
  73. aa89ae7 DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, and all of #10572 by derrick · 8 years ago
  74. ff5ce93 DOC: Tell matlab users about np.block by Eric Wieser · 8 years ago
  75. 531784b DOC: Document A@B in Matlab/NumPy summary table by Gerrit Holl · 8 years ago
  76. f566d9e DOC: added "steals a reference" to PyArray_FromAny by Mads R. B. Kristensen · 8 years ago
  77. 728af07 Merge pull request #10213 from jarrodmillman/nep-process by Charles Harris · 8 years ago
  78. 923e16d Documentation and misc. typos by luzpaz · 8 years ago
  79. 9d054c1 DOC: document nested_iters (#10078) by Matti Picus · 8 years ago
  80. 976554a DOC: Prepare to host NEPs on GH pages by Jarrod Millman · 8 years ago
  81. 7ab0f15 ENH: Add gcd and lcm ufuncs by Eric Wieser · 8 years ago
  82. c97c69f MAINT: Prepare master for 1.15 development. by Charles Harris · 8 years ago
  83. 8daad29 Merge pull request #10159 from charris/update-1.14-notes by Charles Harris · 8 years ago
  84. 14913ed DOC: Update 1.14.0 release notes. by Charles Harris · 8 years ago
  85. 605cf1f DOC: Document the NumPy 1.13.3 release. by Charles Harris · 8 years ago
  86. 3a76ffc DOC: Update macro names. by Charles Harris · 8 years ago
  87. 1649929 make example backward compatable by mattip · 8 years ago
  88. ae08584 make example backward compatable by mattip · 8 years ago
  89. 5b636c4 return values by mattip · 8 years ago
  90. 1ab78a5 document new API function by mattip · 8 years ago
  91. 0128827 DOC: Add documentation for datetime_data by Eric Wieser · 8 years ago
  92. ddb61c2 DOC: Add documentation for datetime_as_string by Eric Wieser · 8 years ago
  93. 05b6505 DOC:: Clarify the two ufunc signature types. by Charles Harris · 8 years ago
  94. f7347ab MAINT: Fix use of parenthesis. by Charles Harris · 8 years ago
  95. ebc8aef DOC: Update ufunc documentation to mention generalized ufuncs. by Marten van Kerkwijk · 8 years ago
  96. 59f041a Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  97. 72ba6f1 Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  98. 365fc9d Merge pull request #10021 from eric-wieser/no-dtype-bool-repr by Allan Haldane · 8 years ago
  99. c9fad87 DOC: Add copy of deprecated defindex.html template. by Charles Harris · 8 years ago
  100. ac6b1a9 ENH: don't show boolean dtype, as it is implied by Eric Wieser · 8 years ago