Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.110.1
[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
[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
[0.109.1] - 2022-06-10
Fixed
covalent --version
now works for PyPI releases
v0.109.0
[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
[0.108.0] - 2022-06-08
Added
- WCI yaml file
Docs
- Add pandoc installation updates to contributing guide
v0.107.0
[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
[0.106.2] - 2022-06-06
Fixed
- Specifying the version for package
furo
to2022.4.7
to prevent breaking doc builds
Docs
- Added new tutorial: Using Covalent with PennyLane for hybrid computation.
v0.106.1
[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
toct.lattice(executor=dask_executor)
in MNIST classifier tutorial
v0.106.0
[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
[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