Releases: Fortran-FOSS-Programmers/ford
Releases · Fortran-FOSS-Programmers/ford
v6.2.5
What's Changed
- add typebound procedures to call graph, and show the bound type on procedures' page by @JosephWood2001 in #509
- Fix
bind
names for subroutines, and pull out common base class for procedures by @ZedThree in #510 - Some minor refactoring by @ZedThree in #511
- Make double-colon in bound procedure declaration optional by @ZedThree in #512
Full Changelog: v6.2.4...v6.2.5
v6.2.4
v6.2.3
What's Changed
- Fix for max_frontpage_items by @RMShur in #496
- Fixed broken link to Meta-Data reference by @blaylockbk in #498
- Add
show_proc_parent
option for graphs by @JosephWood2001 in #497
New Contributors
- @RMShur made their first contribution in #496
- @blaylockbk made their first contribution in #498
- @JosephWood2001 made their first contribution in #497
Full Changelog: v6.2.2...v6.2.3
v6.2.2
v6.2.1
What's Changed
- doc: add total PyPI download badge by @scivision in #486
- Fix some regressions in graphs by @ZedThree in #488
- Fix parsing character declarations when
len=
is not present by @ZedThree in #489 - Add regression test against collection of repos by @ZedThree in #490
New Contributors
- @scivision made their first contribution in #486
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
- Drop support for Python 3.7 by @ZedThree in #453
- Fix command line option docs by @ZedThree in #465
- Fix tests for Python 3.11 by @ZedThree in #467
- Fix setuptools deprecation warnings by @band-a-prend in #474
- Handle procedure pointers and dummy procedures in interface blocks by @ZedThree in #479
- Fix
block data
output class by @ZedThree in #480 - Graphs refactor by @ZedThree in #484
- Convert setup.cfg to pyproject.toml by @ZedThree in #485
New Contributors
- @band-a-prend made their first contribution in #474
Full Changelog: v6.1.17...v6.2.0
FORD v6.1.17
What's Changed
- Refactor jinja macros by @ZedThree in #452
- Add Sphinx docs and Readthedocs website by @ZedThree in #454
- Fix doc summaries for types; other minor bugs by @ZedThree in #457
- Docs: rst fixes for LaTeX syntax by @Meax5qiu in #460
- Fix
src_dir
command line option by @ZedThree in #459 - Revert adding default values to CLI interface by @ZedThree in #462
- Some fixes for module procedures by @ZedThree in #463
Full Changelog: v6.1.16...v6.1.17
FORD v6.1.16
What's Changed
- read project file with utf8 encoding by @St-Maxwell in #448
- Fix type-bound procedure docs not showing full docstring by @ZedThree in #451
New Contributors
- @St-Maxwell made their first contribution in #448
Full Changelog: v6.1.15...v6.1.16
FORD v6.1.15
FORD v6.1.14
What's Changed
- Added
-g
/--graph
argument to command parser. by @lizzyd710 in #435 - Pin dependencies; bump required
markdown-include
version by @ZedThree in #438 - Fix quoted URLs in
extra_mods
input not being removed by @ZedThree in #439 - Better error messages when parsing by @ZedThree in #441
- Tidy
fortran_project.correlate
and fix some minor bugs by @ZedThree in #442
Full Changelog: v6.1.13...v6.1.14