NumPy 1.22.3 release
  1. a8d8408 MAINT: Further small return value validation fixes by Sebastian Berg · 3 years, 7 months ago
  2. fa397e9 Merge pull request #20102 from thomasjpfan/ci_buildwheel_rf by Matti Picus · 3 years, 10 months ago
  3. eaf95ff TST: Move rebase command to a separate file. by DWesl · 3 years, 10 months ago
  4. 9ac4819 TST: Rebase NumPy dlls before running test in Cygwin CI. by DWesl · 3 years, 10 months ago
  5. 4205ee7 TST: Move all references to python version in Cygwin CI to single file. by DWesl · 3 years, 10 months ago
  6. 84e0707 ENH: Configurable allocator (#17582) by Matti Picus · 3 years, 10 months ago
  7. 8ce8489 CLN Address comments by Thomas J. Fan · 3 years, 11 months ago
  8. c0e3231 STY Lint [cd build] by Thomas J. Fan · 3 years, 11 months ago
  9. a83f0f2 BLD Uses cibuildwheel for linux/osx wheels [cd build] by Thomas J. Fan · 3 years, 11 months ago
  10. 2efcd96 BLD: fix submodule update in gitpod.Dockerfile by Ralf Gommers · 3 years, 11 months ago
  11. 96e7858 move "git submodule update" earlier in docker creation by mattip · 3 years, 11 months ago
  12. e1909f7 Merge pull request #20058 from mattip/openblas-v0.3.18 by Charles Harris · 3 years, 11 months ago
  13. 58e6603 MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- by Dimitri Papadopoulos · 3 years, 11 months ago
  14. 93ff59c MAINT: update OpenBLAS to 0.3.18 by mattip · 3 years, 11 months ago
  15. c37b6af Merge pull request #20026 from mattip/pypy-7.3.6 by Charles Harris · 3 years, 11 months ago
  16. 161ac32 use venv instead of virtualenv by mattip · 3 years, 11 months ago
  17. f5d3b26 STY: Exclude `npt._char_codes` from the linting checks by Bas van Beek · 4 years ago
  18. ac78192 Merge pull request #19879 from BvB93/cls_getitem by Charles Harris · 4 years ago
  19. 24c4436 Merge pull request #19903 from Fayyr/refguidefix by Melissa Weber Mendonça · 4 years ago
  20. 4c09502 Fixed accident line deletion in refguide_check.py by Prathmesh Shirsat · 4 years ago
  21. 1372d26 Merge pull request #19775 from HaoZeke/minor_typos_dated by Charles Harris · 4 years ago
  22. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  23. af5510b MAINT,DOC: f2py cleanup by Rohit Goswami · 4 years ago
  24. 4e09f75 Merge pull request #19900 from ArryanSingh/refguidefix by Melissa Weber Mendonça · 4 years ago
  25. ff7c4ce DOC: Fixed refguide errors for basics.broadcasting.rst by Fayyr · 4 years ago
  26. 5f33238 BUG,DOC: Ignore upcoming_changes from refguide by Rohit Goswami · 4 years ago
  27. ed91479 DOC:Fixed refguide errors for basics.creation.rst by Arryan Singh · 4 years ago
  28. f840f23 TST,DOC: Skip the `__class_getitem__` doctests for python 3.8 by Bas van Beek · 4 years ago
  29. dda61ca MAINT: Use SHA-256 instead of SHA-1 by Nikola Forró · 4 years ago
  30. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  31. 828e45d MAINT: Replace deprecated unittest aliases by Hugo van Kemenade · 4 years ago
  32. b2e3cd6 MAINT: Update Cython version for Python 3.10. by Charles Harris · 4 years, 1 month ago
  33. b797a0c TST: Add cygwin build to CI (#18330) by DWesl · 4 years, 1 month ago
  34. b5da89a BUILD: update OpenBLAS to v0.3.17 by mattip · 4 years, 1 month ago
  35. 1eb9887 move to OpenBLAS 0.3.16 by mattip · 4 years, 2 months ago
  36. 38c61b6 BUG: typo by Matti Picus · 4 years, 2 months ago
  37. 24da330 BUG: Make openblas_support support ILP64 on Windows. by Charles Harris · 4 years, 2 months ago
  38. f82b58c BUG: Adjust shallow clone in the gitpod container by Tania Allard · 4 years, 3 months ago
  39. 8494d91 BUG: Adjust shallow clone in the gitpod container by Tania Allard · 4 years, 3 months ago
  40. aab6147 MAINT: Python3 classes do not need to inherit from object by Mike Taves · 4 years, 3 months ago
  41. cf89884 MAINT: Cleanup tools/changelog.py by Charles Harris · 4 years, 4 months ago
  42. d5134ae ENH: Include co-authors in changelog. by Charles Harris · 4 years, 4 months ago
  43. e377d07 TST: Exclude to-be ignored files when computing the diff by Bas van Beek · 4 years, 4 months ago
  44. 2a96560 BUG: Make changelog recognize ``gh-`` as PR number prefix. by Charles Harris · 4 years, 4 months ago
  45. 4d753a0 Merge pull request #18885 from BvB93/unsafe by Charles Harris · 4 years, 4 months ago
  46. 77c87d5 CI: treat _SIMD module build warnings as errors within CI only by Sayed Adel · 4 years, 4 months ago
  47. 6fa34d4 TST: Ignore the E704 pycodestyle error code by Bas van Beek · 4 years, 4 months ago
  48. 15420c8 TST: Ignore lint-checking in the `numpy/typing/tests/data` directory by Bas van Beek · 4 years, 4 months ago
  49. 128bbb9 DEV: general Gitpod enhancements (#18822) by Tania Allard · 4 years, 4 months ago
  50. 853e233 CI: Use `towncrier build` explicitly by Sebastian Berg · 4 years, 4 months ago
  51. 5342120 DEP: Remove all references to `numarray` from the namespace by Bas van Beek · 4 years, 5 months ago
  52. d0d80b9 Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining by Charles Harris · 4 years, 5 months ago
  53. 4a53ea1 DEV: add Gitpod to numpy (#18733) by Thomas J. Fan · 4 years, 5 months ago
  54. fdeb979 change to suitable raise from and add line breaks #2 by Anthony Vo · 4 years, 5 months ago
  55. 876bc5d change to suitable raise from and add line breaks by Anthony Vo · 4 years, 5 months ago
  56. e4856c1 Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining by Anthony Vo · 4 years, 5 months ago
  57. 2c1410b chain exceptions when appropriate by Anthony Vo · 4 years, 5 months ago
  58. ed5abf1 Merge pull request #17586 from BvB93/type_aliases by Charles Harris · 4 years, 5 months ago
  59. 5631e8e CI: Do not pass original branch name to `git branch -m main` by Sebastian Berg · 4 years, 6 months ago
  60. f2dd5ab CI: Use `git branch -m` instead of `--initial-branch=main` by Sebastian Berg · 4 years, 6 months ago
  61. 9812cc8 CI: Ensure that doc-build uses "main" as branch name by Sebastian Berg · 4 years, 6 months ago
  62. 3412ef6 CI: another master -> main fix (#18566) by Ralf Gommers · 4 years, 6 months ago
  63. eb9bc0e MAINT: Replaced master with main by Ganesh Kathiresan · 4 years, 6 months ago
  64. 11cfa1c ENH, MAINT: Added runtest options | Added unified diff by Ganesh Kathiresan · 4 years, 6 months ago
  65. 135963d MAINT: Changed branch argument to take target branch by Ganesh Kathiresan · 4 years, 6 months ago
  66. 8e51b5b MAINT: Added exception handling and docs by Ganesh Kathiresan · 4 years, 6 months ago
  67. 37ce99a ENH: Added uncommitted changes support by Ganesh Kathiresan · 4 years, 6 months ago
  68. 0e1fea2 ENH: Added Linter script by Ganesh Kathiresan · 4 years, 6 months ago
  69. 954605e MAINT: Update master to main after branch rename (gh-18544) by Stefan van der Walt · 4 years, 6 months ago
  70. 7ef28b2 use the new openblas lib by Isuru Fernando · 4 years, 6 months ago
  71. 10b540a removed extraneous ARGOUTVIEWM dim. 4 typemaps by Patrick T. Komiske III · 4 years, 6 months ago
  72. 6e4e8b7 BLD: add _2_24 to valid manylinux names by mattip · 4 years, 6 months ago
  73. 4dbfc81 Remove unused ARCHITECTURES variable by Isuru Fernando · 4 years, 7 months ago
  74. 8f6a5d8 Use platform name in openblas_support and add macosx-arm64 support by Isuru Fernando · 4 years, 7 months ago
  75. 71ac6b7 DOC: Nupydoc format space before `:` in Parameters by Matthias Bussonnier · 4 years, 7 months ago
  76. 32aa366 add an 'apt update' by mattip · 4 years, 7 months ago
  77. f4a67d3 BLD: update OpenBLAS to af2b0d02 by mattip · 4 years, 7 months ago
  78. c6fc688 DEP: Formally deprecate the use of `typeDict` by Bas van Beek · 4 years, 8 months ago
  79. 70a65fb BLD: add found Cython version to check in cythonize.py by Ralf Gommers · 4 years, 8 months ago
  80. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  81. e63001a MAINT: regex char class improve by Tyler Reddy · 4 years, 8 months ago
  82. 087cb00 DOC, MAINT: Minor fixes to refguide_check.py documentation. by Charles Harris · 4 years, 8 months ago
  83. 1d06fcb BLD: update to OpenBLAS 0.3.13 by mattip · 4 years, 8 months ago
  84. c310f75 Merge pull request #17791 from seiko2plus/bld_ci_undef by Matti Picus · 4 years, 9 months ago
  85. 2061a7b removed dict entry by jakobjakobson13 · 4 years, 9 months ago
  86. 76f2fe1 TST: Add back durations flag for DEBUG builds. by Charles Harris · 4 years, 9 months ago
  87. cba1d6f BLD: Enable Werror=undef in travis by Sayed Adel · 4 years, 9 months ago
  88. af0bfeb BLD: use BUFFERSIZE=20 in OpenBLAS by mattip · 4 years, 10 months ago
  89. 46ada00 TST: add pypy3.7 by mattip · 4 years, 10 months ago
  90. aa2a8cd BLD, TST: try templating with a common yml file by mattip · 4 years, 10 months ago
  91. 9e99158 BLD, TST: move linux jobs to github actions by mattip · 4 years, 10 months ago
  92. cefad82 TST: use a more standard workflow for PyPy by mattip · 4 years, 10 months ago
  93. d5441ee STY: Minor style fixups to changelog.py by Charles Harris · 4 years, 10 months ago
  94. 505ae17 DOC: Improve documentation of download-wheels by Charles Harris · 4 years, 10 months ago
  95. 594e66d MAINT, BLD: update to OpenBLAS v0.3.12 by mattip · 4 years, 10 months ago
  96. cf06cd4 MAINT: Cleanup swig for Python 3. by Charles Harris · 4 years, 10 months ago
  97. 30e037c MAINT: Ignore the private `np.compat` module by Bas van Beek · 5 years ago
  98. 065b300 MAINT: Ignore three builtin modules present in the numpy namespace by Bas van Beek · 5 years ago
  99. 4c74f37 BLD: Fixed ARGOUTVIEWM memory deallocation. Closes #17398 by leakec · 5 years ago
  100. fcca6e7 MAINT: Replace PyString_Check with PyBytes_Check in numpy.i. by Charles Harris · 5 years ago