Skip to content

v2.1.0

Compare
Choose a tag to compare
@caleb531 caleb531 released this 08 Feb 23:14
· 83 commits to main since this release
660728d
  • Fixed a bug where ICA could not infer the format from an *.md file extension when passing a Markdown file as an output path
  • A FormatNotSupportedError has been added, and is now raised if the specified format is unsupported (either on the CLI via -f/--format, or when calling ica.output_results with the format parameter)
  • Refactored ica.output_results tests to be much more robust