Skip to content

2.5.3: Merge pull request #514 from HSF/dev

Choose a tag to compare

@wguanicedew wguanicedew released this 02 Mar 12:23
· 74 commits to master since this release
5b559c8

(1) pass task type and processing type from users, instead of default ones
(2) migrate building from setup.py to pyproject
(3) fix issues caused by relpath (it adds a lot of '..' to create relative path, which caused problems at remote execution side)
(4) optimize run_workflow_wrapper (iworkflow) to support user defined initial environments and post scripts
(5) fix panda env which are required by the new panda client versions (with new APIs)
(6) fix github build workflow