- A brief overview of the tutorial structure in the MNIST classification tutorial.
0.28.1
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.
0.28.0
Added
- Lepton support, including for Python modules and C libraries - How-to guides showing how to use leptons for each of these
0.27.6
Added
- Added feature development basic steps in CONTRIBUTING.md. - Added section on locally building RTD (read the docs) in the contributing guide.
0.27.5
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
0.27.4
Fixed
- Path used in `covalent/executor/__init__.py` for executor plugin modules needed updating to `covalent/executor/executor_plugins`
Removed
- Disabled workflow cancellation test due to inconsistent outcomes. Test will be re-enabled after cancellation mechanisms are investigated further.