Skip to content

Releases: AgnostiqHQ/covalent

v0.32.3

16 Mar 13:59
38d8e2f
Compare
Choose a tag to compare

[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

16 Mar 03:21
01b82a6
Compare
Choose a tag to compare

[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 to README.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

15 Mar 21:20
4860493
Compare
Choose a tag to compare

[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

11 Mar 21:00
7e4ee5d
Compare
Choose a tag to compare

[0.32.0] - 2022-03-11

Added

  • Dispatcher microservice API endpoint to dispatch and update workflow.
  • Added get runnable task endpoint.

v0.31.0

11 Mar 20:27
792ae18
Compare
Choose a tag to compare

==> ./CHANGELOG.md <==

  • Single line change in ci script so that it doesn't exit after validating the version.
  • Using rules in pytest 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

11 Mar 19:52
b3e8146
Compare
Choose a tag to compare

[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

11 Mar 19:22
1f42d21
Compare
Choose a tag to compare

[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

11 Mar 07:08
75a9181
Compare
Choose a tag to compare

[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

11 Mar 06:02
0751b41
Compare
Choose a tag to compare

[0.30.2] - 2022-03-11

Changed

  • Updated eventlet to 0.31.0

v0.30.1

10 Mar 16:25
164cfd5
Compare
Choose a tag to compare

[0.30.1] - 2022-03-10

Fixed

  • Eliminate unhandled exception in Covalent UI backend when calling fetch_result.