NumPy 1.14.1 release.
  1. 012ad9f TST: Test f2py passing string array to callback. by Charles Harris · 8 years ago
  2. 0a1069a BUG: Fix f2py string variables in callbacks. by Charles Harris · 8 years ago
  3. 1368cbb DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639) by Matti Picus · 8 years ago
  4. d05fd30 Merge pull request #9645 from xoviat/appveyor by Charles Harris · 8 years ago
  5. 76b5875 MAINT: remove outdated entries in f2py by Bernhard M. Wiedemann · 8 years ago
  6. b1ae983 ENH: Allow to override build date by Bernhard M. Wiedemann · 8 years ago
  7. 2c24bd3 MAINT: Use the PyArray_(GET|SET)_ITEM functions where possible by Eric Wieser · 8 years ago
  8. 167ca98 TST: callback: update comment by xoviat · 8 years ago
  9. e149d29 TST: block docstring: update comment by xoviat · 8 years ago
  10. 41407a2 TST: common: update documentation by xoviat · 8 years ago
  11. bcc5d1d TST: util: update documentation by xoviat · 8 years ago
  12. 917652a TST: fix failures: by xoviat · 8 years ago
  13. 53d322d [TST] slightly simplify f2py test by Nico Schlömer · 8 years ago
  14. f062800 [TST] fix test for 0-sized array operations by Nico Schlömer · 8 years ago
  15. 3c91084 [TST] add tests for 0-sized Fortran arrays by Nico Schlömer · 8 years ago
  16. ebe630a f2py: rename internal function by Nico Schlömer · 8 years ago
  17. df73406 f2py: allow Fortran arrays of dimension 0 by Nico Schlömer · 8 years ago
  18. 1f1e826 BUG: f2py: Convert some error messages printed to stderr to exceptions. by Warren Weckesser · 8 years ago
  19. 62a12d2 TST, MAINT: Add `__init__.py` files to tests directories. by Charles Harris · 8 years ago
  20. d75b86c Merge pull request #9452 from eric-wieser/new-style-classes by Charles Harris · 8 years ago
  21. f842741 Merge pull request #9434 from charris/remove-unittest-dependencies by Charles Harris · 8 years ago
  22. 69bc7b1 TST: Remove unittest dependencies in numpy/f2py/tests. by Charles Harris · 8 years ago
  23. 7748f26 MAINT: Use new-style classes on 2.7 by Eric Wieser · 8 years ago
  24. 11818a2 MAINT: Replace tab escapes with four spaces by Eric Wieser · 8 years ago
  25. e56ad01 TST: test doc string of COMMON block arrays for numpy.f2py. by Bob Eldering · 8 years ago
  26. 698ddea Merge pull request #9362 from charris/rearrange-testing-module by Charles Harris · 8 years ago
  27. c8ec737 BUG: ')' is printed at the end pointer of the buffer in numpy.f2py. by Bob Eldering · 8 years ago
  28. ae84af3 MAINT: Rearrange files in numpy/testing module. by Charles Harris · 8 years ago
  29. c6533b6 MAINT: Fix alerts from http://lgtm.com (#9292) by Jean Helie · 8 years ago
  30. 8042526 TST: add test case described in ticket 9228 for numpy.f2py by Bob Eldering · 8 years ago
  31. dc063ad BUG: fix missing keyword rename for common block to numpy.f2py by Bob Eldering · 8 years ago
  32. 1608e53 BUG: KeyboardInterrupt is swallowed all over the place by Eric Wieser · 8 years ago
  33. ef56845 ENH: Spelling fixes by Ville Skyttä · 8 years ago
  34. a618b4e MAINT: remove usage of NPY_CHAR from f2py by Julian Taylor · 8 years ago
  35. b8d0498 TST: add a char array input test by Julian Taylor · 8 years ago
  36. b87fca2 MAINT: Remove asbytes where a b prefix would suffice by Eric Wieser · 8 years ago
  37. 9d3d665 BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.py by ZZhaoTireless · 8 years ago
  38. 1e7a01b BUG: PPC64el machines are POWER for Fortran by Matthew Brett · 8 years ago
  39. 8613c8d STY: space around operator by jutke · 9 years ago
  40. 8610e48 TST: adding test for constants without compound kind spec by jutke · 9 years ago
  41. 1e873ea TST: adding tests for compound constant provided by @zerothi by jutke · 9 years ago
  42. 892c54c BUG: guard against replacing constants without '_' spec by jutke · 9 years ago
  43. ec0e046 DEP: Fix escaped string characters deprecated in Python 3.6. by Charles Harris · 9 years ago
  44. 8a7e7a4 BUG: fixed kind specifications for parameters by Nick Papior · 9 years ago
  45. 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
  46. 99977a5 MAINT: Change `call_fortran` into `callfortran` in comments. by Dongjoon Hyun · 10 years ago
  47. 73a2fd1 MAINT: Fix some typos in a code string and comments by Dongjoon Hyun · 10 years ago
  48. 1c3615f MAINT, STY: Removed unused variable in f2py/f90mod_rules.py by rehassachdeva · 10 years ago
  49. 9bd6715 Merge pull request #6886 from charris/use-temppath by Charles Harris · 10 years ago
  50. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  51. 555787a MAINT: Simplify some tests using temppath context manager. by Charles Harris · 10 years ago
  52. 0574f62 MAINT: Remove commented out code blocks by gfyoung · 10 years ago
  53. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  54. d8967ce DOC: Some documentation fixups. by Charles Harris · 10 years ago
  55. efc2e68 BUG,ENH: Add extension parameter to f2py.compile and fix verbose. by Alex Rogozhnikov · 10 years ago
  56. 4743f3b MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  57. 70c5052 ENH: testing: add SkipTest and KnownFailureException by Evgeni Burovski · 10 years ago
  58. def49ba MAINT: Dictionary litteral by Rémy Léone · 10 years ago
  59. 83d5f9a BUG: Revert some import * fixes in f2py. by Charles Harris · 10 years ago
  60. aaf115d Merge pull request #6488 from charris/cleanup-6306 by Charles Harris · 10 years ago
  61. 81bdad0 BUG: allow extension of common blocks in numpy.f2py by Alexander Heger · 10 years ago
  62. f8edf9e BUG: Allow nested use of parameters for array dimensions in f2py. by Alexander Heger · 10 years ago
  63. d676616 STY: Break some long lines in numpy/f2py/*.py. by Charles Harris · 10 years ago
  64. 0fa1a9f STY: PEP8 fixes in numpy/f2py/tests. by Charles Harris · 10 years ago
  65. a012157 STY: Make PEP8 fixes in numpy/f2py by Charles Harris · 10 years ago
  66. b80d1f9 STY: Make pyflakes fixes in numpy/f2py by Charles Harris · 10 years ago
  67. ac193fa STY: PEP8 and pyflakes fixes for numpy/f2py/tests. by Charles Harris · 10 years ago
  68. 2bc2676 BUG: revert use of !python for bdist_mpkg scripts by Matthew Brett · 10 years ago
  69. 19220c4 ENH: add bdist_mpkg, bdist_wininst to binary dists by Matthew Brett · 10 years ago
  70. fee5ec4 BUG: fix f2py shebang line for bdist wheel, egg by Matthew Brett · 10 years ago
  71. 3cc68c9 MANT: Use Py_RETURN_NONE whenever Py_None is returned by Jaime Fernandez · 10 years ago
  72. 29c019a Merge pull request #5565 from juliantaylor/pep338-f2py by Julian Taylor · 10 years ago
  73. a81e323 ENH: make f2py an executable module by Julian Taylor · 10 years ago
  74. df6b31d BUG: Cannot read .f2py_f2cmaps under python 3.3 by David Powell · 10 years ago
  75. 96d9c34 Merge pull request #5309 from rgommers/remove-f2py-deprecation by Charles Harris · 11 years ago
  76. 629735b Merge pull request #5287 from chatcannon/reconcile-c-api-with-docs by Julian Taylor · 11 years ago
  77. 8df7edd MAINT: cast PyArray_ITEMSIZE result to avoid warnings by Julian Taylor · 11 years ago
  78. 69265b8 MAINT: Update printf statements in fortranobject.c by Chris Kerr · 11 years ago
  79. 3202612 MAINT: remove NPY_NO_DEPRECATED_API define from f2py. by Ralf Gommers · 11 years ago
  80. fff6dee MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py. by Ralf Gommers · 11 years ago
  81. 6656d04 DEP: #declaring NPY_NO_DEPRECATED_API in fortranobject.h by Chris Kerr · 11 years ago
  82. 6693460 DEP: removed deprecated API calls from test code (wrapmodule.c) by Chris Kerr · 11 years ago
  83. 7b60731 DEP: Replace NPY_CONTIGUOUS with NPY_ARRAY_C_CONTIGUOUS by Chris Kerr · 11 years ago
  84. 5f321b4 DEP: Corrected some type errors that appear when enabling NPY_NO_DEPRECATED_API by Chris Kerr · 11 years ago
  85. 347c614 DEP: Replaced NPY_[F,C]ARRAY with NPY_ARRAY_[F,C]ARRAY by Chris Kerr · 11 years ago
  86. 64d4fa5 DEP: Using the internal PyArrayObject_fields API for the swap_arrays and dump_attrs functions by Chris Kerr · 11 years ago
  87. fd12653 DEP: Using PyArray_SIZE and PyArray_TYPE instead of PyArray_DESCR()->elsize etc by Chris Kerr · 11 years ago
  88. eb27fc3 DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functions by Chris Kerr · 11 years ago
  89. c5f0d72 DEP: replaced arr->dimensions with PyArray_DIMS(arr) or PyArray_DIM(arr,i) by Chris Kerr · 11 years ago
  90. 2129f5c DEP: replaced arr->data with PyArray_DATA by Chris Kerr · 11 years ago
  91. c5463e8 DEP: replaced arr->nd with PyArray_NDIM in C code generation scripts by Chris Kerr · 11 years ago
  92. e2e6bd8 DEP: Replaced arr->nd with PyArray_NDIM in fortranobject.c by Chris Kerr · 11 years ago
  93. 03f0aeb MAINT: remove obsolete version checks by Julian Taylor · 11 years ago
  94. 6457686 Merge pull request #5168 from charris/f2py-space-fix by Charles Harris · 11 years ago
  95. e98686d TST: Add basic test for compiling with intent(in out). by Charles Harris · 11 years ago
  96. 1d6ef52 BUG: Make f2py work with intent(in out). by Charles Harris · 11 years ago
  97. b356ef0 MAINT: f2py: rewrite fortran_doc by Lars Buitinck · 11 years ago
  98. 00a3339 Changed the `goto fail` to a `return PyErr_NoMemory()` by Chris Kerr · 11 years ago
  99. 596dd84 Add NULL check after malloc() in fortranobject.c by Chris Kerr · 11 years ago
  100. eb9db82 TST: skip clongdouble alignment checks on 32 bit arches by Julian Taylor · 11 years ago