NumPy 1.16.0 release.
  1. 236aba0 BUG: Add 'sparc' to platforms implementing 16 byte reals. by Charles Harris · 7 years ago
  2. d22bd8d BUG: fix f2py pep338 execution method by Julian Taylor · 7 years ago
  3. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  4. 0ee245b MAINT: Use list and dict comprehension when possible (#12445) by Roman Yurchak · 7 years ago
  5. 1e1b45c MAINT, TST: check for unreachable code paths by Tyler Reddy · 7 years ago
  6. 4e98265 MAINT: removed unused vars in f2py test code by Tyler Reddy · 7 years ago
  7. 7c98513 TST, MAINT: Skip some f2py tests on Mac. by Charles Harris · 7 years ago
  8. e07b0fc MAINT: remove unused stdlib imports by Emil Hessman · 7 years ago
  9. 9da665c MAINT: don't call function with too many arguments by Emil Hessman · 7 years ago
  10. fd053f6 TST: add macos azure testing to CI. by Tyler Reddy · 7 years ago
  11. 46083ff MAINT: remove duplicate imports by mattip · 7 years ago
  12. ed9fa73 Merge pull request #11894 from QuLogic/f2py-test-parametrize by Charles Harris · 7 years ago
  13. 25f06a6 Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skip by Charles Harris · 7 years ago
  14. 1b14317 BUG: Fix missing pytest import. by Charles Harris · 7 years ago
  15. d549a15 BUG: Fix f2py test_compile_function.py tests. by Charles Harris · 7 years ago
  16. f531cfd TST: prefer pytest.skip() over SkipTest by Tyler Reddy · 7 years ago
  17. 81a9135 TST, MAINT: Separate f2py compile function testing into own file by Charles Harris · 7 years ago
  18. 0a61f7f MAINT: remove exec_command() from f2py init by Tyler Reddy · 7 years ago
  19. cb7dca7 TST: Use fixture around f2py shared memory tests. by Elliott Sales de Andrade · 7 years ago
  20. 9c585ad TST: Parametrize f2py tests. by Elliott Sales de Andrade · 7 years ago
  21. f22a33b ENH: Use entry_points to install the f2py scripts. by Charles Harris · 7 years ago
  22. e0c126d Fix Fortran kind detection for aarch64 & s390x. by Elliott Sales de Andrade · 7 years ago
  23. 11302b6 MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies by Eric Wieser · 7 years ago
  24. 83828f5 HTTP -> HTTPS, and other linkrot fixes by Mike Toews · 7 years ago
  25. 820765d MAINT: Misc. typos (#11005) by luzpaz · 7 years ago
  26. 7bf0564 MAINT: Remove all uses of run_module_suite. by Charles Harris · 7 years ago
  27. cf46d8c TST: Update modules `test` to PytestTester. by Charles Harris · 7 years ago
  28. 7e5a41d TST: Switch to using pytest markers by Charles Harris · 7 years ago
  29. 6126789 MAINT: Remove "bench" from testing modules `__init__`s. by Charles Harris · 7 years ago
  30. 108d01a DOC: Fix minor typos by luz.paz · 7 years ago
  31. b746139 MAINT: Fixed C++ guard in f2py test. by siavashserver · 7 years ago
  32. 27b8e54 MAINT: Hard tab and whitespace cleanup. by Charles Harris · 7 years ago
  33. ac147e6 TST: test handling ';' in multiline and enhancement lines, numpy.f2py by Bob Eldering · 7 years ago
  34. a9cdd90 BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py. by Bob Eldering · 7 years ago
  35. a016167 BUG: F2py mishandles quoted control characters (#10676) by bobeldering · 7 years ago
  36. 3957976 BUG: f2py: fix f2py generated code to work on Pypy by Pauli Virtanen · 8 years ago
  37. 6512040 Misc. typos by luz.paz · 8 years ago
  38. 10ccfe7 Merge pull request #10154 from eric-wieser/fixup-numerictypes by Charles Harris · 8 years ago
  39. de100be DOC: fix minor typos by Unknown · 8 years ago
  40. 4b613a2 MAINT: Look up typeinfo properties by name, not by index by Eric Wieser · 8 years ago
  41. d4d9e95 MAINT: Use a StructSequence in place of the typeinfo tuples by Eric Wieser · 8 years ago
  42. 012ad9f TST: Test f2py passing string array to callback. by Charles Harris · 8 years ago
  43. 0a1069a BUG: Fix f2py string variables in callbacks. by Charles Harris · 8 years ago
  44. 1368cbb DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639) by Matti Picus · 8 years ago
  45. d05fd30 Merge pull request #9645 from xoviat/appveyor by Charles Harris · 8 years ago
  46. 76b5875 MAINT: remove outdated entries in f2py by Bernhard M. Wiedemann · 8 years ago
  47. b1ae983 ENH: Allow to override build date by Bernhard M. Wiedemann · 8 years ago
  48. 2c24bd3 MAINT: Use the PyArray_(GET|SET)_ITEM functions where possible by Eric Wieser · 8 years ago
  49. 167ca98 TST: callback: update comment by xoviat · 8 years ago
  50. e149d29 TST: block docstring: update comment by xoviat · 8 years ago
  51. 41407a2 TST: common: update documentation by xoviat · 8 years ago
  52. bcc5d1d TST: util: update documentation by xoviat · 8 years ago
  53. 917652a TST: fix failures: by xoviat · 8 years ago
  54. 53d322d [TST] slightly simplify f2py test by Nico Schlömer · 8 years ago
  55. f062800 [TST] fix test for 0-sized array operations by Nico Schlömer · 8 years ago
  56. 3c91084 [TST] add tests for 0-sized Fortran arrays by Nico Schlömer · 8 years ago
  57. ebe630a f2py: rename internal function by Nico Schlömer · 8 years ago
  58. df73406 f2py: allow Fortran arrays of dimension 0 by Nico Schlömer · 8 years ago
  59. 1f1e826 BUG: f2py: Convert some error messages printed to stderr to exceptions. by Warren Weckesser · 8 years ago
  60. 62a12d2 TST, MAINT: Add `__init__.py` files to tests directories. by Charles Harris · 8 years ago
  61. d75b86c Merge pull request #9452 from eric-wieser/new-style-classes by Charles Harris · 8 years ago
  62. f842741 Merge pull request #9434 from charris/remove-unittest-dependencies by Charles Harris · 8 years ago
  63. 69bc7b1 TST: Remove unittest dependencies in numpy/f2py/tests. by Charles Harris · 8 years ago
  64. 7748f26 MAINT: Use new-style classes on 2.7 by Eric Wieser · 8 years ago
  65. 11818a2 MAINT: Replace tab escapes with four spaces by Eric Wieser · 8 years ago
  66. e56ad01 TST: test doc string of COMMON block arrays for numpy.f2py. by Bob Eldering · 8 years ago
  67. 698ddea Merge pull request #9362 from charris/rearrange-testing-module by Charles Harris · 8 years ago
  68. c8ec737 BUG: ')' is printed at the end pointer of the buffer in numpy.f2py. by Bob Eldering · 8 years ago
  69. ae84af3 MAINT: Rearrange files in numpy/testing module. by Charles Harris · 8 years ago
  70. c6533b6 MAINT: Fix alerts from http://lgtm.com (#9292) by Jean Helie · 8 years ago
  71. 8042526 TST: add test case described in ticket 9228 for numpy.f2py by Bob Eldering · 8 years ago
  72. dc063ad BUG: fix missing keyword rename for common block to numpy.f2py by Bob Eldering · 8 years ago
  73. 1608e53 BUG: KeyboardInterrupt is swallowed all over the place by Eric Wieser · 8 years ago
  74. ef56845 ENH: Spelling fixes by Ville Skyttä · 8 years ago
  75. a618b4e MAINT: remove usage of NPY_CHAR from f2py by Julian Taylor · 8 years ago
  76. b8d0498 TST: add a char array input test by Julian Taylor · 8 years ago
  77. b87fca2 MAINT: Remove asbytes where a b prefix would suffice by Eric Wieser · 8 years ago
  78. 9d3d665 BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.py by ZZhaoTireless · 8 years ago
  79. 1e7a01b BUG: PPC64el machines are POWER for Fortran by Matthew Brett · 9 years ago
  80. 8613c8d STY: space around operator by jutke · 9 years ago
  81. 8610e48 TST: adding test for constants without compound kind spec by jutke · 9 years ago
  82. 1e873ea TST: adding tests for compound constant provided by @zerothi by jutke · 9 years ago
  83. 892c54c BUG: guard against replacing constants without '_' spec by jutke · 9 years ago
  84. ec0e046 DEP: Fix escaped string characters deprecated in Python 3.6. by Charles Harris · 9 years ago
  85. 8a7e7a4 BUG: fixed kind specifications for parameters by Nick Papior · 9 years ago
  86. a05b653 MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2py.compile (issue #7683) by bertrand · 9 years ago
  87. 99977a5 MAINT: Change `call_fortran` into `callfortran` in comments. by Dongjoon Hyun · 10 years ago
  88. 73a2fd1 MAINT: Fix some typos in a code string and comments by Dongjoon Hyun · 10 years ago
  89. 1c3615f MAINT, STY: Removed unused variable in f2py/f90mod_rules.py by rehassachdeva · 10 years ago
  90. 9bd6715 Merge pull request #6886 from charris/use-temppath by Charles Harris · 10 years ago
  91. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  92. 555787a MAINT: Simplify some tests using temppath context manager. by Charles Harris · 10 years ago
  93. 0574f62 MAINT: Remove commented out code blocks by gfyoung · 10 years ago
  94. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  95. d8967ce DOC: Some documentation fixups. by Charles Harris · 10 years ago
  96. efc2e68 BUG,ENH: Add extension parameter to f2py.compile and fix verbose. by Alex Rogozhnikov · 10 years ago
  97. 4743f3b MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  98. 70c5052 ENH: testing: add SkipTest and KnownFailureException by Evgeni Burovski · 10 years ago
  99. def49ba MAINT: Dictionary litteral by Rémy Léone · 10 years ago
  100. 83d5f9a BUG: Revert some import * fixes in f2py. by Charles Harris · 10 years ago