Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.30.0
[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
[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
[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
[0.29.1] - 2022-03-07
Changed
- Updated fail-fast strategy to run all tests.
v0.29.0
[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
[0.28.2] - 2022-03-03
Added
- A brief overview of the tutorial structure in the MNIST classification tutorial.
v0.28.1
[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
incovalent/_shared_files/utils.py
. So, it is actually being handled by not being handled since nownamed_args
andnamed_kwargs
will only contain parameters that were passed during the function call and not all of them.
v0.28.0
[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
[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
[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