Skip to content

Commit

Permalink
Updated version history.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchlux committed Jun 17, 2023
1 parent 3edf5c2 commit 0edcade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmodpy/about/version_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
| 1.5.6<br>March 2023 | Making some 'os.remove' operations safer by checking <br> for path existence. Refactored 'f_compiler_args' <br> into two more parts, 'optimization_level' and <br> 'shared_object_args', so that the typical '-fPIC <br> -shared' do not need to be included when adding <br> custom compilation arguments. |
| 1.5.6<br>March 2023 | Making some 'os.remove' operations safer by checking <br> for path existence. Refactored 'f_compiler_args' <br> into two more parts, 'optimization_level' and <br> 'shared_object_args', so that the typical '-fPIC <br> -shared' do not need to be included when adding <br> custom compilation arguments. |
| 1.5.7<br>April 2023 | Delayed warning message about LOGICAL arrays until <br> those arguments actually have a python interface <br> generated. This is to prevent parsed-but-unused <br> subroutine arguments from creating noise. |
| 1.6.0<br>June 2023 | Added support for Fortran strings. Updated the <br> generated codes to automatically check for source <br> code modifications when loading and recompile if the <br> source code was modified. |

0 comments on commit 0edcade

Please sign in to comment.