NumPy 1.15.0 release
  1. 8447d18 DOC: link to TESTS.rst.txt testing guidelines, tweak testing docs by mattip · 7 years ago
  2. a44b61c Merge pull request #11529 from eric-wieser/histogramdd-density-no-deprecation by Charles Harris · 7 years ago
  3. 8ea9e8b MAINT: Rename histogramdd's normed argument to density, to match histogram by Eric Wieser · 7 years ago
  4. 431740e BUG: Fix incorrect deprecation logic for histogram(normed=...) by Eric Wieser · 7 years ago
  5. 914aabf TST: Show that histogramdd's normed argument is histogram's density by Eric Wieser · 7 years ago
  6. 494e96a DEP: Actually deprecate the normed argument to histogram by Eric Wieser · 7 years ago
  7. e08eced MAINT: push back multifield copy->view changes to 1.16 by Allan Haldane · 7 years ago
  8. af66e48 DOC: make docstring of np.interp clearer (#11280) by Jörg Döpfert · 7 years ago
  9. 5cbb982 Merge pull request #11122 from mhvk/assert-array-comparison-with-masked by Charles Harris · 7 years ago
  10. 3ad49aa MAINT: clean up assert_array_compare a bit further. by Marten van Kerkwijk · 7 years ago
  11. 612cac4 Merge pull request #11209 from Peque/doctest by Charles Harris · 7 years ago
  12. 2f43a3e DOC: add existing recfunctions documentation to output by mattip · 7 years ago
  13. 6148f52 DOC: Fix doctest formatting in `rot90()` examples by Miguel Sánchez de León Peque · 7 years ago
  14. 0c4ebf1 BUG: delimiter/comments in genfromtxt should be encoded by Allan Haldane · 7 years ago
  15. 2d0ee48 Merge branch 'master' into npzfile-mappin by Eric Wieser · 7 years ago
  16. 7bf3402 BUG: Avoid deprecated non-tuple indexing by Eric Wieser · 7 years ago
  17. 23cb605 Merge pull request #11105 from eric-wieser/take_along_axis-strict by Marten van Kerkwijk · 7 years ago
  18. 905e906 ENH: Add (put|take)_along_axis as described in #8708 by Eric Wieser · 7 years ago
  19. 0bd86db ENH: Modify intersect1d to return common indices (#10684) by Christopher · 7 years ago
  20. 328fe21 MAINT: Extract a helper function for prepending and appending by Eric Wieser · 7 years ago
  21. 5608636 MAINT: np.pad: Generalize the helper function to be used in more places by Eric Wieser · 7 years ago
  22. 651e9cf MAINT: np.pad: Add helper functions for producing slices along axes by Eric Wieser · 7 years ago
  23. 79ec65d Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlib by Charles Harris · 7 years ago
  24. b2a699a Merge pull request #11094 from mattip/fix-11080 by Charles Harris · 7 years ago
  25. 2cf2db3 Merge pull request #11023 from eric-wieser/histogramdd-no-fuzz by Charles Harris · 7 years ago
  26. 7a01f66 DOC: add numpy.lib.format to docs and link to it by mattip · 7 years ago
  27. dee82fb Merge pull request #11085 from mattip/fix-11080 by Eric Wieser · 7 years ago
  28. c759466 DOC: create label and ref, fixes broken link by mattip · 7 years ago
  29. 342609b Merge pull request #11011 from eric-wieser/pad-singleton by Charles Harris · 7 years ago
  30. 85282a5 DOC: link to updated module docstring, not NEP by mattip · 7 years ago
  31. 406ccc9 DOC: Add explanation for comments=None in loadtxt. by Hong Xu · 7 years ago
  32. a5f94a9 MAINT: Simplify workflow in _append_const and _prepend_const by Lars G · 7 years ago
  33. 51ef0c4 BUG: Fix padding with large integers by Lars G · 7 years ago
  34. 8ed017a BUG: histogramdd fails on large integers by Eric Wieser · 7 years ago
  35. 4a5d02f ENH: Disable fuzzing on histogram boundaries by Eric Wieser · 7 years ago
  36. 820765d MAINT: Misc. typos (#11005) by luzpaz · 7 years ago
  37. 4bdcbab MAINT: Use keepdims in favor of re-inserting dimensions by Eric Wieser · 7 years ago
  38. c57e6d6 MAINT: Remove singleton-dimension insertion in np.pad in favor of not losing the dimension in the first place. by Eric Wieser · 7 years ago
  39. 1394d0a MAINT: move matrix tests in lib to matrixlib. by Marten van Kerkwijk · 7 years ago
  40. 92f8523 DOC: Make doc examples using StringIO python2-3 compatible by Andras Deak · 7 years ago
  41. fa9c78c Merge pull request #10871 from eric-wieser/histogramdd-empty by Charles Harris · 7 years ago
  42. ac76793 Merge pull request #10199 from chunweiyuan/quantile by Stephan Hoyer · 7 years ago
  43. a043c3e MAINT, DOC: Fix typos (#10958) by Nicholas Nadeau, P.Eng., AVS · 7 years ago
  44. 80de28d Merge branch 'master' into npzfile-mappin by Eric Wieser · 7 years ago
  45. b5c1bcf Merge pull request #10891 from eric-wieser/assert-no-cycles by Charles Harris · 7 years ago
  46. e0b5e87 Merge pull request #9998 from mattip/nditer-as-context-manager by Allan Haldane · 7 years ago
  47. 67b9a76 Merge pull request #10921 from mattip/percentile-graph by Charles Harris · 7 years ago
  48. 894dcab ENH: add NpyIter_Close, nditer__{enter,exit}__ by mattip · 7 years ago
  49. f462e78 DOC: Fix NumpyVersion example (closes gh-10935) by Stefan van der Walt · 7 years ago
  50. 9d1d44f ENH: Extend np.flip to work over multiple axes by Junjie Bai · 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. 5d5c379 ENH: Adding np.quantile() and np.nanquantile(). #10199 by Chun-Wei Yuan · 7 years ago
  54. a9cb8c0 Merge pull request #10875 from mattip/fix-issue7895 by Charles Harris · 7 years ago
  55. 29405fd TST: reactivate module docstring tests, fix float formatting by mattip · 7 years ago
  56. 5c3d524 TST: Extract a helper function to test for reference cycles by Eric Wieser · 7 years ago
  57. 171eeaf BUG: fix savetxt, loadtxt for '+-' in complex by mattip · 7 years ago
  58. b274299 MAINT: Remove unnecessary special case for N == 0 by Eric Wieser · 7 years ago
  59. 918a167 ENH: Improve histogram bins="auto" for data with little variance (#10739) by Varun Nayyar · 7 years ago
  60. 07d590c Merge pull request #10859 from charris/remove-yield-tests by Charles Harris · 7 years ago
  61. db63ca9 Merge pull request #10863 from eric-wieser/histogramdd-fixes by Charles Harris · 7 years ago
  62. cc1107e MAINT: Don't use np.arange just because `range` is shadowed by Eric Wieser · 7 years ago
  63. 59d7878 MAINT: Use the minlength argument of bincount to avoid a copy into a larger array by Eric Wieser · 7 years ago
  64. b3a2b02 MAINT: Don't reimplement `ravel_multi_index` by Eric Wieser · 7 years ago
  65. f4df81f MAINT: Don't use a dict with numeric keys when a tuple would do fine by Eric Wieser · 7 years ago
  66. dbaca82 MAINT: Remove asarray call on a known array by Eric Wieser · 7 years ago
  67. ad53a1f MAINT: Remove dead code. by Eric Wieser · 7 years ago
  68. 4a178b2 MAINT: Remove pointless axis permutation by Eric Wieser · 7 years ago
  69. 40938e4 MAINT: Remove redundant operations in 1d masking by Eric Wieser · 7 years ago
  70. 73b4db4 STY: Some PEP8 fixes in lib/tests/test_twodim_base.py. by Charles Harris · 7 years ago
  71. 340777d TST: Remove yield tests in lib/tests/test_twodim_base.py. by Charles Harris · 7 years ago
  72. e559d98 TST: Remove yield tests from lib/tests/test_index_tricks.py. by Charles Harris · 7 years ago
  73. b8e8a6e Merge pull request #10858 from charris/post-pytest-cleanup by Charles Harris · 7 years ago
  74. 6623dbf Merge pull request #10802 from eric-wieser/histogramdd-fixes by Charles Harris · 7 years ago
  75. 7bf0564 MAINT: Remove all uses of run_module_suite. by Charles Harris · 7 years ago
  76. 0361511 Merge pull request #10842 from charris/switch-to-pytest by Charles Harris · 7 years ago
  77. c8a5f56 BUG: Use intp for indices by Eric Wieser · 7 years ago
  78. 79e482a DOC: Document the surprising behaviour of np.histogramdd on array_likes by Eric Wieser · 7 years ago
  79. 992163e MAINT/ENH: Reuse range computation code from np.histogram in np.histogramdd by Eric Wieser · 7 years ago
  80. cf46d8c TST: Update modules `test` to PytestTester. by Charles Harris · 7 years ago
  81. 7e5a41d TST: Switch to using pytest markers by Charles Harris · 7 years ago
  82. 3d5caa2 doc: fix examples in docstring for np.flip by Berend Kapelle · 7 years ago
  83. 6126789 MAINT: Remove "bench" from testing modules `__init__`s. by Charles Harris · 7 years ago
  84. fd92d02 MAINT: Give a more useful error messages for bins of an incorrect dimension by Eric Wieser · 7 years ago
  85. 52a739e MAINT: Only check bin monotonicity if not using linspace by Eric Wieser · 7 years ago
  86. 89b402a MAINT: Unify computation of `nbin[i]` by Eric Wieser · 7 years ago
  87. 88a564e MAINT: Make np.histogramdd error messages consistent with np.histogram by Eric Wieser · 7 years ago
  88. fbb29df TST: Rename some compiled c test modules by Charles Harris · 7 years ago
  89. ed6c0dd MAINT: Remove use of unittest in NumPy tests. by xoviat · 7 years ago
  90. 1cda13d Merge pull request #10755 from eric-wieser/reduce-histogram-docs by Charles Harris · 7 years ago
  91. 8a67fa9 MAINT: The histogram_bin_edges function needs a raw docstring. by Charles Harris · 7 years ago
  92. e19e52e Merge pull request #10666 from dfreese/fix/covcomplex by Charles Harris · 7 years ago
  93. 7a3db49 DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges` by Eric Wieser · 7 years ago
  94. f42e104 ENH: Add np.histogram_bin_edges (#10591) by Kirit Thadaka · 7 years ago
  95. 01541f2 Merge pull request #10618 from eric-wieser/avoid-nontuple-indices by Marten van Kerkwijk · 7 years ago
  96. fc26f49 Merge pull request #10750 from eric-wieser/percentile-graph by Charles Harris · 7 years ago
  97. e3ff501 DOC: Add graph showing different behaviors of np.percentile by Eric Wieser · 7 years ago
  98. 53b358c TST: Import abstract classes from collections.abc by Frederick Lefebvre · 7 years ago
  99. e97de95 Fix low-hanging Pypy compatibility issues (#10737) by Pauli Virtanen · 7 years ago
  100. 6e6602e BUG: fix error message in numpy.select by Louis Potok · 7 years ago