You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Re-enabled distributed integration testing. Added additional examination to distributed testing.
Fixed
'shell' added to unsupported and new_unsupported lists in script_adapter.py, prevents 'shell' is not supported -- ommitted message.
Makefile target for install-merlin fixed so venv is properly activated to install merlin
Changed
Updated the optimization workflow example with a new python template editor script
CI now splits linting and testing into different tasks for better utilization of
parallel runners, significant and scalable speed gain over previous setup
CI now uses caching to restore environment of dependencies, reducing CI runtime
significantly again beyond the previous improvement. Examines for potential updates to
dependencies so the environment doesn't become stale.
CI now examines that the CHANGELOG is updated on PRs.
Added PyLint pipeline to Github Actions CI (currently no-fail-exit).
Corrected integration test for dependency to only examine release dependencies.