Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-21 | 1.5 kB | |
v3.14.3 source code.tar.gz | 2023-02-21 | 28.2 MB | |
v3.14.3 source code.zip | 2023-02-21 | 28.6 MB | |
Totals: 3 Items | 56.8 MB | 0 |
What's Changed
Bug Fixes
- Update Kubeflow version information by @ptitzler in https://github.com/elyra-ai/elyra/pull/3094
- Fix KFP code generation issues for pipeline parameters by @ptitzler in https://github.com/elyra-ai/elyra/pull/3093
- Skip version check for incompatible version strings in
bootstrapper.py
by @cjackal in https://github.com/elyra-ai/elyra/pull/3106
Other
- Update github workflows to use v3/v4 actions by @akchinSTC in https://github.com/elyra-ai/elyra/pull/3095
- Update function format to conform to black v23 linting by @akchinSTC in https://github.com/elyra-ai/elyra/pull/3097
- Remove Python v3.7 from CI tests by @ptitzler in https://github.com/elyra-ai/elyra/pull/3098
- Remove references to Python 3.7 by @ptitzler in https://github.com/elyra-ai/elyra/pull/3101
- Ensure env stanza is an empty dict if no seed value is given to papermill engine by @kevin-bates in https://github.com/elyra-ai/elyra/pull/3103
- Remove references to Jupyterlab 1.x and 2.x from documentation by @ptitzler in https://github.com/elyra-ai/elyra/pull/3112
- Bump kfp-tekton to 1.6.2 to pick up kfp 1.8.19 by @ptitzler in https://github.com/elyra-ai/elyra/pull/3113
New Contributors
- @cjackal made their first contribution in https://github.com/elyra-ai/elyra/pull/3106
Full Changelog: https://github.com/elyra-ai/elyra/compare/v3.14.2...v3.14.3