flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
Signed-off-by: Ryan Nazareth # TL;DR Adds a typetransformer to support `keras.Model` and `keras.Sequential` as native types ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin...
# TL;DR This PR adds support for: 1. TypeTransformer for Tensorflow Model type **Note:** I was not able to run the `pip-compile` commands to generate the new `requirements` files, it...
Vaex has great performance on a single machine, which is usually needed for most datasets. This PR adds support for Vaex as a pandas alternative for StructuredDataset object type. We...
# TL;DR Do not use TypeVar to denote the extension of a Flytefile. Pylint was breaking in a couple of places. This fixes it. ## Type - [x] Bug Fix...
# TL;DR This flyte feature adds support for users to read and write from `.tfrecord` file formats using Tensorflow Example as a native type. ## Type - [ ] Bug...
will make it so at least there is more information to help debug - goes with changeset in the flyeadmin pr with same issue number: https://github.com/flyteorg/flyteadmin/pull/487 # TL;DR Makes it...
# TL;DR this PR improves the code behind pyflyte register accomplishing, - faster performance - better visualization - simplified logic with a clean flow - all programmatic APIs, to invoke...
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...
# TL;DR - [Design docs](https://docs.google.com/document/d/1wvCvM6pLQ17Zr0DcpS9es2vOFQsNeOaNN99ufGw8O1U/edit#heading=h.w5wnz0kbiild) - Add description entity model - Add a new attribute `docs` to the task / workflow - Add a new attribute `docs` to the taskSpec...
# TL;DR Fixes: https://github.com/flyteorg/flyte/issues/2753 Added support for numpy scaler types in the `type_engine.py` file ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are...