Skip to content

Releases: AgnostiqHQ/covalent

v0.25.0

18 Feb 16:25
bd628da
Compare
Choose a tag to compare

[0.25.0] - 2022-02-18

Added

  • UI: Lattice draw() method displays in web UI
  • UI: New navigation panel

Changed

  • UI: Animated graph changes, panel opacity

Fixed

  • UI: Fixed "Not Found" pages

v0.24.21

18 Feb 06:44
296b999
Compare
Choose a tag to compare

[0.24.21] - 2022-02-18

Added

  • RST document describing the expectations from a tutorial.

v0.24.20

17 Feb 22:26
57366a9
Compare
Choose a tag to compare

[0.24.20] - 2022-02-17

Added

  • Added how to create custom executors

Changed

  • Changed the description of the hyperlink for choosing executors
  • Fixed typos in doc/source/api/getting_started/how_to/execution/creating_custom_executors.ipynb

v0.24.19

16 Feb 04:56
851d4e4
Compare
Choose a tag to compare

[0.24.19] - 2022-02-16

Added

  • CODEOWNERS for certain files.

v0.24.18

16 Feb 04:02
21a3531
Compare
Choose a tag to compare

[0.24.18] - 2022-02-15

Added

  • The user configuration file can now specify an executor plugin directory.

v0.24.17

15 Feb 05:34
f79b457
Compare
Choose a tag to compare

[0.24.17] - 2022-02-15

Added

  • Added a how-to for making custom executors.

v0.24.16

12 Feb 02:51
9832b3e
Compare
Choose a tag to compare

[0.24.16] - 2022-02-12

Added

  • Errors now contain the traceback as well as the error message in the result object.
  • Added test for _post_process in tests/covalent_dispatcher_tests/_core/execution_test.py.

Changed

  • Post processing logic in electron and dispatcher now relies on the order of execution in the transport graph rather than node's function names to allow for a more reliable pairing of nodes and their outputs.

  • Renamed init_test.py in tests/covalent_dispatcher_tests/_core/ to execution_test.py.

Removed

  • exclude_from_postprocess list which contained some non executable node types removed since only executable nodes are post processed now.

v0.24.15

11 Feb 21:53
292a02e
Compare
Choose a tag to compare

[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

v0.24.13

11 Feb 14:54
ab0a659
Compare
Choose a tag to compare

[0.24.13] - 2022-02-11

Added

  • Tests for covalent/_shared_files/config.py

v0.24.12

10 Feb 22:40
5a3a1c2
Compare
Choose a tag to compare

[0.24.12] - 2022-02-10

Added

  • CodeQL code analyzer