Skip to content

Releases: AgnostiqHQ/covalent

v0.110.1

10 Jun 19:26
Compare
Choose a tag to compare
v0.110.1 Pre-release
Pre-release

[0.110.1] - 2022-06-10

Fixed

  • Configure dask to not use daemonic processes when creating a cluster

Operations

  • Sync the VERSION file within covalent directory to match the root level VERSION
  • Manually patch covalent/VERSION

v0.110.0

10 Jun 12:20
Compare
Choose a tag to compare
v0.110.0 Pre-release
Pre-release

[0.110.0] - 2022-06-10

Changed

  • Web GUI list size and status label colors changed.
  • Web GUI graph running icon changed to non-static icon.

Docs

  • Removed references to the Dask executor in RTD as they are no longer needed.

v0.109.1

10 Jun 03:26
Compare
Choose a tag to compare
v0.109.1 Pre-release
Pre-release

[0.109.1] - 2022-06-10

Fixed

  • covalent --version now works for PyPI releases

v0.109.0

10 Jun 02:00
Compare
Choose a tag to compare
v0.109.0 Pre-release
Pre-release

[0.109.0] - 2022-06-10

Docs

  • Update CLI help statements

Added

  • Add CLI functionality to start covalent with/without Dask
  • Add CLI support to parse covalent_ui.log file

Operations

  • Updating codeowners to establish engineering & psiog ownership

Docs

  • Added new tutorial: Training quantum embedding kernels for classification.

v0.108.0

08 Jun 20:26
Compare
Choose a tag to compare
v0.108.0 Pre-release
Pre-release

[0.108.0] - 2022-06-08

Added

  • WCI yaml file

Docs

  • Add pandoc installation updates to contributing guide

v0.107.0

07 Jun 19:56
Compare
Choose a tag to compare
v0.107.0 Pre-release
Pre-release

[0.107.0] - 2022-06-07

Changed

  • Skipping stdout/stderr redirection tests until implemented in Dask parent process

Added

  • Simplifed starting the dask cluster using multiprocessing
  • Added bokeh==2.4.3 to requirements.txt to enable view Dask dashboard

Fixed

  • Changelog-reminder action now works for PRs from forks.

v0.106.2

06 Jun 22:44
Compare
Choose a tag to compare
v0.106.2 Pre-release
Pre-release

[0.106.2] - 2022-06-06

Fixed

  • Specifying the version for package furo to 2022.4.7 to prevent breaking doc builds

Docs

  • Added new tutorial: Using Covalent with PennyLane for hybrid computation.

v0.106.1

03 Jun 19:59
aa90e76
Compare
Choose a tag to compare
v0.106.1 Pre-release
Pre-release

[0.106.1] - 2022-06-01

Fixed

  • Changelog-reminder action now works for PRs from forks

Docs

  • Removed references to microservices in RTD
  • Updated README.md.
  • Changed ct.electron to ct.lattice(executor=dask_executor) in MNIST classifier tutorial

v0.106.0

26 May 17:10
Compare
Choose a tag to compare

[0.106.0] - 2022-05-26

Changed

  • Visual theme for Webapp GUI changed in accordance to new theme
  • Fonts, colors, icons have been updated

v0.105.0

25 May 17:36
Compare
Choose a tag to compare
v0.105.0 Pre-release
Pre-release

[0.105.0] - 2022-05-25

Added

  • Add a pre-commit hook for detect-secrets.
  • Updated the actions in accordance with the migration done in the previous version.

[0.104.0] - 2022-05-23

Changed

  • Services have been moved to a different codebase. This repo is now hosting the Covalent SDK, local dispatcher backend, Covalent web GUI, and documentation. Version is bumped to 0.104.0 in order to avoid conflicts.
  • Update tests to match the current dispatcher api
  • Skip testing dask executor until dask executor plugin is made public
  • Using 2 thread pools to manage multiple workflows better and the other one for executing electrons in parallel.

Fixed

  • Add psutil and PyYAML to requirements.txt
  • Passing the same Electron to multiple inputs of an Electron now works. UI fix pending.
  • Dask from requirements.txt.

Removed

  • Asyncio usage for electron level concurrency.
  • References to dask

Added

  • Functional test added for dask executor with the cluster running locally.
  • Scalability tests for different workflows and workflow sizes under tests/stress_tests/scripts
  • Add sample performance testing workflows under tests/stress_tests
  • Add pipelines to continuously run the tutorial notebooks
  • Create notebook with tasks from RTD