Releases: rjfarmer/gfort2py
Releases · rjfarmer/gfort2py
Bug fixs
Fix functions with many string arguments
Fix functions with many string arguments
Fix arrays
Integer and real (not double) pointer arrays now work better
Arrays with dimension(n) should also work
Starts work on function pointers
Add function passing
Adds ability pass functions (either fortran or python) to a fortran function
Add support for gfortran8
Adds support for gfortran8
Bug fixes
Speed up load times
We now defer initializing most objects till they are needed, which should help start up times with large modules.
Parsemod now uses dicts instead of lists thus its file version number has been bumped from 1 -> 2
Arrays in dt's are know mostly viewable without crashing, though setting them can still be an issue
Bug fix
Bug fix
Fix pip install issue
Pip installs where missing critical files as we didnt ship a MANIFEST.in file
Thanks to Liliana Novais for reporting this