v2.1.0
- 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 callingica.output_results
with theformat
parameter) - Refactored
ica.output_results
tests to be much more robust