Skip to content

Releases: AgnostiqHQ/covalent

v0.30.0

09 Mar 22:45
46da149
Compare
Choose a tag to compare

[0.30.0] - 2022-03-09

Added

  • Skeleton code for writing the different services corresponding to each component in the open source refactor.
  • OpenAPI specifications for each of the services.

v0.29.3

09 Mar 16:33
bb365aa
Compare
Choose a tag to compare

[0.29.3] - 2022-03-09

Fixed

  • Covalent UI is built in the Dockerfile, the setup file, the pypi workflow, the tests workflow, and the conda build script.

v0.29.2

09 Mar 13:07
8b273ab
Compare
Choose a tag to compare

[0.29.2] - 2022-03-09

Added

  • Defaults defined in executor plugins are read and used to update the in-memory config, as well as the user config file. But only if the parameter in question wasn't already defined.

Changed

  • Input parameter names and docstrings in _shared_files.config.update_config were changed for clarity.

v0.29.1

07 Mar 23:54
7940b6e
Compare
Choose a tag to compare

[0.29.1] - 2022-03-07

Changed

  • Updated fail-fast strategy to run all tests.

v0.29.0

07 Mar 21:50
892ef0b
Compare
Choose a tag to compare

[0.29.0] - 2022-03-07

Added

  • DispatchDB for storing dispatched results

Changed

  • UI loads dispatches from DispatchDB instead of browser local storage

[0.28.3] - 2022-03-03

Fixed

Installed executor plugins don't have to be referred to by their full module name. Eg, use "custom_executor", instead of "covalent_custom_plugin.custom_executor".

v0.28.2

03 Mar 21:51
86c7bf7
Compare
Choose a tag to compare

[0.28.2] - 2022-03-03

Added

  • A brief overview of the tutorial structure in the MNIST classification tutorial.

v0.28.1

02 Mar 16:21
e4b3ef8
Compare
Choose a tag to compare

[0.28.1] - 2022-03-02

Added

  • Conda installation is only supported for Linux in the Getting Started guide.
  • MNIST classifier tutorial.

Removed

  • Removed handling of default values of function parameters in get_named_params in covalent/_shared_files/utils.py. So, it is actually being handled by not being handled since now named_args and named_kwargs will only contain parameters that were passed during the function call and not all of them.

v0.28.0

02 Mar 14:51
3f6fb6d
Compare
Choose a tag to compare

[0.28.0] - 2022-03-02

Added

  • Lepton support, including for Python modules and C libraries
  • How-to guides showing how to use leptons for each of these

v0.27.6

01 Mar 17:47
10839ba
Compare
Choose a tag to compare

[0.27.6] - 2022-03-01

Added

  • Added feature development basic steps in CONTRIBUTING.md.
  • Added section on locally building RTD (read the docs) in the contributing guide.

v0.27.5

01 Mar 17:21
7330bf7
Compare
Choose a tag to compare

[0.27.5] - 2022-03-01

Fixed

  • Missing UI input data after backend change - needed to be derived from graph for electrons, lattice inputs fixed on server-side, combining name and positional args
  • Broken UI graph due to variable->edge_name renaming
  • Missing UI executor data after server-side renaming