- In file `covalent/executor/base.py`, `pickle` was changed to `cloudpickle` because of its universal pickling ability.
Added
- In docstring of `BaseExecutor`, a note was added specifying that `covalent` with its dependencies is assumed to be installed in the conda environments. - Above note was also added to the conda env selector how-to.
0.15.3
Changed
- Replaced the generic `RuntimeError` telling users to check if there is an object manipulation taking place inside the lattice to a simple warning. This makes the original error more visible.
0.15.2
Added
- If condition added for handling the case where `__getattr__` of an electron is accessed to detect magic functions.
Changed
- `ActiveLatticeManager` now subclasses from `threading.local` to make it thread-safe. - `ValueError` in the lattice manager's `claim` function now also shows the name of the lattice that is currently claimed. - Changed docstring of `ActiveLatticeManager` to note that now it is thread-safe. - Sublattice dispatching now no longer deletes the result object file and is dispatched normally instead of in a serverless manner. - `simulate_nitrogen_and_copper_slab_interaction.ipynb` notebook tutorial now does normal dispatching as well instead of serverless dispatching. Also, now 7 datapoints will be shown instead of 10 earlier.
0.15.1
Fixed
- Passing AWS credentials to reusable workflows as a secret
0.15.0
Added
- Action to push development image to ECR
Changed
- Made the publish action reusable and callable
0.14.1
Changed
- Updated the README - Updated classifiers in the setup.py file - Massaged some RTD pages