v0.24.0
General
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.
- Annotations, AuthRole, Labels
- WorkflowExecutionPhase
- Literal, LiteralType, Scalar, BlobType, Blob, BlobMetadata
Instead of from flytekit.models.common import Labels, Annotations
, please now do
from flytekit import Labels, Annotations
What's Changed
- Change
dirhash
package tochecksumdir
by @martinlyra in #708 - Force install of the git sha of flytekit for plugins by @wild-endeavor in #721
- [BUG] Flytekit model file organization improvement by @aeioulisa in #706
- Plugin READMEs by @samhita-alla in #723
- Added mpi plugin by @evalsocket in #595
- Add support for python pickle type in flytekit/flyte by @pingsutw in #667
- Create default launch plan when executing WorkflowBase by @pingsutw in #707
- Refactor resource limit in pytorch/tensorflow plugin by @evalsocket in #724
- Update authoring.rst by @Qiwen-Yu in #726
- Add common models to flytekit init by @wild-endeavor in #729
- Add deprecation warning and notice to flyte-cli by @eapolinario in #730
- Revert "[BUG] Flytekit model file organization improvement (#706)" by @wild-endeavor in #735
- Move plugin models to be alongside plugins, remove legacy Sagemaker, Pytorch, notebook, and Tensorflow plugins by @wild-endeavor in #736
- fix flyte remote bugs by @cosmicBboy in #737
- Update Boilerplate by @flyte-bot in #660
- Fix dataclass transformer test by @eapolinario in #739
- remove pyarrow max version requirement by @cosmicBboy in #741
- Cookie cutter initial template by @eapolinario in #738
- Bump pyarrow from 3.0.0 to 6.0.0 (for M1 mac installations; duplicates #740) by @TeoZosa in #743
New Contributors
- @martinlyra made their first contribution in #708
- @aeioulisa made their first contribution in #706
- @Qiwen-Yu made their first contribution in #726
- @TeoZosa made their first contribution in #743
Full Changelog: v0.23.1...v0.24.0