Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.32.3
[0.32.3] - 2022-03-16
Fixed
- Fix missing UI graph edges between parameters and electrons in certain cases.
- Fix UI crashes in cases where legacy localStorage state was being loaded.
v0.32.2
[0.32.2] - 2022-03-16
Added
- Images for graphs generated in tutorials and how-tos.
- Note for quantum gravity tutorial to tell users that
tensorflow
doesn't work on M1 Macs. Known Issues
added toREADME.md
Fixed
draw
function usage in tutorials and how-tos now reflects the UI images generated instead of using graphviz.- Images now render properly in RTD of how-tos.
Changed
- Reran all the tutorials that could run, generating the outputs again.
v0.32.1
[0.32.1] - 2022-03-15
Fixed
- CLI now starts server directly in the subprocess instead of as a daemon
- Logs are provided as pipes to Popen instead of using a shell redirect
- Restart behavior fixed
- Default port in
covalent_ui/app.py
uses the config manager
Removed
_graceful_restart
function no longer needed without gunicorn
v0.32.0
[0.32.0] - 2022-03-11
Added
- Dispatcher microservice API endpoint to dispatch and update workflow.
- Added get runnable task endpoint.
v0.31.0
==> ./CHANGELOG.md <==
- Single line change in ci script so that it doesn't exit after validating the version.
- Using
rules
inpytest
so that the behavior in test stage is consistent.
[0.0.1] - 2021-11-15
Added
- CHANGELOG.md to track changes (this file).
- Semantic versioning in VERSION.
v0.30.5
[0.30.5] - 2022-03-11
Updated
- Updated Workflow endpoints & API spec to support upload & download of result objects as pickle files
v0.30.4
[0.30.4] - 2022-03-11
Fixed
- When executing a task on an alternate Conda environment, Covalent no longer has to be installed on that environment. Previously, a Covalent object (the execution function as a TransportableObject) was passed to the environment. Now it is deserialized to a "normal" Python function, which is passed to the alternate Conda environment.
v0.30.3
[0.30.3] - 2022-03-11
Fixed
-
Fixed the order of output storage in
post_process
which should have been the order in which the electron functions are called instead of being the order in which they are executed. This fixes the order in which the replacement of function calls with their output happens, which further fixes any discrepencies in the results obtained by the user. -
Fixed the
post_process
test to check the order as well.
v0.30.2
[0.30.2] - 2022-03-11
Changed
- Updated eventlet to 0.31.0
v0.30.1
[0.30.1] - 2022-03-10
Fixed
- Eliminate unhandled exception in Covalent UI backend when calling fetch_result.