NumPy 1.21.3 release
  1. b29e66a MAINT: Update Cython version for Python 3.10. by Charles Harris · 4 years, 1 month ago
  2. 573dc7b BUILD: update OpenBLAS to v0.3.17 by mattip · 4 years, 1 month ago
  3. aab6147 MAINT: Python3 classes do not need to inherit from object by Mike Taves · 4 years, 3 months ago
  4. cf89884 MAINT: Cleanup tools/changelog.py by Charles Harris · 4 years, 4 months ago
  5. d5134ae ENH: Include co-authors in changelog. by Charles Harris · 4 years, 4 months ago
  6. e377d07 TST: Exclude to-be ignored files when computing the diff by Bas van Beek · 4 years, 4 months ago
  7. 2a96560 BUG: Make changelog recognize ``gh-`` as PR number prefix. by Charles Harris · 4 years, 4 months ago
  8. 4d753a0 Merge pull request #18885 from BvB93/unsafe by Charles Harris · 4 years, 4 months ago
  9. 77c87d5 CI: treat _SIMD module build warnings as errors within CI only by Sayed Adel · 4 years, 4 months ago
  10. 6fa34d4 TST: Ignore the E704 pycodestyle error code by Bas van Beek · 4 years, 4 months ago
  11. 15420c8 TST: Ignore lint-checking in the `numpy/typing/tests/data` directory by Bas van Beek · 4 years, 4 months ago
  12. 128bbb9 DEV: general Gitpod enhancements (#18822) by Tania Allard · 4 years, 4 months ago
  13. 853e233 CI: Use `towncrier build` explicitly by Sebastian Berg · 4 years, 4 months ago
  14. 5342120 DEP: Remove all references to `numarray` from the namespace by Bas van Beek · 4 years, 5 months ago
  15. d0d80b9 Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining by Charles Harris · 4 years, 5 months ago
  16. 4a53ea1 DEV: add Gitpod to numpy (#18733) by Thomas J. Fan · 4 years, 5 months ago
  17. fdeb979 change to suitable raise from and add line breaks #2 by Anthony Vo · 4 years, 5 months ago
  18. 876bc5d change to suitable raise from and add line breaks by Anthony Vo · 4 years, 5 months ago
  19. e4856c1 Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining by Anthony Vo · 4 years, 5 months ago
  20. 2c1410b chain exceptions when appropriate by Anthony Vo · 4 years, 5 months ago
  21. ed5abf1 Merge pull request #17586 from BvB93/type_aliases by Charles Harris · 4 years, 5 months ago
  22. 5631e8e CI: Do not pass original branch name to `git branch -m main` by Sebastian Berg · 4 years, 6 months ago
  23. f2dd5ab CI: Use `git branch -m` instead of `--initial-branch=main` by Sebastian Berg · 4 years, 6 months ago
  24. 9812cc8 CI: Ensure that doc-build uses "main" as branch name by Sebastian Berg · 4 years, 6 months ago
  25. 3412ef6 CI: another master -> main fix (#18566) by Ralf Gommers · 4 years, 6 months ago
  26. eb9bc0e MAINT: Replaced master with main by Ganesh Kathiresan · 4 years, 6 months ago
  27. 11cfa1c ENH, MAINT: Added runtest options | Added unified diff by Ganesh Kathiresan · 4 years, 6 months ago
  28. 135963d MAINT: Changed branch argument to take target branch by Ganesh Kathiresan · 4 years, 6 months ago
  29. 8e51b5b MAINT: Added exception handling and docs by Ganesh Kathiresan · 4 years, 6 months ago
  30. 37ce99a ENH: Added uncommitted changes support by Ganesh Kathiresan · 4 years, 6 months ago
  31. 0e1fea2 ENH: Added Linter script by Ganesh Kathiresan · 4 years, 6 months ago
  32. 954605e MAINT: Update master to main after branch rename (gh-18544) by Stefan van der Walt · 4 years, 6 months ago
  33. 7ef28b2 use the new openblas lib by Isuru Fernando · 4 years, 6 months ago
  34. 10b540a removed extraneous ARGOUTVIEWM dim. 4 typemaps by Patrick T. Komiske III · 4 years, 6 months ago
  35. 6e4e8b7 BLD: add _2_24 to valid manylinux names by mattip · 4 years, 6 months ago
  36. 4dbfc81 Remove unused ARCHITECTURES variable by Isuru Fernando · 4 years, 7 months ago
  37. 8f6a5d8 Use platform name in openblas_support and add macosx-arm64 support by Isuru Fernando · 4 years, 7 months ago
  38. 71ac6b7 DOC: Nupydoc format space before `:` in Parameters by Matthias Bussonnier · 4 years, 7 months ago
  39. 32aa366 add an 'apt update' by mattip · 4 years, 7 months ago
  40. f4a67d3 BLD: update OpenBLAS to af2b0d02 by mattip · 4 years, 7 months ago
  41. c6fc688 DEP: Formally deprecate the use of `typeDict` by Bas van Beek · 4 years, 7 months ago
  42. 70a65fb BLD: add found Cython version to check in cythonize.py by Ralf Gommers · 4 years, 8 months ago
  43. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  44. e63001a MAINT: regex char class improve by Tyler Reddy · 4 years, 8 months ago
  45. 087cb00 DOC, MAINT: Minor fixes to refguide_check.py documentation. by Charles Harris · 4 years, 8 months ago
  46. 1d06fcb BLD: update to OpenBLAS 0.3.13 by mattip · 4 years, 8 months ago
  47. c310f75 Merge pull request #17791 from seiko2plus/bld_ci_undef by Matti Picus · 4 years, 9 months ago
  48. 2061a7b removed dict entry by jakobjakobson13 · 4 years, 9 months ago
  49. 76f2fe1 TST: Add back durations flag for DEBUG builds. by Charles Harris · 4 years, 9 months ago
  50. cba1d6f BLD: Enable Werror=undef in travis by Sayed Adel · 4 years, 9 months ago
  51. af0bfeb BLD: use BUFFERSIZE=20 in OpenBLAS by mattip · 4 years, 10 months ago
  52. 46ada00 TST: add pypy3.7 by mattip · 4 years, 10 months ago
  53. aa2a8cd BLD, TST: try templating with a common yml file by mattip · 4 years, 10 months ago
  54. 9e99158 BLD, TST: move linux jobs to github actions by mattip · 4 years, 10 months ago
  55. cefad82 TST: use a more standard workflow for PyPy by mattip · 4 years, 10 months ago
  56. d5441ee STY: Minor style fixups to changelog.py by Charles Harris · 4 years, 10 months ago
  57. 505ae17 DOC: Improve documentation of download-wheels by Charles Harris · 4 years, 10 months ago
  58. 594e66d MAINT, BLD: update to OpenBLAS v0.3.12 by mattip · 4 years, 10 months ago
  59. cf06cd4 MAINT: Cleanup swig for Python 3. by Charles Harris · 4 years, 10 months ago
  60. 30e037c MAINT: Ignore the private `np.compat` module by Bas van Beek · 5 years ago
  61. 065b300 MAINT: Ignore three builtin modules present in the numpy namespace by Bas van Beek · 5 years ago
  62. 4c74f37 BLD: Fixed ARGOUTVIEWM memory deallocation. Closes #17398 by leakec · 5 years ago
  63. fcca6e7 MAINT: Replace PyString_Check with PyBytes_Check in numpy.i. by Charles Harris · 5 years ago
  64. 6185631 DEV: Add tool to help speed up Travis CI by Hugo · 5 years ago
  65. 1f8ce63 MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst counterparts (#17222) by Matti Picus · 5 years ago
  66. b4fd7a7 DEP: lib: Remove the deprecated financial functions. (#17067) by Warren Weckesser · 5 years ago
  67. 7ec2e1b MAINT: Remove obsolete conversion to set (#17063) by jakobjakobson13 · 5 years ago
  68. 2e1df6d BLD: pin setuptools<49.2.0 by mattip · 5 years ago
  69. cfb7a9c BLD: update OpenBLAS build by mattip · 5 years ago
  70. 8088254 MAINT,BLD: pin setuptools and refactor where to find it by mattip · 5 years ago
  71. ace9258 BLD: update openblas hashes by mattip · 5 years ago
  72. 4cc2d1b BLD: temporarily disable OpenBLAS hash checks by mattip · 5 years ago
  73. f5b1a67 TST: Upgrade to Python 3.8 for DEBUG testing. by Charles Harris · 5 years ago
  74. fc9d862 BLD: update cython to 0.29.21 by mattip · 5 years ago
  75. c3cd541 Merge pull request #16629 from person142/functions-missing-types by Charles Harris · 5 years ago
  76. d69336f STY: flake8 fixes by mattip · 5 years ago
  77. f11159d BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for them by mattip · 5 years ago
  78. 2d90622 MAINT: add `np.alen` to the types exclude list by Josh Wilson · 5 years ago
  79. 7d1c9a8 DOC: add docstring to tool for finding functions missing types by Josh Wilson · 5 years ago
  80. a08586a ENH: add tool to find functions missing types by Josh Wilson · 5 years ago
  81. 4fc0784 BLD: upgrade to OpenBLAS0.3.10 by mattip · 5 years ago
  82. 22ac0da BLD: use OpenBLAS 0.3.10 by mattip · 5 years ago
  83. 3f21558 MAINT: Stop uploading wheels to Rackspace. by Charles Harris · 5 years ago
  84. 6541b11 Defer ctypes import in generated _distributor_init.py by Steve Dower · 5 years ago
  85. 18c41a1 MAINT: Streamline download-wheels. by Charles Harris · 5 years ago
  86. 471a2ce MAINT: Cleanup 'tools/download-wheels.py' (#16329) by Anirudh Subramanian · 5 years ago
  87. 57a857d BUG: Fix tools/download-wheels.py. by Charles Harris · 5 years ago
  88. bd8be54 Merge pull request #16269 from tbm/typo by Matti Picus · 5 years ago
  89. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  90. a205a70 ENH: Add tool for downloading release wheels from Anaconda. by Charles Harris · 5 years ago
  91. 83b0c87 ENH: add manylinux1 openblas hashes by mattip · 5 years ago
  92. 5210048 ENH: add win32 hash by mattip · 5 years ago
  93. c9422ff ENH: backport scipy changes to openblas download script by mattip · 5 years ago
  94. aab329c BUG: use default by mattip · 5 years ago
  95. cea894c MAINT: Fix '2104' typo, should be '2014'. by Charles Harris · 5 years ago
  96. 45cff3c ENH: allow choosing which manylinux artifact to download by mattip · 5 years ago
  97. 0efcd15 BLD: Add :doc: to whitelisted roles in refguide_check. by Ross Barnowski · 5 years ago
  98. d9a2ba3 TST: use latest released PyPy instead of nightly builds by mattip · 5 years ago
  99. a126709 TST: use draft OpenBLAS build by mattip · 5 years ago
  100. 1cb3871 DOC: fix remaining doc files for refguide_check (#15720) by Pierre de Buyl · 5 years ago