๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 7a10bcd Made only/skip f2py options active when using -h option. by Pearu Peterson ยท 20 years ago
  2. 92e59de Fix missing error check. by Travis Oliphant ยท 20 years ago
  3. d2dfaf2 Fix compiler warnings about returning int in void function. by Pearu Peterson ยท 20 years ago
  4. 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson ยท 20 years ago
  5. 6cc9da7 Reorg. code so that numpy.distutils could be used from cwd that contains math.py. by Pearu Peterson ยท 20 years ago
  6. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm ยท 20 years ago
  7. f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm ยท 20 years ago
  8. 7042045 Fix f2py to handle character arrays in common blocks by Travis Oliphant ยท 20 years ago
  9. 7db985e Fixed license statement by Robert Kern ยท 20 years ago
  10. 8913a2b Fixed intent(c) statement bug when only spaces follow. by Pearu Peterson ยท 20 years ago
  11. 9dc43c4 Fixed f2py bug in calculating dims vector when expected rank equals to array rank. by Pearu Peterson ยท 20 years ago
  12. f1421a9 Updated f2py tests to recent numpy CAPI. by Pearu Peterson ยท 20 years ago
  13. 6a355bb Added missing return to f2py generated ext/module init function. by Pearu Peterson ยท 20 years ago
  14. 4b644a7 Remove bad 'fix' for f2py by Travis Oliphant ยท 20 years ago
  15. 2718405 Ignore implied-do list in data statement. by Pearu Peterson ยท 20 years ago
  16. 4c7ad57 Instead of Fatal error in f2py ext.modules let Python handle raising an exception. by Pearu Peterson ยท 20 years ago
  17. f32a4e4 Comment change in fortranobject.c better. by Travis Oliphant ยท 20 years ago
  18. 34b8ce6 Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions. by Travis Oliphant ยท 20 years ago
  19. e45d0eb Change License text to NumPy License (permission granted by Pearu) by Travis Oliphant ยท 20 years ago
  20. 044fa49 Fixed up PyArray_FromAny and friends for API --- recompile extensions... by Travis Oliphant ยท 20 years ago
  21. 0283b6f Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char by Travis Oliphant ยท 20 years ago
  22. aaf9d39 Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages. by Pearu Peterson ยท 20 years ago
  23. 2cdbd57 Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages. by Pearu Peterson ๏ฟฝ๏ฟฝ 20 years ago
  24. cec9a2e Cleaning up __all__ list and numpy namespace. by Pearu Peterson ยท 20 years ago
  25. f115fdf numpy.base -> numpy by Travis Oliphant ยท 20 years ago
  26. 605f8a5 More documentation updates by edschofield ยท 20 years ago
  27. c5b3557 Fixed name issue. by Travis Oliphant ยท 20 years ago
  28. be4d973 Fixed version issue.. by Travis Oliphant ยท 20 years ago
  29. e706c7d Changed all references to scipy to numpy by Travis Oliphant ยท 20 years ago
  30. 8e26545 Moved scipy directory to numpy by Travis Oliphant ยท 20 years ago