1. f1c9d44 F2PY G3: fixed compiler warnings. by Pearu Peterson · 19 years ago
  2. ec5a391 F2PY G3: modules can import f90 derived type wrappers from other modules. by Pearu Peterson · 19 years ago
  3. 45f9558 F2PY G3: exposing f90 type information via _API variable for other modules. by Pearu Peterson · 19 years ago
  4. 9361c17 F2PY: Impl. (suboptimal) solution for nested f90 module wrapping. by Pearu Peterson · 19 years ago
  5. a6f8d27 F2PY G3: Impl. F90 module subprogram support and simple tests. by Pearu Peterson · 19 years ago
  6. d6c1b18 F2PY G3: Impl. scalar function support and tests. by Pearu Peterson · 19 years ago
  7. 92a2537 F2PY G3: improved public/private spec handling. Added function wrapping support. by Pearu Peterson · 19 years ago
  8. f558fbb Resolved ticket 285: imporved error messages by Pearu Peterson · 19 years ago
  9. f9b93a7 F2PY G3: refactored Python specific wrapper code from parser. by Pearu Peterson · 19 years ago
  10. b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
  11. cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
  12. fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago
  13. 8d93420 F2PY G3: clean up. by Pearu Peterson · 19 years ago
  14. 90d11ae F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. by Pearu Peterson · 19 years ago
  15. 2c40600 F2PY G3: fixed bugs, started adding features. by Pearu Peterson · 19 years ago
  16. 22f16b3 Bug fix for DATA statement with components containing subexpressions. by Pearu Peterson · 19 years ago
  17. f0bfc44 F2PY G3: added basic support for wrapping Fortran subprograms, scalar input only. by Pearu Peterson · 19 years ago
  18. 97390cc Fixed typos. by Pearu Peterson · 19 years ago
  19. c6aa52d F2PY G3: started subprogram support addition. by Pearu Peterson · 19 years ago
  20. c620acd F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module containing derived type with scalar components. by Pearu Peterson · 19 years ago
  21. 022b06b F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs. by Pearu Peterson · 19 years ago
  22. bd4a480 F2PY G3: fixed bugs, added float and complex scalars support. by Pearu Peterson · 19 years ago
  23. c3c53e6 F2PY G3: Moved Fortran parser related code to subpackage parser. by Pearu Peterson · 19 years ago
  24. 87a1a60 F2PY G3: wrapping nested derived types. by Pearu Peterson · 19 years ago
  25. ab485b5 Fixed typos, started impl. derived type support. by Pearu Peterson · 19 years ago
  26. cf56f94 Added Fortran Standard reference manual. by Pearu Peterson · 19 years ago
  27. 617b46e 4G f2py: first working example. by Pearu Peterson · 19 years ago
  28. 8f65191 Add analyze fortran hooks. by Pearu Peterson · 19 years ago
  29. 6332618 Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product by Travis Oliphant · 19 years ago
  30. 775a47d Add axis arguments to various functions so as not to rely on the defaults. by Travis Oliphant · 19 years ago
  31. 9737794 Remove usage of FatalError and fix linspace to end at stop if endpoint is True by Travis Oliphant · 19 years ago
  32. 10943b6 Replace ScipyTestCase with NumpyTestCase by cookedm · 19 years ago
  33. 21e52f0 Fix f2py and doc by Travis Oliphant · 19 years ago
  34. b6f0858 More f2py changes by Travis Oliphant · 19 years ago
  35. 5694ae7 More fixes to f2py by Travis Oliphant · 19 years ago
  36. d1b4920 Fix f2py to use new names by Travis Oliphant · 19 years ago
  37. 085ea43 Working on Fortran analyzer. by Pearu Peterson · 19 years ago
  38. a8672c2 Working on Fortran analyzer. by Pearu Peterson · 19 years ago
  39. 105354f Added more Fortran parser tests. by Pearu Peterson · 19 years ago
  40. 7d4055d More unit-tests for Fortran parser. by Pearu Peterson · 19 years ago
  41. ec1662f Writting parser unittests, fixed bugs. by Pearu Peterson · 19 years ago
  42. 9068554 Workout a way to access Fortran derived objects from C. by Pearu Peterson · 19 years ago
  43. 8af73d5 Fixed import error. by Pearu Peterson · 19 years ago
  44. ac36767 Removed old files. by Pearu Peterson · 19 years ago
  45. 109772b Finished impl. Fortran 77-2003 parse pattern classes. by Pearu Peterson · 19 years ago
  46. ff660cb Cont. impl. Fortran parser. by Pearu Peterson · 19 years ago
  47. d5a5da5 Cont. impl. Fortran parser. by Pearu Peterson · 19 years ago
  48. 858fdce Impl. Fortran parser cont. by Pearu Peterson · 19 years ago
  49. 7e7b874 Fixed new fortran reader and parser bugs. by Pearu Peterson · 19 years ago
  50. a12cb7b Cont. impl. fortran parser, added do and ifthen blocks. by Pearu Peterson · 19 years ago
  51. fff3c3f Impl. simple fortran parser. by Pearu Peterson · 19 years ago
  52. 95d1996 Add inline f2py directive support to new fortran reader. by Pearu Peterson · 19 years ago
  53. 0c7da8a Impl. new and improved fortran file reader (remembers line numbers, comments, gracefully reports errors and warnings etc.). by Pearu Peterson · 19 years ago
  54. 0af4c99 Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs. by cookedm · 19 years ago
  55. 7a10bcd Made only/skip f2py options active when using -h option. by Pearu Peterson · 19 years ago
  56. 92e59de Fix missing error check. by Travis Oliphant · 19 years ago
  57. d2dfaf2 Fix compiler warnings about returning int in void function. by Pearu Peterson · 19 years ago
  58. 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson · 19 years ago
  59. 6cc9da7 Reorg. code so that numpy.distutils could be used from cwd that contains math.py. by Pearu Peterson · 19 years ago
  60. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 20 years ago
  61. f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm · 20 years ago
  62. 7042045 Fix f2py to handle character arrays in common blocks by Travis Oliphant · 20 years ago
  63. 7db985e Fixed license statement by Robert Kern · 20 years ago
  64. 8913a2b Fixed intent(c) statement bug when only spaces follow. by Pearu Peterson · 20 years ago
  65. 9dc43c4 Fixed f2py bug in calculating dims vector when expected rank equals to array rank. by Pearu Peterson · 20 years ago
  66. f1421a9 Updated f2py tests to recent numpy CAPI. by Pearu Peterson · 20 years ago
  67. 6a355bb Added missing return to f2py generated ext/module init function. by Pearu Peterson · 20 years ago
  68. 4b644a7 Remove bad 'fix' for f2py by Travis Oliphant · 20 years ago
  69. 2718405 Ignore implied-do list in data statement. by Pearu Peterson · 20 years ago
  70. 4c7ad57 Instead of Fatal error in f2py ext.modules let Python handle raising an exception. by Pearu Peterson · 20 years ago
  71. f32a4e4 Comment change in fortranobject.c better. by Travis Oliphant · 20 years ago
  72. 34b8ce6 Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions. by Travis Oliphant · 20 years ago
  73. e45d0eb Change License text to NumPy License (permission granted by Pearu) by Travis Oliphant · 20 years ago
  74. 044fa49 Fixed up PyArray_FromAny and friends for API --- recompile extensions... by Travis Oliphant · 20 years ago
  75. 0283b6f Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char by Travis Oliphant · 20 years ago
  76. aaf9d39 Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages. by Pearu Peterson · 20 years ago
  77. 2cdbd57 Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages. by Pearu Peterson · 20 years ago
  78. cec9a2e Cleaning up __all__ list and numpy namespace. by Pearu Peterson · 20 years ago
  79. f115fdf numpy.base -> numpy by Travis Oliphant · 20 years ago
  80. 605f8a5 More documentation updates by edschofield · 20 years ago
  81. c5b3557 Fixed name issue. by Travis Oliphant · 20 years ago
  82. be4d973 Fixed version issue.. by Travis Oliphant · 20 years ago
  83. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  84. 8e26545 Moved scipy directory to numpy by Travis Oliphant · 20 years ago