v0.161.1
Pre-release
Pre-release
·
555 commits
to develop
since this release
[0.161.1] - 2022-08-03
Authors
- Alejandro Esquivel [email protected]
- Scott Wyman Neagle [email protected]
- Co-authored-by: Faiyaz Hasan [email protected]
- Poojith U Rao [email protected]
- Co-authored-by: Casey Jao [email protected]
Fixed
- When a list was passed to an electron, the generated electron list
had metadata copied from the electron. This was resulting in
call_before and call_after functions being called by the electron
list as well. The metadata (apart from executor) is now set to
default values for the electron list.
[0.161.0] - 2022-08-03
Authors
- Alejandro Esquivel [email protected]
- Scott Wyman Neagle [email protected]
- Co-authored-by: Faiyaz Hasan [email protected]
Changed
- Replaced
Session(DispatchDB()._get_data_store().engine)
withworkflow_db.session()
Removed
DevDataStore
class fromdatastore.py
- workflows manager
[0.160.1] - 2022-08-02
Authors
- Alejandro Esquivel [email protected]
- Scott Wyman Neagle [email protected]
Fixed
script_location
key not found issue when installing with pip (second attempt)
Docs
- Remove migration guide reference from README
Operations
- Explicitly check
release == true
in tests.yml