NumPy 1.20.3 release
  1. b0e2606 BUG: Make changelog recognize ``gh-`` as PR number prefix. by Charles Harris · 4 years, 4 months ago
  2. afc158d CI: Use `towncrier build` explicitly by Sebastian Berg · 4 years, 4 months ago
  3. 96b0452 add an 'apt update' by mattip · 4 years, 7 months ago
  4. 2760df9 BLD: update OpenBLAS to af2b0d02 by mattip · 4 years, 7 months ago
  5. 798c6f3 BLD: update to OpenBLAS 0.3.13 by mattip · 4 years, 8 months ago
  6. 76f2fe1 TST: Add back durations flag for DEBUG builds. by Charles Harris · 4 years, 9 months ago
  7. af0bfeb BLD: use BUFFERSIZE=20 in OpenBLAS by mattip · 4 years, 10 months ago
  8. 46ada00 TST: add pypy3.7 by mattip · 4 years, 10 months ago
  9. aa2a8cd BLD, TST: try templating with a common yml file by mattip · 4 years, 10 months ago
  10. 9e99158 BLD, TST: move linux jobs to github actions by mattip · 4 years, 10 months ago
  11. cefad82 TST: use a more standard workflow for PyPy by mattip · 4 years, 10 months ago
  12. d5441ee STY: Minor style fixups to changelog.py by Charles Harris · 4 years, 10 months ago
  13. 505ae17 DOC: Improve documentation of download-wheels by Charles Harris · 4 years, 10 months ago
  14. 594e66d MAINT, BLD: update to OpenBLAS v0.3.12 by mattip · 4 years, 10 months ago
  15. cf06cd4 MAINT: Cleanup swig for Python 3. by Charles Harris · 4 years, 10 months ago
  16. 30e037c MAINT: Ignore the private `np.compat` module by Bas van Beek · 5 years ago
  17. 065b300 MAINT: Ignore three builtin modules present in the numpy namespace by Bas van Beek · 5 years ago
  18. 4c74f37 BLD: Fixed ARGOUTVIEWM memory deallocation. Closes #17398 by leakec · 5 years ago
  19. fcca6e7 MAINT: Replace PyString_Check with PyBytes_Check in numpy.i. by Charles Harris · 5 years ago
  20. 6185631 DEV: Add tool to help speed up Travis CI by Hugo · 5 years ago
  21. 1f8ce63 MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst counterparts (#17222) by Matti Picus · 5 years ago
  22. b4fd7a7 DEP: lib: Remove the deprecated financial functions. (#17067) by Warren Weckesser · 5 years ago
  23. 7ec2e1b MAINT: Remove obsolete conversion to set (#17063) by jakobjakobson13 · 5 years ago
  24. 2e1df6d BLD: pin setuptools<49.2.0 by mattip · 5 years ago
  25. cfb7a9c BLD: update OpenBLAS build by mattip · 5 years ago
  26. 8088254 MAINT,BLD: pin setuptools and refactor where to find it by mattip · 5 years ago
  27. ace9258 BLD: update openblas hashes by mattip · 5 years ago
  28. 4cc2d1b BLD: temporarily disable OpenBLAS hash checks by mattip · 5 years ago
  29. f5b1a67 TST: Upgrade to Python 3.8 for DEBUG testing. by Charles Harris · 5 years ago
  30. fc9d862 BLD: update cython to 0.29.21 by mattip · 5 years ago
  31. c3cd541 Merge pull request #16629 from person142/functions-missing-types by Charles Harris · 5 years ago
  32. d69336f STY: flake8 fixes by mattip · 5 years ago
  33. f11159d BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for them by mattip · 5 years ago
  34. 2d90622 MAINT: add `np.alen` to the types exclude list by Josh Wilson · 5 years ago
  35. 7d1c9a8 DOC: add docstring to tool for finding functions missing types by Josh Wilson · 5 years ago
  36. a08586a ENH: add tool to find functions missing types by Josh Wilson · 5 years ago
  37. 4fc0784 BLD: upgrade to OpenBLAS0.3.10 by mattip · 5 years ago
  38. 22ac0da BLD: use OpenBLAS 0.3.10 by mattip · 5 years ago
  39. 3f21558 MAINT: Stop uploading wheels to Rackspace. by Charles Harris · 5 years ago
  40. 6541b11 Defer ctypes import in generated _distributor_init.py by Steve Dower · 5 years ago
  41. 18c41a1 MAINT: Streamline download-wheels. by Charles Harris · 5 years ago
  42. 471a2ce MAINT: Cleanup 'tools/download-wheels.py' (#16329) by Anirudh Subramanian · 5 years ago
  43. 57a857d BUG: Fix tools/download-wheels.py. by Charles Harris · 5 years ago
  44. bd8be54 Merge pull request #16269 from tbm/typo by Matti Picus · 5 years ago
  45. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  46. a205a70 ENH: Add tool for downloading release wheels from Anaconda. by Charles Harris · 5 years ago
  47. 83b0c87 ENH: add manylinux1 openblas hashes by mattip · 5 years ago
  48. 5210048 ENH: add win32 hash by mattip · 5 years ago
  49. c9422ff ENH: backport scipy changes to openblas download script by mattip · 5 years ago
  50. aab329c BUG: use default by mattip · 5 years ago
  51. cea894c MAINT: Fix '2104' typo, should be '2014'. by Charles Harris · 5 years ago
  52. 45cff3c ENH: allow choosing which manylinux artifact to download by mattip · 5 years ago
  53. 0efcd15 BLD: Add :doc: to whitelisted roles in refguide_check. by Ross Barnowski · 5 years ago
  54. d9a2ba3 TST: use latest released PyPy instead of nightly builds by mattip · 5 years ago
  55. a126709 TST: use draft OpenBLAS build by mattip · 5 years ago
  56. 1cb3871 DOC: fix remaining doc files for refguide_check (#15720) by Pierre de Buyl · 5 years ago
  57. dc9d3f9 MAINT: CI: Run 'apt-get update' in tools/pypy-test.sh by Warren Weckesser · 5 years ago
  58. 8aad05e Fix swig tests resize typemap issue python 3 bytes vs str issue by Mathieu Lamarre · 5 years ago
  59. 9da90de Merge pull request #15702 from mwtoews/optparse by Charles Harris · 5 years ago
  60. a7af9cc MAINT: replace optparse with argparse for 'doc' and 'tools' scripts by Mike Taves · 5 years ago
  61. 336fd8b TST: always use 'python -mpip' not 'pip' by mattip · 5 years ago
  62. 583901a convert shebang from python to python3 (#15687) by Changqing Li · 5 years ago
  63. 2fd9ff8 Merge pull request #15653 from mattip/openblas0.3.7 by Charles Harris · 5 years ago
  64. 7eaac94 Merge pull request #12646 from shoyer/refguide-check-exceptions by Matti Picus · 5 years ago
  65. eeb9e50 BLD: consolidate openblas verison check to be self-contained by mattip · 6 years ago
  66. eb8a540 BLD: update OpenBLAS to pre-0.3.9 version by mattip · 6 years ago
  67. f1863c5 BLD: update openblas download to new location, use manylinux2010-base by mattip · 6 years ago
  68. 49265d1 BLD: manylinux2010 docker reports machine=i686 by mattip · 6 years ago
  69. 1bc8dfc Merge pull request #15556 from seberg/travis-install-python3-dbg by Charles Harris · 6 years ago
  70. 7b38f69 TST: (Travis CI) Use full python3-dbg path for virtual env creation by Sebastian Berg · 6 years ago
  71. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  72. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  73. c6c5644 TST: Fix missing output in refguide-check by Seth Troisi · 6 years ago
  74. 85be00a Merge pull request #15430 from sethtroisi/refguide_warning by Matti Picus · 6 years ago
  75. 49102a5 Merge pull request #15464 from sethtroisi/refguide_dup_line by Matti Picus · 6 years ago
  76. 05cb43b Merge pull request #15417 from sethtroisi/python2_easy by Matti Picus · 6 years ago
  77. 134cc44 MAINT: Cleanup duplicate line in refguide_check by Seth Troisi · 6 years ago
  78. 9ef5f37 MAINT: Python2 Cleanups by Seth Troisi · 6 years ago
  79. 4d1a3a8 Merge pull request #15449 from sethtroisi/refguide_doc2 by Matti Picus · 6 years ago
  80. 96727cf MAINT: Remove sys.version checks (gh-#15373) by Seth Troisi · 6 years ago
  81. d20378b DOC: Update refguide_check note on how to skip code by Seth Troisi · 6 years ago
  82. 2b118ec Updated openblas_support.py by Xavier Thomas · 6 years ago
  83. 2a2be8b Update tools/openblas_support.py by Xavier Thomas · 6 years ago
  84. fe50af5 Update tools/openblas_support.py by Xavier Thomas · 6 years ago
  85. 02cbcd7 Updated openblas_support.py by Xavier Thomas · 6 years ago
  86. a53a70e Made changes to openblas_support.py by Xavier Thomas · 6 years ago
  87. a71e8a8 DEV: More contextmanager in _run_doctests by Seth Troisi · 6 years ago
  88. 616d27e DEV: Use contextmanager in _run_doctests by Seth Troisi · 6 years ago
  89. 84c2e18 Updated openblas_support.py by Xavier Thomas · 6 years ago
  90. 35e760c Updated openblas_support.py with f-string by Xavier Thomas · 6 years ago
  91. 9982a58 Updated cythonize.py with f-strings by Xavier Thomas · 6 years ago
  92. 3493d1b MAINT: Revise imports from urllib modules by Mike Taves · 6 years ago
  93. 61c5c5d Merge pull request #15366 from mwtoews/F403 by Matti Picus · 6 years ago
  94. 388e819 Merge pull request #15379 from sethtroisi/misc_cleanups3 by Matti Picus · 6 years ago
  95. f9c5bd5 MAINT: resolve pyflake F403 'from module import *' used by Mike Taves · 6 years ago
  96. 6737f24 MAINT: Python2 Cleanups by Seth Troisi · 6 years ago
  97. b541082 STY: use `with open` when possible by Seth Troisi · 6 years ago
  98. 9a21ec8 [MAINT] Cleanup python2 sys.version checks by Seth Troisi · 6 years ago
  99. 1edb446 BLD: use 0.3.8dev build of OpenBLAS by mattip · 6 years ago
  100. 18ab0d3 MAINT: try to avoid spurious warnings in einsum by mattip · 6 years ago