NumPy 1.19.0 release
  1. b7a0aec Merge pull request #16358 from charris/backport-16348 by Charles Harris · 5 years ago
  2. aa8ee87 BUG: Fix dtype leak in `PyArray_FromAny` error path by Sebastian Berg · 5 years ago
  3. 232e3d0 BUG: Indentation for docstrings by Eric Larson · 5 years ago
  4. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  5. 50ce0fc Merge pull request #16197 from timhoffm/doc-stack by Sebastian Berg · 5 years ago
  6. c6e27fb Merge pull request #16188 from eric-wieser/cleanup-StringConverter by Sebastian Berg · 5 years ago
  7. a1800a7 DOC: Unify cross-references between array joining methods by Tim Hoffmann · 5 years ago
  8. fc89a21 MAINT: Extract a helper function from StringConverter by Eric Wieser · 5 years ago
  9. e499615 STY: remove some parens in iteration by Eric Wieser · 5 years ago
  10. 5d67634 MAINT: remove unused private members by Eric Wieser · 5 years ago
  11. 3c782b9 STY: Remove some weird comments from iotools by Eric Wieser · 5 years ago
  12. 2f3b826 ENH: Better error message when ``bins`` has float value in ``histogramdd``. (#16129) by MatteoRaso · 5 years ago
  13. a51ac26 Mark tests as a subpackage rather than data. by Hameer Abbasi · 5 years ago
  14. 9babf65 Merge pull request #16125 from WarrenWeckesser/vectorize-bug by Matti Picus · 5 years ago
  15. 1a54626 DOC: Update np.copy docstring to include ragged case (#15928) by Guilherme Leobas · 5 years ago
  16. c888073 MAINT: lib: A few changes in some vectorize tests. by Warren Weckesser · 5 years ago
  17. 684e4a9 BUG: lib: Fix a problem with vectorize with default parameters. by Warren Weckesser · 5 years ago
  18. 651bb25 Merge pull request #16064 from keremh/fix-exception-raise by Charles Harris · 5 years ago
  19. cadea53 Update numpy/lib/shape_base.py by Kerem Hallaç · 5 years ago
  20. 8f12bfb Update numpy/lib/index_tricks.py by Kerem Hallaç · 5 years ago
  21. 6ee4917 DOC: Add missing bracket (gh-16051) by Chunlin · 5 years ago
  22. ddf0191 ENH: Fix exception causes in four .py files by keremh · 5 years ago
  23. bcb036a DOC: Add converters example to the loadtxt docstring (gh-16043) by Warren Weckesser · 5 years ago
  24. c31ba76 Merge pull request #15967 from anirudh2290/slow_pypy_impl by Matti Picus · 5 years ago
  25. 3190b79 Added note to angle function docstring about angle(0) being 0. by Melissa Weber Mendonca · 5 years ago
  26. 9df2c98 TST: Add slow_pypy support by Anirudh Subramanian · 5 years ago
  27. caa9b60 DOC: Minor fix to _hist_bin_fd documentation (#15839) by nglinh · 5 years ago
  28. 8c2112d Merge pull request #15883 from eric-wieser/iotools-upgrade_helper by Matti Picus · 5 years ago
  29. 081c723 TST: Run test_large_zip in a child process (#15893) by Anirudh Subramanian · 5 years ago
  30. ad5d58c Merge pull request #15867 from eric-wieser/deprecate-tostring by Matti Picus · 5 years ago
  31. 30f8391 MAINT: Clean-up 'next = __next__' used for Python 2 compatibility by Mike Taves · 5 years ago
  32. 3721469 MAINT: Remove duplicated code in iotools.py by Eric Wieser · 5 years ago
  33. 7668a33 DEP: Deprecate ndarray.tostring() by Eric Wieser · 5 years ago
  34. 56baf82 DOC: Fix docstring for _hist_bin_auto. by Ross Barnowski · 5 years ago
  35. 1c58504 MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) by Eric Wieser · 5 years ago
  36. b03c575 DEP: Do not cast boolean indices to integers in np.delete (#15815) by Eric Wieser · 5 years ago
  37. 7d0b3ef Merge pull request #15802 from eric-wieser/simplify-insert by Eric Wieser · 5 years ago
  38. b3f41ee Merge pull request #15812 from eric-wieser/expire-delete-out-of-bounds by Sebastian Berg · 5 years ago
  39. 86dd5ce TST: Remove code that is not supposed to warn out of warning assertion by Eric Wieser · 5 years ago
  40. d5010b1 Merge pull request #15804 from eric-wieser/expire-delete-out-of-bounds by Sebastian Berg · 5 years ago
  41. 9ae4a0d Merge pull request #15805 from eric-wieser/expired-insert-delete-TypeError by Sebastian Berg · 5 years ago
  42. 849756f DEP: Forbid passing non-integral index arrays to `insert` and `delete` by Eric Wieser · 5 years ago
  43. 68563e9 DEP: Make np.delete on out-of-bounds indices an error by Eric Wieser · 5 years ago
  44. f0e37e8 DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an error by Eric Wieser · 5 years ago
  45. bcce3ac Merge pull request #15799 from eric-wieser/simplify-insert by Sebastian Berg · 5 years ago
  46. 90e644e MAINT: Make the axis logic for delete match insert. by Eric Wieser · 5 years ago
  47. 566c84b MAINT: Add missing deprecation dates and versions by Eric Wieser · 5 years ago
  48. cf377c7 MAINT: Remove some weird syntax for kwargs by Eric Wieser · 5 years ago
  49. 03aa7f9 MAINT: Add an explanatory comment for some weird code by Eric Wieser · 5 years ago
  50. 965b41d BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) by Matti Picus · 5 years ago
  51. 6846925 MAINT: remove useless `global` statements by Eric Wieser · 5 years ago
  52. 3068943 MAINT: lib: PEP-8 clean up in test_arraysetops.py. by Warren Weckesser · 5 years ago
  53. d18156b BUG: lib: Handle axes with length 0 in np.unique. by Warren Weckesser · 5 years ago
  54. 353bf73 TST: lib: Add a unit test for np.unique applied to arrays with a length 0 axis. by Huon Wilson · 5 years ago
  55. b074b21 ENH: Add `subok` parameter to np.copy function (cf. gfh6509) (gh-15685) by Ross Barnowski · 5 years ago
  56. ff4cfe7 Merge pull request #15534 from seberg/deprecate-abstract-scalar-types by Matti Picus · 5 years ago
  57. 91411ee Merge pull request #15487 from ericmariasis/quantile by Sebastian Berg · 5 years ago
  58. eb167a3 DOC: Update to clarify actual behavior real_if_(all elements)_close (gh-15644) by and-sang · 5 years ago
  59. 6361c2c BUG: Fixing result of np quantile edge case by Eric Mariasis · 5 years ago
  60. 6dc191c BUG: fix doctest exception messages by mattip · 5 years ago
  61. 3963ed0 DOC: fix documentation for apply_along_axis (#15619) by Heshy Roskes · 6 years ago
  62. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  63. 1a1611a DEP: Do not allow "abstract" dtype conversion/creation by Sebastian Berg · 6 years ago
  64. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  65. 17612fc Update unique docstring example by Jon Morris · 6 years ago
  66. 96727cf MAINT: Remove sys.version checks (gh-#15373) by Seth Troisi · 6 years ago
  67. 79eff02 BUG: np.load does not handle empty array with an empty descr (#15397) by Sha Liu · 6 years ago
  68. f398a0d STY: use 'yield from <expr>' for simple cases (#15444) by Mike Taves · 6 years ago
  69. af931b9 Merge pull request #15421 from sethtroisi/contextlib_py2 by Matti Picus · 6 years ago
  70. aa27664 ENH: Make use of ExitStack in npyio.py by Seth Troisi · 6 years ago
  71. 823f681 MAINT: Remove Python2 workarounds by Seth Troisi · 6 years ago
  72. 68224f4 Merge pull request #15407 from charris/replace-basestring by Sebastian Berg · 6 years ago
  73. 4c32890 Merge pull request #15398 from mwtoews/urllib by Charles Harris · 6 years ago
  74. 3493d1b MAINT: Revise imports from urllib modules by Mike Taves · 6 years ago
  75. b4e3a42 MAINT: Replace basestring with str. by Charles Harris · 6 years ago
  76. 021163b MAINT: Clean up, mostly unused imports. by Warren Weckesser · 6 years ago
  77. b02f478 Merge pull request #15377 from sethtroisi/misc_cleanups2 by Matti Picus · 6 years ago
  78. 388e819 Merge pull request #15379 from sethtroisi/misc_cleanups3 by Matti Picus · 6 years ago
  79. 1bc1fd6 MAINT: Revise imports from collections.abc module by Mike Taves · 6 years ago
  80. 6737f24 MAINT: Python2 Cleanups by Seth Troisi · 6 years ago
  81. 1383d5e MAINT: Cleanup python2 references by Seth Troisi · 6 years ago
  82. 287a9d0 NEP: issue deprecation warning when creating ragged array (NEP 34) by Matti Picus · 6 years ago
  83. 9a21ec8 [MAINT] Cleanup python2 sys.version checks by Seth Troisi · 6 years ago
  84. dd120d7 MAINT: Fix mistype in histogramdd docstring by Kirill Zinovjev · 6 years ago
  85. 1427484 MAINT: Remove sys.version checks in tests by Seth Troisi · 6 years ago
  86. b6bc094 Merge pull request #15307 from sethtroisi/sys_version_pre by Matti Picus · 6 years ago
  87. b485da1 DOC: fix typos by Brian Wignall · 6 years ago
  88. addf86b MAINT: cleanup sys.version dependant code by Seth Troisi · 6 years ago
  89. b637953 MAINT: Implement keyword-only arguments as syntax by Eric Wieser · 6 years ago
  90. c31cc36 MAINT: Remove implicit inheritance from object class (#15236) by Jon Dufresne · 6 years ago
  91. ed1e965 MAINT: Remove unnecessary 'from __future__ import ...' statements by Jon Dufresne · 6 years ago
  92. 0fea57e BUG: lib: Fix handling of integer arrays by gradient. by Warren Weckesser · 6 years ago
  93. d690452 MAINT: lib: Clean up in tests. by Warren Weckesser · 6 years ago
  94. baa3786 MAINT: lib: Clean up in twodim_base.py. by Warren Weckesser · 6 years ago
  95. 71663b5 MAINT: lib: Clean up in function_base.py. by Warren Weckesser · 6 years ago
  96. 618da44 MAINT: lib: Clean up in _iotools.py by Warren Weckesser · 6 years ago
  97. 2fc10a2 DOC: bring the out parameter docstring into line with ufuncs (#15097) by Matti Picus · 6 years ago
  98. 5856c48 Merge pull request #14981 from seberg/issue-13103 by Matti Picus · 6 years ago
  99. f6a7a44 Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)" by Ralf Gommers · 6 years ago
  100. d3f6a7e TST: fix up issues in requires_memory decorator by Pauli Virtanen · 6 years ago