Skip to content

v0.24.15

Compare
Choose a tag to compare
@wjcunningham7 wjcunningham7 released this 11 Feb 21:53
· 793 commits to develop since this release
292a02e

[0.24.15] - 2022-02-11

Fixed

  • If a user's configuration file does not have a needed exeutor parameter, the default parameter (defined in _shared_files/defaults.py) is used.
  • Each executor plugin is no longer initialized upon the import of Covalent. This allows required parameters in executor plugins.

Changed

  • Upon updating the configuration data with a user's configuration file, the complete set is written back to file.

Added

  • Tests for the local and base executors.

[0.24.14] - 2022-02-11

Added

  • UI: add dashboard cards
  • UI: add scaling dots background

Changed

  • UI: reduce sidebar font sizes, refine color theme
  • UI: refine scrollbar styling, show on container hover
  • UI: format executor parameters as YAML code
  • UI: update syntax highlighting scheme
  • UI: update index.html description meta tag