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
See the flytekit 0.24.0 release for the full list of changes. Here are some of the highlights:
We've added the following models to the top-level of the flytekit package. The classes will not move from their original locations, but importing from the top level will always be safer as we promise not to break these.
Instead of from flytekit.models.common import Labels, Annotations, please now do
fromflytekitimportLabels, Annotations
Support for python pickle. Starting in this release, flytekit is going to pickle inputs and outputs for types which it doesn't have a specific transformer for. This brings a lot of more freedom in porting over code to flyte's model, since it won't force users to write a type transformer in order to use existing code. Keep in mind that all the caveats around pickling code apply in this case.
We added a cookiecutter template, simplifying the Getting started docs and also unlocking the path to cookiecutter templates for specific use-cases, e.g. pytorch-enabled samples, etc.
Faster installation in Apple M1 Macs. We're now requiring pyarrow 6.0, which contains prebuilt wheels for the M1.
FlyteConsole
Added new UI for Workflow details including execution bar chart.
Added new bar chart user-selected filter for workflow executions.
Added new launch form controls ("Advanced Options")
Minor bug fixes
System
Performance improvements for executions.
Smaller workflow CRDs,
Better handling of partial failures in large fanout scenarios,
All flyte containers now run as non-root users. Docs (Thanks @frsann)
Stability and bug fixes
Documentation
Plugin Setup Docs (e.g. MPI, Tensorflow, Spark Operators, AWS Batch & Athena, Snowflake and Google BigQuery)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
0.18.1 Release ChangeLog
Closed Issues
UX
FlyteKit
See the flytekit 0.24.0 release for the full list of changes. Here are some of the highlights:
We've added the following models to the top-level of the flytekit package. The classes will not move from their original locations, but importing from the top level will always be safer as we promise not to break these.
Instead of
from flytekit.models.common import Labels, Annotations
, please now doSupport for python pickle. Starting in this release, flytekit is going to pickle inputs and outputs for types which it doesn't have a specific transformer for. This brings a lot of more freedom in porting over code to flyte's model, since it won't force users to write a type transformer in order to use existing code. Keep in mind that all the caveats around pickling code apply in this case.
We added a cookiecutter template, simplifying the Getting started docs and also unlocking the path to cookiecutter templates for specific use-cases, e.g. pytorch-enabled samples, etc.
Faster installation in Apple M1 Macs. We're now requiring pyarrow 6.0, which contains prebuilt wheels for the M1.
FlyteConsole
System
Documentation
This discussion was created from the release Flyte v0.18.1 milestone release.
Beta Was this translation helpful? Give feedback.
All reactions