NumPy v1.12.0 release.
  1. 68c2fcd DOC: Update 1.12.0 release notes. by Charles Harris · 9 years ago
  2. 6ba7e1e DOC: Update 1.12.0 release notes. by Charles Harris · 9 years ago
  3. 190195b back-port the missing part of gh-8464. by Frederic Bastien · 9 years ago
  4. df1144a DOC: Update release 1.12.0 release notes by Charles Harris · 9 years ago
  5. f993e07 DOC: Update 1.12.0 release notes. by Charles Harris · 9 years ago
  6. b388314 DOC: Fix tools and release notes to be more markdown compatible. by Charles Harris · 9 years ago
  7. 4298c51 DOC: Update 1.12.0-notes. by Charles Harris · 9 years ago
  8. c71fe37 DOC: create 1.11.3 release notes. by Charles Harris · 9 years ago
  9. 88036ef DOC: Update 1.12.0-notes.rst. by Charles Harris · 9 years ago
  10. 4c63449 DOC: add ma.median nan change to release notes by Julian Taylor · 9 years ago
  11. a6cbc29 DOC: Update 1.12.0 release notes. by Charles Harris · 9 years ago
  12. c2503ed DOC: Cleanup 1.12.0 release notes. by Charles Harris · 9 years ago
  13. 2272c32 Merge pull request #8231 from charris/integer-to-neg-integer-power by Charles Harris · 9 years ago
  14. 62046aa Merge pull request #8190 from charris/add-fpower-ufunc by Charles Harris · 9 years ago
  15. 93c098a DOC: Fix code example in c-info.python-as-glue.rst. by Charles Harris · 9 years ago
  16. 105592f DOC: Fixups for quickstart.rst. by Charles Harris · 9 years ago
  17. af32cce DOC: Mention the fpower function in the 1.12.0 release notes. by Charles Harris · 9 years ago
  18. 7e31e32 DOC: Note change to scalar integer powers in 1.12.0 release notes. by Charles Harris · 9 years ago
  19. f685f1a ENH: Deprecation warnings for `/` integer division when running python -3 by saurabh · 9 years ago
  20. 5059202 MAINT, DOC: Update some scipy.stats references. by wrwrwr · 9 years ago
  21. b11931d DOC: Add SciPy inventory for intersphinx. by wrwrwr · 9 years ago
  22. 092d884 DOC: change development instructions from SSH to HTTPS access. by Ralf Gommers · 9 years ago
  23. 8a9b04c Merge pull request #7922 from eric-wieser/np-ma-convolve by ahaldane · 9 years ago
  24. 88a66d8 Merge pull request #8127 from charris/integer-to-negative-power by Charles Harris · 9 years ago
  25. f4f8a1c ENH: Power ufunc raises error for integer to negative integer powers. by Charles Harris · 9 years ago
  26. bf3fb26 DOC: correct ma.convolve docstrings, and add the feature to the release notes by Eric Wieser · 9 years ago
  27. 0a02bb6 ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054) by Stephan Hoyer · 9 years ago
  28. 155ee36 DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation. by Charles Harris · 9 years ago
  29. 811c905 DOC: Small c api doc fix for PyArray_Max. by Frederic Bastien · 9 years ago
  30. bb2865a DOC: Add matplotlib inventory for intersphinx. by wrwrwr · 9 years ago
  31. 4c788f4 ENH: Allows contraction order optimization in einsum function. by Daniel Smith · 9 years ago
  32. 0887da9 Merge pull request #7980 from juliantaylor/avx-runtime by Julian Taylor · 9 years ago
  33. a17e905 Merge pull request #6054 from ahaldane/warnview by Charles Harris · 9 years ago
  34. de84ba2 MAINT: Add deprecation warning to multi-field views/assignment by Allan Haldane · 9 years ago
  35. ae32e78 DOC: add release note entry for AVX2 integer loops by Julian Taylor · 9 years ago
  36. 2a6547c Update somethingaboutorange URL to nose.readthedocs.io by naveenarun · 9 years ago
  37. f27484e DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  38. cb7f407 Merge pull request #8028 from charris/update-1.11.2-notes by Ralf Gommers · 9 years ago
  39. 207cba1 DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  40. 0a9fb7b DOC: change version references from x.y to x.y.z by Pierre de Buyl · 9 years ago
  41. db0b231 DOC: change version references from x.y to x.y.z by Pierre de Buyl · 9 years ago
  42. 0780721 DOC: fix page title for swig by Pierre de Buyl · 9 years ago
  43. 773e3ca change all non-code instances of Numpy to NumPy by Pierre de Buyl · 9 years ago
  44. 5ff1bfd DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  45. d31e684 DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci] by Michael Seifert · 9 years ago
  46. 6657159 DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  47. 68ea0c7 DOC: Add warning stacklevel increase to the release notes by Sebastian Berg · 9 years ago
  48. 9bf7d14 ENH: Use new context manager for testing by Sebastian Berg · 9 years ago
  49. 968507b ENH: Make warning testing context managers more specific by Sebastian Berg · 9 years ago
  50. a93d9f7 Merge pull request #7977 from charris/create-1.11.2-notes by Charles Harris · 9 years ago
  51. 72c79b7 DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [skip ci] by Michael Seifert · 9 years ago
  52. 3c34457 ENH,TST: Add new warning suppression/filtering context by Sebastian Berg · 9 years ago
  53. 4226c96 DOC: Create 1.11.2 release notes. by Charles Harris · 9 years ago
  54. 664b60b DOC: add cbrt to math summary page by Julian Taylor · 9 years ago
  55. 0fc9e45 ENH: added axis param for np.count_nonzero by gfyoung · 9 years ago
  56. 312f471 DOC: #7881. Fix link to record arrays by Tom Bird · 9 years ago
  57. 8c808a6 Merge pull request #7699 from nolta/preserve-lib-order by Charles Harris · 9 years ago
  58. 4fb9a22 Merge pull request #7866 from ssanderson/document-runtests-extra-argv by Charles Harris · 9 years ago
  59. bf40f60 DOC: Use a shorter example. by Scott Sanderson · 9 years ago
  60. 56d0c26 DOC: Document extra args forwarding to nose. by Scott Sanderson · 9 years ago
  61. c3cea45 ENH: turn quicksort into introsort by Julian Taylor · 9 years ago
  62. d0ba18c DOC: add note of 64-bit wheels on Windows by Matthew Brett · 9 years ago
  63. 449899b DOC: update wheel building procedure for release by Matthew Brett · 9 years ago
  64. c84c875 BLD: preserve library order by Mike Nolta · 9 years ago
  65. 36508b2 Merge pull request #7777 from charris/update-1.11.1-notes by Charles Harris · 9 years ago
  66. e8abccc DOC: Update Numpy 1.11.1 release notes. by Charles Harris · 9 years ago
  67. de0fcbd Merge pull request #7347 from erensezener/generalized_rot90 by Charles Harris · 9 years ago
  68. 70f50b8 Merge pull request #7268 from endolith/geomspace by Charles Harris · 9 years ago
  69. e53570d DOC: Add geomspace to function list, release notes by endolith · 9 years ago
  70. 55002a5 ENH: Make assert_almost_equal & assert_array_almost_equal consistent. by Charles Harris · 9 years ago
  71. cdd85dc DOC: Remove "ones_like" from ufuncs list (it is not) by John Zwinck · 9 years ago
  72. 5917372 MAINT: FutureWarning for changes to np.average subclass handling by Allan Haldane · 9 years ago
  73. abbf794 DOC: Mention the changes of #6430 in the release notes. by Erik M. Bray · 9 years ago
  74. 76e2d47 ENH: Add `polyrootval` to numpy.polynomial by e-q · 9 years ago
  75. 24ee6b3 DOC: Corrections in Datetime Units-arrays.datetime.rst by badhrink · 9 years ago
  76. 2de9651 ENH: Changing FFT cache to a bounded LRU cache by Lion Krischer · 9 years ago
  77. 1b162c6 DOC: Mention bits attribute added to finfo in 1.12.0 release notes. by Charles Harris · 9 years ago
  78. cc51ba8 Merge pull request #7696 from matthew-brett/update-wheel-release-procedure by Charles Harris · 9 years ago
  79. d4d38b4 DOC: write pypi as PyPI; more on warehouse uploads by Matthew Brett · 9 years ago
  80. 17b2472 DOC: update wheel build / upload instructions by Matthew Brett · 9 years ago
  81. e928bd9 DOC: fix broken genfromtxt examples in user guide. Closes gh-7662. by Ralf Gommers · 9 years ago
  82. 6250a4c DOC: Update 1.11.1 release notes. by Charles Harris · 9 years ago
  83. eba532d DOC: Create Numpy 1.11.1 release notes. by Charles Harris · 9 years ago
  84. 6aa21ad ENH: linear interpolation of complex values in lib.interp by Peter Creasey · 9 years ago
  85. 2df36ec DOC: Clarify definition list format in HOWTO by endolith · 9 years ago
  86. ed785c5 DOC: Remove isreal and iscomplex from ufunc list by Edward Richards · 9 years ago
  87. b43d269 PEP8 fixes by Kevin Deldycke · 9 years ago
  88. 4be3c23 DOC: clarify purpose of Attributes section by nevimov · 9 years ago
  89. ad3f6dc DOC: Removed an extra `:const:` by Joseph Fox-Rabinovitz · 9 years ago
  90. 0c6aa60 Merge pull request #6660 from wackywendell/usepath by Charles Harris · 9 years ago
  91. bcbed87 BUG: Add bytes to numpy.sctypes in Python 3. by Antony Lee · 9 years ago
  92. 5ac270b ENH: Add support for pathlib.Path objects to save/load functions by Wendell Smith · 9 years ago
  93. 5da8609 DOC: rephrase writeup of memmap changes by Matthew Brett · 9 years ago
  94. 2fb9599 Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarray by ahaldane · 9 years ago
  95. 8f27d12 FIX ufunc called on memmap return a ndarray by Loïc Estève · 9 years ago
  96. 612caca ENH: Allow rolling multiple axes at the same time. by Antony Lee · 9 years ago
  97. ef389ee Merge pull request #7421 from pwolfram/nancumsumprod by Stephan Hoyer · 9 years ago
  98. a76b872 ENH: adds np.nancumsum and np.nancumprod by Phillip J. Wolfram · 9 years ago
  99. 3d2c1ba ENH: implement __complex__ by Eric Moore · 9 years ago
  100. 4440841 DOC: ndarray typo fix by Marshall Ward · 9 years ago