NumPy 1.26.1 release
  1. bd78090 MAINT: Backport numpy._core stubs. Remove NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  2. 57730a4 Add NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  3. 603311d TYP: add kind argument to numpy.isin type specification (#24527) by Jake Vanderplas · 2 years ago
  4. 5428852 TYP: Improve function-based annotations with `typing.Concatenate` by Bas van Beek · 2 years ago
  5. 7eb8cd9 MAINT: Remove versioneer (#24196) by Stefan van der Walt · 2 years ago
  6. 155d560 TST: fix issues with Python 3.12 support [wheel build] by Ralf Gommers · 2 years, 1 month ago
  7. 78137ba BUG: histogram small range robust by Tyler Reddy · 2 years, 1 month ago
  8. 2540554 Merge pull request #23652 from aurivus-ph/faster-structured-to-unstructured by Matti Picus · 2 years, 3 months ago
  9. 836735e updated docstring again by Philip Holzmann · 2 years, 3 months ago
  10. 0a2c895 Merge pull request #23371 from ninousf/dtype-without-metadata by Charles Harris · 2 years, 3 months ago
  11. a8752d2 updated docstring by Philip Holzmann · 2 years, 3 months ago
  12. 6ac4d6d BUG: Fix median and quantile NaT handling by Sebastian Berg · 2 years, 3 months ago
  13. c231f80 TYP: Relax the `genfromtxt` return dtype when the dtype is unspecified by Bas van Beek · 2 years, 3 months ago
  14. b8a43cb Merge pull request #23727 from F3eQnxN3RriK/doc-patch-2 by Charles Harris · 2 years, 3 months ago
  15. 5187067 Merge branch 'main' into deprecate-find-common-type by Charles Harris · 2 years, 3 months ago
  16. 25908ca BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757) by Nathan Goldbaum · 2 years, 3 months ago
  17. da762e2 DOC: minor fix by ninousf · 2 years, 3 months ago
  18. 22b8765 DOC: Rewrite docstrings of `ogrid` and `mgrid` by Yuki · 2 years, 4 months ago
  19. 89486a3 MAINT: Reorganize the way windowing functions ensure float64 result by Sebastian Berg · 2 years, 4 months ago
  20. 3fa6295 add note for the wrap call by Philip Holzmann · 2 years, 4 months ago
  21. fe4543b lint by Philip Holzmann · 2 years, 4 months ago
  22. ed29bda ensure that ndarray subclasses are passed through by Philip Holzmann · 2 years, 4 months ago
  23. 6501fc9 whitespace. remove redundant if by Philip Holzmann · 2 years, 4 months ago
  24. a304021 use np.newaxis instead of None by Philip Holzmann · 2 years, 4 months ago
  25. 326f3bb only unstructure a few array types by Philip Holzmann · 2 years, 4 months ago
  26. 30c047c TST: add tests for numpy.quantile (#23129) by Christian Lorentzen · 2 years, 4 months ago
  27. de702b3 Merge pull request #23529 from lorentzenchr/doc_quantile by Sebastian Berg · 2 years, 4 months ago
  28. e2cbe53 TST: Improve tests a bit (and a bit of docs) by Sebastian Berg · 2 years, 4 months ago
  29. b294b9f ENH: Refactor drop_metadata and use it for npy/npz saving by Sebastian Berg · 2 years, 4 months ago
  30. d03741f STY: drop_metadata more readable by ninousf · 2 years, 4 months ago
  31. 35e6356 DOC: add small description of drop_metadata function by ninousf · 2 years, 4 months ago
  32. 7698f9d ENH: rename dtype_without_metadata to drop_metadata, and do not use descr attribute by ninousf · 2 years, 4 months ago
  33. 1947415 DOC use percentage for q in percentile by Christian Lorentzen · 2 years, 4 months ago
  34. abfadc9 EHN: add __contains__() to np.lib.npyio.NpzFile by f380cedric · 2 years, 4 months ago
  35. 5497568 ENH: structured_to_unstructured: view more often by Philip Holzmann · 2 years, 4 months ago
  36. 6e26c3b Merge pull request #23555 from ngoldbaum/deprecate-np-math by Ralf Gommers · 2 years, 5 months ago
  37. 79a292b DEP: deprecate np.math and np.lib.math by Nathan Goldbaum · 2 years, 5 months ago
  38. be0e502 ENH: ``__repr__`` for NpzFile object (#23357) by Ganesh Kathiresan · 2 years, 5 months ago
  39. 819d921 DOC quantile q is a probability by Christian Lorentzen · 2 years, 5 months ago
  40. f283fe0 Fixed failing tests by Matteo Raso · 2 years, 5 months ago
  41. cf07cd7 Fixed docstring test by Matteo Raso · 2 years, 5 months ago
  42. d25018b Fixed edge case where pyfunc has no attribute `__doc__` by Matteo Raso · 2 years, 5 months ago
  43. dfaa72d Fixed edge case where pyfunc has no attribute `__name__` by Matteo Raso · 2 years, 5 months ago
  44. ed17324 Revert "ENH: Enabled the use of numpy.vectorize as a decorator" by Matti Picus · 2 years, 5 months ago
  45. 1915e33 Merge pull request #23061 from MatteoRaso/vectorize by Matti Picus · 2 years, 5 months ago
  46. a12a393 MAINT: Fix reference roles of ast by yuki · 2 years, 5 months ago
  47. bd7242c MAINT: Fix reference roles of `ast` by yuki · 2 years, 5 months ago
  48. deb475a DOC: fix extra space in error message by Berke Kocaoğlu · 2 years, 5 months ago
  49. 1da1663 MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var by Ralf Gommers · 2 years, 5 months ago
  50. ac6233b DEP: expire deprecation for "y as out" in fix/isposinf/isneginf by Ralf Gommers · 2 years, 5 months ago
  51. 700c034 DOC: Add 'may vary' markup in info() docstring. by warren · 2 years, 6 months ago
  52. 3b57b32 DOC: Edit top line of info() docstring to mention array. by warren · 2 years, 6 months ago
  53. d559513 DOC: Document that info() handles array instances. by warren · 2 years, 6 months ago
  54. 799d8b3 TYP: Remove some stray type-check-only imports of `msort` by BvB93 · 2 years, 6 months ago
  55. 9990f98 DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` by Ralf Gommers · 2 years, 6 months ago
  56. 6b0b97a DOC: Fixed meshgrid docstring return type (#23310) by Miki Watanabe · 2 years, 6 months ago
  57. 8816c76 TYP,MAINT: Add a missing explicit Any parameter by Francesc Elies · 2 years, 6 months ago
  58. 482d3fa DOC: Fix matpltolib error in documentation (#23212) by Sebastian Berg · 2 years, 6 months ago
  59. 5c7fde6 Merge pull request #23089 from seberg/numpy2-flag by Matti Picus · 2 years, 6 months ago
  60. e1e487a Fix typos found by copdespell by Dimitri Papadopoulos · 2 years, 6 months ago
  61. 9d5eafe MAINT: Use `np._using_numpy2_behavior()` and initialize it in C by Sebastian Berg · 2 years, 6 months ago
  62. c03e840 API: Modify `gradient` to return a tuple rather than a list by Sebastian Berg · 2 years, 6 months ago
  63. 4b82e29 @vectorize now requires arguments to specify keywords by Matteo Raso · 2 years, 6 months ago
  64. 75af405 MAINT, DOC: string_ → bytes_ and unicode_ → str_ by Dimitri Papadopoulos · 2 years, 6 months ago
  65. 7a2ded1 Added a test for positional args (PR-23061) by Matteo Raso · 2 years, 7 months ago
  66. 2aa0bf6 Merge pull request #23113 from hmaarrfk/slots_for_mixins by Sebastian Berg · 2 years, 7 months ago
  67. 4149999 API: Raise EOFError when trying to load past the end of a `.npy` file (#23105) by Noé Rubinstein · 2 years, 7 months ago
  68. 35c41af ENH: Add slots to NDArrayOperatorsMixin to make subclsasing smoother by Mark Harfouche · 2 years, 7 months ago
  69. 84596ae Added test for vectorize decorator project by Matteo Raso · 2 years, 7 months ago
  70. 1bff4d2 Merge branch 'main' into document_diag_indices_from by Ross Barnowski · 2 years, 7 months ago
  71. 30a99cd DOC: Fix example spacing and move to end of docstring. by Ross Barnowski · 2 years, 7 months ago
  72. eccd86a DOC, ENH: Improve docstring of real_if_close (#23087) by Pieter Eendebak · 2 years, 7 months ago
  73. d961af2 Changed documentation for numpy.vectorize by Matteo Raso · 2 years, 7 months ago
  74. 172a194 ENH: Convert methods to vectorcall conversions (#23018) by Pieter Eendebak · 2 years, 7 months ago
  75. 4bb56c4 Fixed lint error by Matteo Raso · 2 years, 7 months ago
  76. ade008b ENH: Enabled use of numpy.vectorize as decorator (#9477) by Matteo Raso · 2 years, 7 months ago
  77. 8334d57 API: Allow SciPy to get away with assuming `trapz` is a Python function by Sebastian Berg · 2 years, 7 months ago
  78. 88cdaa2 BUG: Added __name__ atribute to vectorize class (#23021) by Matteo Raso · 2 years, 7 months ago
  79. 0013550 Merge pull request #23019 from seberg/finalize-non-sequence-stack by Charles Harris · 2 years, 7 months ago
  80. ff78e59 DEP: Finalize the non-sequence stacking deprecation by Sebastian Berg · 2 years, 7 months ago
  81. 3f00488 MAINT: Fix stacklevels for the new C dispatcher not adding one by Sebastian Berg · 2 years, 7 months ago
  82. 60a858a ENH: Improve array function overhead by using vectorcall by Sebastian Berg · 2 years, 7 months ago
  83. b511719 DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562) by Richie Cotton · 2 years, 7 months ago
  84. 2303556 ENH: Faster numpy.load (try/except _filter_header) (#22916) by Michael · 2 years, 7 months ago
  85. 7725390 ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996) by Sebastian Berg · 2 years, 7 months ago
  86. 6d474f2 BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906) by dmbelov · 2 years, 8 months ago
  87. 68d7aad DOC: Add blurb about rotation direction to rot90 docstring (#22880) by Matthew Muresan · 2 years, 8 months ago
  88. 235dbe1 BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) by Miles Cranmer · 2 years, 8 months ago
  89. 85b26f4 Merge pull request #22869 from seberg/issue-22835 by Charles Harris · 2 years, 8 months ago
  90. 48623f6 TST: Ignore nan-warnings in randomized out tests by Sebastian Berg · 2 years, 8 months ago
  91. 67b20a5 MAINT: expand show_rutime, add it to issue template [skip ci] by mattip · 2 years, 8 months ago
  92. 5e0ed03 BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) by Sebastian Berg · 2 years, 8 months ago
  93. 62e075c Merge pull request #22784 from eerovaher/percentile-plot-legend by Sebastian Berg · 2 years, 8 months ago
  94. dfc4c17 TST: Remove outdated xfail from quantile tests by Sebastian Berg · 2 years, 8 months ago
  95. 8d2af2e DOC: Fix legend placement in `percentile` docs by Eero Vaher · 2 years, 8 months ago
  96. 4ca8204 DOC: add numerical integration of x^2 to trapz (#22681) by Manuchehr Aminian · 2 years, 9 months ago
  97. b3c0960 BUG: Quantile function on complex number now throws an error (#22652) (#22703) by Matteo Raso · 2 years, 9 months ago
  98. 2aad439 BUG: fix unexpected return of np.pad with mode=wrap (#22575) by LU · 2 years, 9 months ago
  99. 91432a3 BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`. by Roy Smart · 2 years, 9 months ago
  100. b0b7a06 Merge pull request #22619 from seberg/move-set_module by Matti Picus · 2 years, 9 months ago