flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
# TL;DR * Allow passing cluster pool when creating execution `pyflyte run my_wf.py --clusterPool gpu` * Allow specifying cluster pool in flytekit remote. ## Type - [x] Feature ## Are...
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Signed-off-by: Ketan Umare # TL;DR Jupyter notebook can now display FlyteDecks natively FlyteDecks are html objects. In IPython, its own HTML objects are natively display-able. This changes detects that the...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Signed-off-by: Kevin Su # TL;DR https://github.com/flyteorg/flyte/issues/2864 The current default format type is `Parquet,` and it leads to some issues 1. SD transformer will always convert dataframe to parquet instead of...
# TL;DR Structured dataset bq read fails on empty table because `pandas.concat()` fails if the passed array is empty. Fix it to create an empty dataframe with the required schema...