NumPy 1.22.2 release
  1. f6dddcb Merge pull request #20989 from charris/prepare-for-1.22-release-2 by Charles Harris · 3 years, 7 months ago v1.22.2
  2. 2af34ed REL: Prepare for NumPy 1.22.2 release. by Charles Harris · 3 years, 7 months ago
  3. a90813f Merge pull request #20992 from charris/backport-20990 by Charles Harris · 3 years, 7 months ago
  4. a8d8408 MAINT: Further small return value validation fixes by Sebastian Berg · 3 years, 7 months ago
  5. da47aa2 Merge pull request #20986 from charris/backport-20980 by Charles Harris · 3 years, 7 months ago
  6. 0045308 Merge pull request #20985 from charris/backport-20963 by Charles Harris · 3 years, 7 months ago
  7. c12001c Merge pull request #20984 from charris/backport-20960 by Charles Harris · 3 years, 7 months ago
  8. f2a85cb Merge pull request #20983 from charris/backport-20955 by Charles Harris · 3 years, 7 months ago
  9. a6b059b Merge pull request #20982 from charris/backport-20940 by Charles Harris · 3 years, 7 months ago
  10. fdca17c BUG: Fix misplaced return. by Charles Harris · 3 years, 7 months ago
  11. f30858a MAINT: be more tolerant of setuptools>=60 by Andrew J. Hesford · 3 years, 7 months ago
  12. 7f17bf7 ENH: review return values for PyArray_DescrNew (#20960) by Matti Picus · 3 years, 7 months ago
  13. 2d05278 BUG: Fix incorrect return type in reduce without initial value by Sebastian Berg · 3 years, 7 months ago
  14. 8dc2c49 MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (#20940) by Ralf Gommers · 3 years, 7 months ago
  15. aa358cc Merge pull request #20945 from charris/prepare-for-1.22.2-release by Charles Harris · 3 years, 7 months ago
  16. 9d4c486 REL: Prepare for the NumPy 1.22.2 release. by Charles Harris · 3 years, 7 months ago
  17. e2b5201 Merge pull request #20938 from charris/backport-20931 by Charles Harris · 3 years, 7 months ago
  18. a796a99 Merge pull request #20937 from charris/backport-20934 by Charles Harris · 3 years, 7 months ago
  19. 2f11271 Merge pull request #20936 from charris/backport-20918 by Charles Harris · 3 years, 7 months ago
  20. 2a3900e Merge pull request #20935 from charris/backport-20916 by Charles Harris · 3 years, 7 months ago
  21. e3afb6d Extend fix for ARM32 by Niyas Sait · 3 years, 7 months ago
  22. af98814 Fixes #20930 by Niyas Sait · 3 years, 7 months ago
  23. 3f83722 Fix build_ext interaction with non numpy extensions by serge-sans-paille · 3 years, 7 months ago
  24. b48b73b added where typehints to __init__.pyi by Janus Heide · 3 years, 7 months ago
  25. 1e1739f consistency between keyword only where arguments by Janus Heide · 3 years, 7 months ago
  26. 71bd341 Update numpy/core/fromnumeric.pyi by Janus · 3 years, 7 months ago
  27. 3585a6e added missing where typehints in fromnumeric.pyi by Janus Heide · 3 years, 7 months ago
  28. a528e85 MAINT: Add annotations for `flatiter.__setitem__` by Bas van Beek · 3 years, 7 months ago
  29. 07f0ee7 MAINT: Allow `flatiter.__getitem__` to accept 1-tuples by Bas van Beek · 3 years, 7 months ago
  30. 8c74847 TYP: Relax the return-type of np.vectorize (#20908) by Charles Harris · 3 years, 7 months ago
  31. d9df288 Merge pull request #20910 from charris/backport-20886 by Charles Harris · 3 years, 7 months ago
  32. 084d66f Merge pull request #20909 from charris/backport-20881 by Charles Harris · 3 years, 7 months ago
  33. 06388b6 Merge pull request #20907 from charris/backport-20847 by Charles Harris · 3 years, 7 months ago
  34. cb69266 Merge pull request #20906 from charris/backport-20831 by Charles Harris · 3 years, 7 months ago
  35. a62fb25 Merge pull request #20912 from charris/backport-20878 by Charles Harris · 3 years, 7 months ago
  36. bb7c67c DOC,TST: Fix Pandas code example as per new release by Mukulika · 3 years, 7 months ago
  37. da48521 BUG: distutils: fix building mixed C/Fortran extensions by Ralf Gommers · 3 years, 7 months ago
  38. b5bcf5e BUG: fix f2py's define for threading when building with Mingw by Ralf Gommers · 3 years, 7 months ago
  39. 740c6ec MAINT: remove outdated mingw32 fseek support by Ralf Gommers · 3 years, 7 months ago
  40. 5d4acac BUG: Avoid importing numpy.distutils on import numpy.testing (#20769) by bwoodsend · 3 years, 7 months ago
  41. 9f31c32 Merge pull request #20845 from charris/backport-20833 by Charles Harris · 3 years, 7 months ago
  42. 7f62201 Merge pull request #20844 from charris/backport-20827 by Charles Harris · 3 years, 7 months ago
  43. 7cdbae0 Merge pull request #20843 from charris/backport-20818 by Charles Harris · 3 years, 7 months ago
  44. 28e83c0 Merge pull request #20842 from charris/backport-20695 by Charles Harris · 3 years, 7 months ago
  45. 84940f6 BUG: Fix comparator function signatures by Hood Chatham · 3 years, 7 months ago
  46. ec6961e TYP: Fix pyright being unable to infer the `real` and `imag` output type by Bas van Beek · 3 years, 7 months ago
  47. 593b1b2 TST: Split example package, skip limited API test for debug by Leo Singer · 3 years, 7 months ago
  48. e78f607 TST: Test building third party C extensions with Py_LIMITED_API by Leo Singer · 3 years, 7 months ago
  49. 62ff4f8 BUG: Fix build of third-party extensions with Py_LIMITED_API by Leo Singer · 3 years, 7 months ago
  50. d60a3be BLD: Add NPY_DISABLE_SVML env var to opt out of SVML by Andrew J. Hesford · 3 years, 7 months ago
  51. 0100e09 REL: prepare 1.22.x for further development by Charles Harris · 3 years, 7 months ago
  52. 7ce4118 Merge pull request #20820 from charris/prepare-for-1.22.1-release by Charles Harris · 3 years, 7 months ago v1.22.1
  53. 5e61926 REL: Prepare for the NumPy 1.22.1 release. by Charles Harris · 3 years, 7 months ago
  54. 914b11f Merge pull request #20819 from charris/backport-20791 by Charles Harris · 3 years, 7 months ago
  55. d671964 Regression test for inverse indices in `array_api` set functions by Matthew · 3 years, 7 months ago
  56. 09a379c BUG: Return correctly shaped inverse indices in `array_api` by Matthew · 3 years, 7 months ago
  57. 0674d6b Merge pull request #20815 from charris/backport-20783 by Charles Harris · 3 years, 7 months ago
  58. 55a2f24 Merge pull request #20814 from charris/backport-20629 by Charles Harris · 3 years, 7 months ago
  59. 95e2165 change "The NumPy community" to "NumPy Developers" by Omid Rajaei · 3 years, 7 months ago
  60. fb9cd1d Update Copyright to 2022 by Omid · 3 years, 7 months ago
  61. a19410d DOC: Refer to NumPy, not pandas, in main page by Denis Laxalde · 3 years, 7 months ago
  62. ad22fc6 Merge pull request #20806 from charris/backport-20788 by Charles Harris · 3 years, 7 months ago
  63. f90c972 Merge pull request #20807 from charris/backport-20762 by Charles Harris · 3 years, 7 months ago
  64. bd8ade5 Merge pull request #20805 from charris/backport-20793 by Charles Harris · 3 years, 7 months ago
  65. 63e47b5 BUG: Allow integer inputs for pow-related functions in `array_api` by Matthew · 3 years, 7 months ago
  66. f6f28d0 BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788) by Matthew Barber · 3 years, 7 months ago
  67. 75eb378 BUG: Fix that reducelikes honour out always (and live int he future) by Sebastian Berg · 3 years, 7 months ago
  68. 4877d60 Merge pull request #20795 from charris/fix-20692 by Charles Harris · 3 years, 7 months ago
  69. 586f560 Merge pull request #20796 from charris/backport-20786 by Charles Harris · 3 years, 7 months ago
  70. 0a168fa Merge pull request #20797 from charris/backport-20731 by Charles Harris · 3 years, 7 months ago
  71. 115cf09 Merge pull request #20798 from charris/backport-20643 by Charles Harris · 3 years, 7 months ago
  72. b059f22 PERF: Optimize array check for bounded 0,1 values by Kevin Sheppard · 3 years, 7 months ago
  73. 178d709 DOC: fix OpenBLAS version in release note by mattip · 3 years, 7 months ago
  74. 940a3c6 BUG, DOC: Fixes SciPy docs build warnings by melissawm · 3 years, 7 months ago
  75. eb6be7c MAINT: Raise RuntimeError if setuptools version is too recent. by Charles Harris · 3 years, 7 months ago
  76. 8f87be6 Merge pull request #20768 from BvB93/finalize4 by Charles Harris · 3 years, 8 months ago
  77. 0b4f770 Merge pull request #20763 from BvB93/datetime by Charles Harris · 3 years, 8 months ago
  78. 85f1d0a TYP: Relax the type of `ndarray.__array_finalize__` by Bas van Beek · 3 years, 8 months ago
  79. 618ff5b TYP: Allow time manipulation functions to accept `data` and `timedelta` objects by Bas van Beek · 3 years, 8 months ago
  80. 6b6605f Merge pull request #20757 from charris/backport-20729-20754 by Charles Harris · 3 years, 8 months ago
  81. 5163ab6 MAINT: Relax asserts to match relaxed reducelike resolution behaviour by Sebastian Berg · 3 years, 8 months ago
  82. 0aab422 BUG: Relax dtype identity check in reductions by Sebastian Berg · 3 years, 8 months ago
  83. b352098 Merge pull request #20724 from charris/backport-20721 by Charles Harris · 3 years, 8 months ago
  84. d39ad3a Merge pull request #20725 from charris/backport-20719 by Charles Harris · 3 years, 8 months ago
  85. 2e61d9f Merge pull request #20726 from charris/backport-20710 by Charles Harris · 3 years, 8 months ago
  86. 2fbc8fa TYP,MAINT: Allow `ndindex` to accept integer tuples by Bas van Beek · 3 years, 8 months ago
  87. 4a45d24 TYP: change type annotation for `__array_namespace__` to ModuleType by Ralf Gommers · 3 years, 8 months ago
  88. 258c3ab BUG: Fix array dimensions solver for multidimensional arguments in f2py by Pearu Peterson · 3 years, 8 months ago
  89. f9d73fe Merge pull request #20714 from charris/backport-20712 by Charles Harris · 3 years, 8 months ago
  90. 2def1fd Restore vc141 support by Isuru Fernando · 3 years, 8 months ago
  91. a0ece54 Merge pull request #20704 from charris/backport-20698 by Charles Harris · 3 years, 8 months ago
  92. 88eab54 Merge pull request #20703 from charris/backport-20691-20693 by Charles Harris · 3 years, 8 months ago
  93. 8a07908 Merge pull request #20702 from charris/post-1.22.0-fixes by Charles Harris · 3 years, 8 months ago
  94. c04a772 DOC:Fixed the link on user-guide landing page by Arryan Singh · 3 years, 8 months ago
  95. 9aab639 DOC, ENH: Use pngs instead of svgs. by Mukulika · 3 years, 8 months ago
  96. e4323d7 DOC: Update the RELEASE_WALKTHROUGH document. by Charles Harris · 3 years, 8 months ago
  97. d00af61 MAINT: Bump pydata-sphinx-theme version. by Charles Harris · 3 years, 8 months ago
  98. abcd15b REL: prepare 1.22.x for further development by Charles Harris · 3 years, 8 months ago
  99. 4adc87d Merge pull request #20685 from charris/prepare-for-1.22.0-release by Charles Harris · 3 years, 8 months ago v1.22.0
  100. fd66547 REL: Prepare for the NumPy 1.22.0 release. by Charles Harris · 3 years, 8 months ago