Skip to content

New API naming conventions, more I/O formatting support, and updated documentation

Choose a tag to compare

@rouson rouson released this 30 Sep 02:58
· 182 commits to main since this release
2eed453

This release

  • Renames (sub)module name suffixes to match the practices of most other recent Sourcery Institute software releases according to the mapping {interface,implementation} -> {m,s} ๐Ÿ˜ถโ€๐ŸŒซ๏ธ
  • Adds a format_m module with the following format strings and a format-string generator function for use in print and write statements: ๐Ÿš’
    • csv: comma-separated values format (replaces csv_format from previous releases), ๐Ÿ”ข
    • cscv: comma-separated complex values format, and ๐Ÿ‘ป
    • separated_values(): format generator function allowing a user-defined separator. ๐Ÿ—‚๏ธ
  • Updates the README.md to
    • Add mention of the new separated-value formats and
    • Add link to GitHub Pages site. ๐Ÿ“„
  • Deploy ford documentation to GitHub Pages via GitHub Actions. ๐Ÿš—