Skip to content

Releases: rjfarmer/gfort2py

Bug fixs

12 Jan 16:50
Compare
Choose a tag to compare

Fix the build requirements
Make ints and floats behave like ints and floats

Fix functions with many string arguments

20 Jul 15:13
Compare
Choose a tag to compare

Fix functions with many string arguments

Fix arrays

23 Nov 16:05
Compare
Choose a tag to compare

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

27 Jul 16:54
Compare
Choose a tag to compare

Adds ability pass functions (either fortran or python) to a fortran function

Add support for gfortran8

23 Jul 19:29
Compare
Choose a tag to compare

Adds support for gfortran8

Bug fixes

22 Jul 17:03
Compare
Choose a tag to compare

More work on derived types and arrays

Speed up load times

25 Mar 14:18
Compare
Choose a tag to compare

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

27 Nov 16:20
Compare
Choose a tag to compare

Completly fixes the logical array bug, v1.0.9 did not fix this for explicit arrays

Add a version attribute

tag v1.0.10 was broken by changes to release scripts

Bug fix

24 Nov 17:42
Compare
Choose a tag to compare

Fix issue with logical arrays when passed to functions

Fix pip install issue

10 Nov 13:15
Compare
Choose a tag to compare

Pip installs where missing critical files as we didnt ship a MANIFEST.in file

Thanks to Liliana Novais for reporting this