Skip to content

Releases: AgnostiqHQ/covalent

v0.179.0

16 Aug 08:11
Compare
Choose a tag to compare
v0.179.0 Pre-release
Pre-release

[0.179.0] - 2022-08-16

Authors

Changed

  • Changed terser package version on webapp yarn-lock file.

v0.178.0

15 Aug 06:56
Compare
Choose a tag to compare
v0.178.0 Pre-release
Pre-release

[0.178.0] - 2022-08-15

Authors

Changed

  • Dispatch workflows as asyncio tasks on the FastAPI event loop instead of in separate threads

Fixed

  • Deconflict wait enum with ct.wait function; wait -> WAIT

Operations

  • Conda package is built and tested on a nightly schedule
  • Conda deployment step is added to release.yml
  • Install yarn and npm on Ubuntu whenever the webapp needs to be built

v0.174.0

11 Aug 05:38
Compare
Choose a tag to compare
v0.174.0 Pre-release
Pre-release

[0.174.0] - 2022-08-11

Authors

Changed

  • Changed return value for TransferFromRemote and TransferToRemote (download/upload) operations to be consistent and always return filepath tuples

Docs

  • Updated docs with File Transfer return value changes and files kwarg injections

Fixed

  • Fixed postprocessing workflows that return an electron with an incoming wait_for edge

v0.173.0

10 Aug 22:04
Compare
Choose a tag to compare
v0.173.0 Pre-release
Pre-release

[0.173.0] - 2022-08-10

Authors

Added

  • --hard and --yes flags added to covalent purge for hard purging (also deletes the databse) and autoapproving respectively.

Changed

  • covalent purge now shows the user a prompt informing them what dirs and files will be deleted.
  • Improved shown messages in some commands.

Tests

  • Updated tests to reflect above changes.

v0.172.0

10 Aug 20:10
Compare
Choose a tag to compare
v0.172.0 Pre-release
Pre-release

[0.172.0] - 2022-08-10

Authors

Changed

  • Covalent dispatcher flask web apis ported to FastAPI in covalent_dispatcher/_service/app.py
  • Unit tests written for Covalent dispatcher flask web apis ported to FastAPI in covalent_dispatcher_tests/_service/app.test.py
  • Web apis of covalent_ui refactored to adhere to v11 DB schema
  • Electron graph mini map has been moved next to controls on the GUI.
  • Lattice status and count of completed & total electrons has been moved to the top of the graph on the GUI.
  • Some of the Flask APIs earlier consumed by the GUI have been deprecated & removed from the code base.
  • APIs exposed by the web app back end have been re-factored to adhere to the new DB schema v10

Added

  • Added count of dispatches by status on the dispatch list section of the GUI.
  • APIs that the GUI consumes have been re-written using FastAPI. This includes re-factoring of older APIs and adding of new APIs.
  • Added COVALENT_SERVER_IFACE_ANY flag for uvicorn to start with 0.0.0.0

Docs

  • ReadTheDocs landing page has been improved

v0.171.0

10 Aug 14:53
Compare
Choose a tag to compare
v0.171.0 Pre-release
Pre-release

[0.171.0] - 2022-08-10

Authors

Added

  • Added covalent migrate_legacy_result_object command to save pickled Result objects to the DataStore

v0.170.1

09 Aug 22:38
Compare
Choose a tag to compare
v0.170.1 Pre-release
Pre-release

[0.170.1] - 2022-08-09

Authors

Fixed

  • Remove attr import added inadvertently

Tests

  • Fix start cli test, update set_config call count

v0.170.0

09 Aug 17:19
27652c2
Compare
Choose a tag to compare
v0.170.0 Pre-release
Pre-release

[0.170.0] - 2022-08-08

Authors

  • Venkat Bala [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Changed

  • Temporarily allow executor plugin variable name to be either in uppercase or lowercase

v0.169.0

09 Aug 15:52
Compare
Choose a tag to compare
v0.169.0 Pre-release
Pre-release

[0.169.0] - 2022-08-08

Authors

  • Venkat Bala [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Added

  • Adding a covalent config convenience CLI to quickly view retrive the covalent configuration

[0.168.0] - 2022-08-08

Authors

  • Venkat Bala [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Added

  • Adding setup/teardown methods as placeholders for any executor specific setup and teardown tasks

v0.168.0

09 Aug 15:58
Compare
Choose a tag to compare
v0.168.0 Pre-release
Pre-release

[0.168.0] - 2022-08-08

Authors

  • Venkat Bala [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Added

  • Adding setup/teardown methods as placeholders for any executor specific setup and teardown tasks