NumPy 1.16.0 release.
  1. 9643d0a DOC, MAINT: Prepare for 1.16.0rc1 release. by Charles Harris · 7 years ago
  2. 46dc817 TST: enable array_func cov by Tyler Reddy · 7 years ago
  3. e6a31ef force python3 in chroot by mattip · 7 years ago
  4. 621f477 BUILD: use system python3 in the chroot by mattip · 7 years ago
  5. 63a4ff0 MNT add pickle5 to some python 3.6/7 setups for the CI suite by Pierre Glaser · 7 years ago
  6. e9d36e4 Merge pull request #11905 from charris/c99-tests-update by Charles Harris · 7 years ago
  7. 530ac09 BUG: Fix memory leak in pyfragments.swg (#11877) by Christopher Pezley · 7 years ago
  8. c9f2629 TST: Start testing with "-std=c99" on travisCI. by Charles Harris · 7 years ago
  9. 10d47df TST: Drop Python 3.4 testing by Charles Harris · 7 years ago
  10. 755b7b8 TST: Update travis testing to use latest virtualenv. by Charles Harris · 7 years ago
  11. 057a762 TST: add C code line coverage to codecov report by Tyler Reddy · 7 years ago
  12. 5a0a136 Merge pull request #11484 from eric-wieser/bump-cython-version by Charles Harris · 7 years ago
  13. 323458c BUG: Increase required cython version on python 3.7 by Eric Wieser · 7 years ago
  14. 5eae3ec codecov integration. scipy2018 sprint. by alyssaq · 7 years ago
  15. 4013e5a Prefer the same-python cython to the on-PATH cython by Eric Wieser · 7 years ago
  16. df32fcd MAINT: Use a simpler invocation of cython by Eric Wieser · 7 years ago
  17. b141ee5 DOC: Correct issue reference by Eric Wieser · 7 years ago
  18. 83828f5 HTTP -> HTTPS, and other linkrot fixes by Mike Toews · 7 years ago
  19. 313df46 TST: Do not ignore yield warnings in ci testing. by Charles Harris · 7 years ago
  20. 7f68c8a TST: Update travis and appveyor to use pytest. by Charles Harris · 7 years ago
  21. 01cd5c9 TST, DOC: Upload devdocs and neps after circleci build (#10702) by Stefan van der Walt · 7 years ago
  22. 055ce3e MAINT: Misc small fixes. (#10722) by Charles Harris · 7 years ago
  23. 5032904 White spaces by Mathieu Lamarre · 8 years ago
  24. a119f03 Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS by Mathieu Lamarre · 8 years ago
  25. 6c4a77b Swig tool: Clear CARRAY flag when setting FARRAY by Mathieu Lamarre · 8 years ago
  26. d370662 Merge pull request #10434 from charris/rename-announce-to-changelog by Charles Harris · 8 years ago
  27. 2dfa9e8 MAINT: Update changlog.py docstring. by Charles Harris · 8 years ago
  28. fa6f879 MAINT: Move `tools/announce.py` to `tools/changelog.py`. by Charles Harris · 8 years ago
  29. e404eed MAINT: Update zesty to artful for i386 testing by Charles Harris · 8 years ago
  30. 5dc1f71 Added types for int and uint with an explicit size. by Mark Harfouche · 8 years ago
  31. 952bf1e MAINT: Workaround for new travis sdist failures. by Charles Harris · 8 years ago
  32. ff4ce31 MAINT: Fix tests failures on travis CI merge. by Charles Harris · 8 years ago
  33. 37878bf TST: appveyor: Enable OpenBLAS via MinGW Gfortran by xoviat · 8 years ago
  34. 7697bf0 MAINT: merge python -3 and -OO test by Julian Taylor · 8 years ago
  35. 26d7e39 MAINT: remove -Wsign-compare from warnings by Julian Taylor · 8 years ago
  36. 49e7851 MAINT: add compiler warning tests to all jobs by Julian Taylor · 8 years ago
  37. ad398d3 MAINT: restore compiler warning check to zero warnings by Julian Taylor · 8 years ago
  38. c6533b6 MAINT: Fix alerts from http://lgtm.com (#9292) by Jean Helie · 8 years ago
  39. 1608e53 BUG: KeyboardInterrupt is swallowed all over the place by Eric Wieser · 8 years ago
  40. 03534ec ENH: add support for python3.6 memory tracing by Julian Taylor · 8 years ago
  41. 7e7f4ad Merge pull request #8695 from charris/remove-unneeded-scripts by Charles Harris · 8 years ago
  42. f819cc1 Merge pull request #7862 from pitrou/rewrite_exec_command by Julian Taylor · 8 years ago
  43. 2bf1920 MAINT: Remove numpy-macosx-installer and win32build directories. by Charles Harris · 9 years ago
  44. ead991b MAINT: Refactor tools/find_deprecated_escaped_characters.py by Charles Harris · 9 years ago
  45. e5110fa MAINT: Fix deprecated escape sequences in tools/ by Charles Harris · 9 years ago
  46. 579718f ENH: Add tool to check for deprecated escaped characters. by Charles Harris · 9 years ago
  47. 2514742 TST: switch to ubuntu yakkety for testing by Julian Taylor · 9 years ago
  48. fdbaece MAINT: Forward port accumulated changes from the 1.12.0 release. by Charles Harris · 9 years ago
  49. fcdb1fc BUG: Fix author search in announce.py by Charles Harris · 9 years ago
  50. a000f9b ENH: Improve announce tool. by Charles Harris · 9 years ago
  51. f685f1a ENH: Deprecation warnings for `/` integer division when running python -3 by saurabh · 9 years ago
  52. 52f761d BUG, TST: Fix python3-dbg bug in Travis script by gfyoung · 9 years ago
  53. 596f031 ENH: Improve announce to find github squash-merge commits. by Charles Harris · 9 years ago
  54. 9569e50 Merge pull request #8111 from charris/add-release-tool by Charles Harris · 9 years ago
  55. 5291281 ENH: Add a tool for release authors and PRs. by Charles Harris · 9 years ago
  56. 581bb79 ENH: Vendorize tempita. by Charles Harris · 9 years ago
  57. 7fdfa6b MAINT: Add Tempita to randint helpers by gfyoung · 9 years ago
  58. 4c877be BUG: Assert fromfile ending earlier in pyx processing by gfyoung · 9 years ago
  59. 3f6672a DOC: change Numpy to NumPy in remaining files by Pierre de Buyl · 9 years ago
  60. 2dc070d TST: Make one 3.5 test run the full test suit. by Sebastian Berg · 9 years ago
  61. f7a5d04 BLD: rewrite np.distutils.exec_command.exec_command() by Antoine Pitrou · 9 years ago
  62. de97bb2 Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7 by Jan David Mol · 9 years ago
  63. 5cdb060 Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF are passed to a function accepting "unsigned int". by Mathieu Lamarre · 9 years ago
  64. 2556b9f DOC: Fix more typos in docs and comments. by Dongjoon Hyun · 10 years ago
  65. 2a079b2 TST: test installing from sdist on TravisCI. by Ralf Gommers · 10 years ago
  66. 4b43d20 BUG: fix TravisCI test issues when using setuptools unconditionally. by Ralf Gommers · 10 years ago
  67. 600595f TST: make pointer-arith error fatal by Julian Taylor · 10 years ago
  68. 6a04b92 TST: Increase the allowable warning count to 1 for i386 debug test. by Charles Harris · 10 years ago
  69. 0574f62 MAINT: Remove commented out code blocks by gfyoung · 10 years ago
  70. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  71. 8f87f43 STY: Style fixes for .travis.yml and travis-upload-wheel.sh by Charles Harris · 10 years ago
  72. 293e930 TST: Clean up travis-test and make it work with current travis ci. by Charles Harris · 10 years ago
  73. f0d6d47 CI: run benchmark suite in travis-CI by Pauli Virtanen · 10 years ago
  74. 27abfb4 ENH deploy dev wheels to rackspace by Olivier Grisel · 10 years ago
  75. 4743f3b MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  76. dac0e5d Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-rollback by Charles Harris · 10 years ago
  77. 6711d17 TST: Fix travis-ci test for numpy wheels. by Charles Harris · 10 years ago
  78. e131ba4 MAINT: enable Werror=vla in travis by Julian Taylor · 10 years ago
  79. cbfd937 BUG: Fix swig make_fortran function. by Charles Harris · 10 years ago
  80. b9ef15c BUG: Fix use of PyArray_ISFORTRAN in numpy.i. by Charles Harris · 10 years ago
  81. 913cad0 typo in numpy.i by jschueller · 10 years ago
  82. 0648d9f MAINT,TST: Remove Bento from the travis ci testing. by Charles Harris · 10 years ago
  83. 05010d6 BLD: Speed up up Travis jobs by running on container-based infrastructure by Alex Willmer · 10 years ago
  84. bb4682a TST: fail tests on compiler warnings by Julian Taylor · 10 years ago
  85. a49ad15 New typemap for in-place arrays of arbitrary number of dimensions: by Tom Krauss · 10 years ago
  86. d0f95cc MAINT: switch waf download to https://github.com/numpy/numpy-vendor by Ralf Gommers · 10 years ago
  87. 5e98be6 Merge pull request #5829 from rgommers/bento-ci by Charles Harris · 10 years ago
  88. d9eb7a5 TST: re-enable TravisCI testing with Bento. by Ralf Gommers · 10 years ago
  89. 83e0d17 TEST: add module to test installed scripts by Matthew Brett · 10 years ago
  90. b89bcd0 DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.i by Ralf Gommers · 10 years ago
  91. 9d77ba8 Correct exit code if number of errors % 256 == 0 by Chris Lamb · 11 years ago
  92. 237d16b Use correct #ifdef __cplusplus guard to include std_complex.i by Michele Vallisneri · 11 years ago
  93. 1cad7f8 ENH: added std::complex support to numpy.i by Glen Mabey · 11 years ago
  94. 23d5461 ENH: support parallel compilation of extensions by Julian Taylor · 11 years ago
  95. cd0b8e7 Merge pull request #5149 from charris/fix-ma-docs-for-OO-option by Julian Taylor · 11 years ago
  96. 43ca904 TST: Add test with python flag -OO. by Charles Harris · 11 years ago
  97. fee3c92 MAINT: Update waf to 1.7.16 by Charles Harris · 11 years ago
  98. dc98a3d Merge pull request #4671 from charris/prepare-1.10-devel by Charles Harris · 11 years ago
  99. c9c53ea BUG: disable garbage collector during memory allocation hook by Julian Taylor · 11 years ago
  100. 71fc802 Fix typemap for Fortran ordered array input by Adam Reeve · 11 years ago