Skip to content

2.1.8

Compare
Choose a tag to compare
@jefflester jefflester released this 07 Nov 05:50

Minitrino Release Notes: 2.1.8

Release Overview

CLI Changes and Additions

  • Cleaned up various aspects of the code:
    • Removed parameter checks: this is not a typical design pattern for error
      handling.
    • Cleaned up logging class.
    • Cleaned up various docstrings in components.py.
  • Improved missing library error message.
  • An exception is no longer thrown when minitrino.cfg fails to parse (replaced
    with a warning).
  • Added config command tests to CLI testing library. (#86)

Library Changes and Additions

  • N/A

Other

  • N/A