NumPy 1.23.1 release
  1. 00f59f6 Merge pull request #21870 from charris/backport-21857 by Charles Harris · 3 years, 2 months ago
  2. fbd1bb8 Merge pull request #21868 from charris/backport-21851 by Charles Harris · 3 years, 2 months ago
  3. 563974c BUG: Reject non integer array-likes with size 1 in delete (#21857) by Sebastian Berg · 3 years, 2 months ago
  4. 11f12eb DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854) by Pranab Das · 3 years, 2 months ago
  5. ab329ee BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  6. 552bad6 BUG: lib: A loadtxt error message had two values reversed. by warren · 3 years, 2 months ago
  7. 010291f TST: Clean up an opened temporary file descriptor in loadtxt tests by Sebastian Berg · 3 years, 2 months ago
  8. c64b0d1 TST: Fixup loadtxt int-via-float tests when in release mode by Sebastian Berg · 3 years, 2 months ago
  9. 824925d TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique` by Bas van Beek · 3 years, 3 months ago
  10. 233b723 MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal` by Sebastian Berg · 3 years, 3 months ago
  11. 25cae8f MAINT: Update multiline indentations by Jason Thai · 3 years, 3 months ago
  12. 85af274 DOC: Update 21623 release documentation by Jason Thai · 3 years, 3 months ago
  13. b0b9bf3 DOC: Added releasenote for 21623 by Jason Thai · 3 years, 3 months ago
  14. 5238f86 ENH: Added equal-nans kwarg to np.unique by Jason Thai · 3 years, 3 months ago
  15. 27fd86a TST: Added test for np.unique equal_nans kwarg by Jason Thai · 3 years, 3 months ago
  16. 53379cd MAINT: Python <3.7 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  17. 2932e91 Fix grammar [skip ci] by Brigitta Sipőcz · 3 years, 3 months ago
  18. 569fc6a Fix docstring and examples for rfn.get_names* by Brigitta Sipőcz · 3 years, 3 months ago
  19. 70025f0 DOC: Update numpy/lib/function_base.py by Sebastian Berg · 3 years, 3 months ago
  20. df5efc4 DOC: improve the docstring of numpy.sinc to explain behavior at zero. by Jesús Carrete Montaña · 3 years, 3 months ago
  21. db481ba Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comparison by Matti Picus · 3 years, 3 months ago
  22. ae16484 Addressing review for more cleanup and clarification by Brigitta Sipőcz · 3 years, 3 months ago
  23. b1d6d24 Remove deprecated iterates by Brigitta Sipocz · 3 years, 3 months ago
  24. 497dc94 Remove python <3.6 related things by Brigitta Sipocz · 3 years, 3 months ago
  25. ef3c1b8 Merge pull request #21490 from WarrenWeckesser/average-keepdims-typing by Bas van Beek · 3 years, 3 months ago
  26. f935594 BUG: lib: Allow type uint64 for eye() arguments. by warren · 3 years, 3 months ago
  27. 2e7b695 TYP: Add typing for the keepdims param. of 'average' and 'ma.average' by warren · 3 years, 3 months ago
  28. c27f781 ENH: Add 'keepdims' to 'average()' and 'ma.average()'. by warren · 3 years, 3 months ago
  29. efc850b TYP,ENH: Add the new `quotechar` parameter to `np.loadtxt` by Bas van Beek · 3 years, 3 months ago
  30. a0c2e82 API: Fix structured dtype cast-safety, promotion, and comparison by Sebastian Berg · 3 years, 3 months ago
  31. e3a9e1a ENH: Optimize `np.empty` for scalar arguments (#20175) by Francesco Andreuzzi · 3 years, 4 months ago
  32. 0a9634c TST: Make `test_large_archive` robust against memory issues [wheel build] by Sebastian Berg · 3 years, 4 months ago
  33. b6ffbda TEST: on PyPy, skip hanging slow test [wheel build] by mattip · 3 years, 4 months ago
  34. 8e447c8 MAINT: Added comment for kron working by Ganesh Kathiresan · 3 years, 4 months ago
  35. 968ca6c ENH: Improve `np.kron` performance by Ganesh Kathiresan · 3 years, 4 months ago
  36. aed6c57 Merge pull request #21262 from ganesh-k13/kron_21257_ma by Sebastian Berg · 3 years, 4 months ago
  37. 28e624d Merge pull request #21291 from oscargus/spaceandcos by Charles Harris · 3 years, 5 months ago
  38. 782fdec STY: Whitespace fixes. by Charles Harris · 3 years, 5 months ago
  39. c68a8b6 TST: `np.kron` tests refinement by Ganesh Kathiresan · 3 years, 5 months ago
  40. 730f315 ENH: Maintain subclass info for `np.kron` by Ganesh Kathiresan · 3 years, 5 months ago
  41. f404e9e Add space after argument name by Oscar Gustafsson · 3 years, 5 months ago
  42. 0307f89 Improve documentation formatting by Oscar Gustafsson · 3 years, 5 months ago
  43. beb5ded Merge pull request #21232 from ganesh-k13/bug_21051_kron by Matti Picus · 3 years, 5 months ago
  44. 7916d56 BUG: Convert other inputs to array by Ganesh Kathiresan · 3 years, 5 months ago
  45. 2d2e7b5 MAINT: Linting fixes by Ganesh Kathiresan · 3 years, 5 months ago
  46. 54605f3 ENH: Refactor kron to not use concat by Ganesh Kathiresan · 3 years, 5 months ago
  47. 266aad7 Merge pull request #21216 from BvB93/_typing by Charles Harris · 3 years, 5 months ago
  48. 57da1fa TST: Added testcases for `np.kron` by Ganesh Kathiresan · 3 years, 5 months ago
  49. acb6516 BUG: Refactor `np.kron` to handle 0 in shape by Ganesh Kathiresan · 3 years, 5 months ago
  50. c4efd1f DOC: misc fixes: by Matthias Bussonnier · 3 years, 5 months ago
  51. 7739583 MAINT: Split `numpy.typing` into a public and private component by Bas van Beek · 3 years, 5 months ago
  52. 3247145 TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong name by Bas van Beek · 3 years, 5 months ago
  53. 3b03c2a Merge pull request #16895 from DevinShanahan/delete-speedup by Matti Picus · 3 years, 6 months ago
  54. 0097005 DOC: Fix spelling and grammar in documentation for quantile(). (#21068) by Don Kirkby · 3 years, 6 months ago
  55. 67bb936 BUG: (loadtxt) Ignore last empty field when `delimiter=None` by Sebastian Berg · 3 years, 6 months ago
  56. e287316 DOC: disambiguate :: in rst. (#21037) by Matthias Bussonnier · 3 years, 6 months ago
  57. 1cacb2f DOC: Include special case in `hsplit` doc (#20974) by Bharat Raghunathan · 3 years, 6 months ago
  58. 4b3ddd7 Merge pull request #20580 from seberg/add-npreadtext by Matti Picus · 3 years, 7 months ago
  59. ef7492c Add two new examples of converters to docstring examples by Ross Barnowski · 3 years, 7 months ago
  60. e3e6c41 MAINT: Add missing word to warning message by Sadie Louise Bartholomew · 3 years, 7 months ago
  61. a756bfb TST: Skip error test using on PyPy (test uses %.100R) by Sebastian Berg · 3 years, 7 months ago
  62. 59c2084 TST: Fix exception msg matching in tests. by Ross Barnowski · 3 years, 7 months ago
  63. 5332a41 Linting. by Ross Barnowski · 3 years, 7 months ago
  64. bab8610 Handle delimiter as bytes. by Ross Barnowski · 3 years, 7 months ago
  65. 0ee03c8 Add test for str dtype len discovery with converters. by Ross Barnowski · 3 years, 7 months ago
  66. 8a31abc Add test for empty string as control characters. by Ross Barnowski · 3 years, 7 months ago
  67. 370792b Add test for unicode, parametrize for chunksize. by Ross Barnowski · 3 years, 7 months ago
  68. 0576327 Add test for datetime parametric unit discovery. by Ross Barnowski · 3 years, 7 months ago
  69. b335431 TST: Some tests for control character collisions. by Ross Barnowski · 3 years, 7 months ago
  70. cb915aa DOC: lib/io.py was renamed to lib/npyio.py by Matthias Bussonnier · 3 years, 7 months ago
  71. ae7bf30 TYP,ENH: Add annotations for `np.lib.mixins` by Bas van Beek · 3 years, 7 months ago
  72. 4eb5342 Merge pull request #20887 from BvB93/aliases by Charles Harris · 3 years, 7 months ago
  73. 986a879 Merge pull request #20885 from BvB93/param_spec by Charles Harris · 3 years, 7 months ago
  74. 03dc8bf MAINT: Create the `_ArrayLike` type-alias in `numpy.typing` by Bas van Beek · 3 years, 7 months ago
  75. 5264dc2 MAINT: Create the `_DTypeLike` type-alias in `numpy.typing` by Bas van Beek · 3 years, 7 months ago
  76. 2906e91 TYP: Mark annotations that can be improved with `Concatenate` once mypy supports it by Bas van Beek · 3 years, 7 months ago
  77. d410c8d MAINT: fix typo (#20862) by Ruben Garcia · 3 years, 7 months ago
  78. 763a3d4 TST: Use repr in byteswapping tests by Sebastian Berg · 3 years, 7 months ago
  79. dfc8989 TST: Catch two more errors that runs into the PyPy issue by Sebastian Berg · 3 years, 7 months ago
  80. 9ef1a61 TST: Use hand-picked values for byte-swapping tests by Sebastian Berg · 3 years, 7 months ago
  81. 5d98d67 TST: Skip unparsable field error tests on PyPy by Sebastian Berg · 3 years, 7 months ago
  82. e15d853 Add quotechar to examples. by Ross Barnowski · 3 years, 7 months ago
  83. ecff02c Update and add converters examples. by Ross Barnowski · 3 years, 7 months ago
  84. 85a2a77 DOC: Fix typo in meshgrid example by Emma Simon · 3 years, 7 months ago
  85. 3c81e30 MAINT: single value identification and test by Devin Shanahan · 3 years, 7 months ago
  86. 0f66b60 MAINT: Merge branch 'main' into delete-speedup by Devin Shanahan · 3 years, 7 months ago
  87. 3e0d432 TST,BUG: Fortify byteswapping tests and make a small fix by Sebastian Berg · 3 years, 7 months ago
  88. 4f3b3d2 BUG: Fix loadtxt no data warning stacklevel by Sebastian Berg · 3 years, 7 months ago
  89. 14cd1bb DOC: Remove outdated loadtxt TODOs from code by Sebastian Berg · 3 years, 7 months ago
  90. 1e6b72b TST,STY: Add small additional tests for converters/usecols by Sebastian Berg · 3 years, 7 months ago
  91. 90c71f0 TST: Move most new loadtxt tests to its own file by Sebastian Berg · 3 years, 7 months ago
  92. eb68e87 MAINT: Use skiplines rather than skiprows internally throughout by Sebastian Berg · 3 years, 7 months ago
  93. d58d361 TST: Add test for hard/impossible to reach universal-newline support paths by Sebastian Berg · 3 years, 7 months ago
  94. cc67c19 TST: Improve test coverage, replace impossible error with assert by Sebastian Berg · 3 years, 7 months ago
  95. 245af22 TST,MAINT: New tests, byteswap cleanups and fixed assert by Sebastian Berg · 3 years, 7 months ago
  96. d2473c0 TST,BUG: Additional bad-file-like test, add missing error path free by Sebastian Berg · 3 years, 7 months ago
  97. 73940d6 MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests by Sebastian Berg · 3 years, 7 months ago
  98. da00bf4 ENH: Give warning for empty-lines not counting towards max-rows by Sebastian Berg · 3 years, 7 months ago
  99. e2d9f6b MAINT: Move usecol handling to C and support more than integer cols by Sebastian Berg · 3 years, 7 months ago
  100. fac9134 TST: Add test to cover copyswap (byte-swap and unaligned) by Sebastian Berg · 3 years, 7 months ago