New API naming conventions, more I/O formatting support, and updated documentation
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_mmodulewith the followingformatstrings and aformat-string generator function for use inprintandwritestatements: ๐csv: comma-separated values format (replacescsv_formatfrom 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
forddocumentation to GitHub Pages via GitHub Actions. ๐