Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.25.0
[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
[0.24.21] - 2022-02-18
Added
- RST document describing the expectations from a tutorial.
v0.24.20
[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
[0.24.19] - 2022-02-16
Added
- CODEOWNERS for certain files.
v0.24.18
[0.24.18] - 2022-02-15
Added
- The user configuration file can now specify an executor plugin directory.
v0.24.17
[0.24.17] - 2022-02-15
Added
- Added a how-to for making custom executors.
v0.24.16
[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
intests/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
intests/covalent_dispatcher_tests/_core/
toexecution_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
[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
[0.24.13] - 2022-02-11
Added
- Tests for covalent/_shared_files/config.py
v0.24.12
[0.24.12] - 2022-02-10
Added
- CodeQL code analyzer