Skip to content

Releases: Fortran-FOSS-Programmers/ford

FORD v6.1.13

01 Jul 15:18
be8dd6b
Compare
Choose a tag to compare

What's Changed

  • Update README with spack installation and badge by @lizzyd710 in #430
  • Fix hang when creating graphs during writing documentation by @ZedThree in #433
  • Small tidying up of graph modules by @ZedThree in #434

New Contributors

Full Changelog: v6.1.12...v6.1.13

v6.1.12

16 Jun 08:44
fa4151f
Compare
Choose a tag to compare

What's Changed

  • Do not fail on existing MathJax-config directory by @Meax5qiu in #415
  • External projects: Actually return the generated object in dict2obj by @haraldkl in #418
  • Only fall back to unpreprocessed file if preprocessing fails by @ZedThree in #426
  • Fix filtering public entities not lowercasing name by @ZedThree in #425
  • External: Fix extending external types with by @haraldkl in #420
  • Minor refactoring of output.py by @ZedThree in #419

New Contributors

Full Changelog: v6.1.11...v6.1.12

FORD v6.1.11

04 Apr 12:00
5225848
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.10...v6.1.11

FORD v6.1.10

14 Mar 18:14
a99ef45
Compare
Choose a tag to compare

What's Changed

  • Fix for FortranVariable sharing references to lists by @ZedThree in #400

Full Changelog: v6.1.9...v6.1.10

FORD v6.1.9

14 Mar 13:35
08651fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.8...v6.1.9

FORD v6.1.8

01 Feb 18:51
5cc3abc
Compare
Choose a tag to compare

FORD v6.1.7

31 Jan 11:38
4e5abe7
Compare
Choose a tag to compare

FORD v6.1.6

04 Jan 17:15
dee8bb4
Compare
Choose a tag to compare
  • Fix for bound procedure with abstract interface used from other module #372 (ZedThree)
  • Add asterisks to list of mangled symbols #374 (chucklesoclock)

FORD v6.1.5

23 Sep 17:11
75f1881
Compare
Choose a tag to compare
  • Enable aliases in docstrings #363 (ZedThree)
  • Fixed module variable INTRINSIC_MODS being changed implicitly. #362 (byornski)
  • Make sure "Find us on" present if project_gitlab set #359 (d7919)
  • Fixed invalid check for : character in extra_mods. #358 (byornski)

FORD v6.1.4

13 Sep 13:36
8b42153
Compare
Choose a tag to compare

A couple of small fixes for markdown:

  • Fix Markdown headers do not work as expected #286
  • Fix Code blocks don't seem to work within subroutines #287
  • Fix Footnotes in Pages #327