Lytekit

Latest version: v0.15.14

Safety actively analyzes 682532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 69

1.8.0

What's Changed
* Support configuring pip index url with the image spec by yini7777 in https://github.com/flyteorg/flytekit/pull/1692
* Improve error message for pyflyte-fast-execute by pingsutw in https://github.com/flyteorg/flytekit/pull/1686
* Feat: Allow disabling rich tracebacks via env var by fg91 in https://github.com/flyteorg/flytekit/pull/1695
* Fix task type version in pytorch and mpi task plugin by yubofredwang in https://github.com/flyteorg/flytekit/pull/1690
* get_transformer returns pickle transformer if type is unsupported by pingsutw in https://github.com/flyteorg/flytekit/pull/1694
* Add Cuda to ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1688
* Feat: Warn when doing local torch elastic training with nnodes > 1 by fg91 in https://github.com/flyteorg/flytekit/pull/1697
* Fix config of user facing execution parameters in spawning elastic tasks by fg91 in https://github.com/flyteorg/flytekit/pull/1677
* Union | optional return types supported by kumare3 in https://github.com/flyteorg/flytekit/pull/1703
* Fail registration if output isn't Optional when using map tasks with min_success_ratio < 1 by pingsutw in https://github.com/flyteorg/flytekit/pull/1709
* Add bigquery project and location to metadata by pingsutw in https://github.com/flyteorg/flytekit/pull/1702
* Generate decks at local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/1699
* Improve task type hint by pingsutw in https://github.com/flyteorg/flytekit/pull/1711
* Detect upstream nodes from container nested promises by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1707
* Add Iterator Transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/1710
* Always a default image and streamline image handling serialize vs package by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1610
* Remove ensure literal by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1706
* Fix a bug in gx integration by XinEDprob in https://github.com/flyteorg/flytekit/pull/1675
* Update pythonbuild.yml: add hugging face plugin to CI by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1684
* add imagespec cache by RichhLi in https://github.com/flyteorg/flytekit/pull/1717
* Add requirements to imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1698
* Memory reduction change by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1716
* use getattr to access task_def.disable_deck in entrypoint by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1724
* Add a couple tests by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1722
* Csvtransform by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/1671
* add private registry support by RichhLi in https://github.com/flyteorg/flytekit/pull/1705
* update docs around pyflyte run by samhita-alla in https://github.com/flyteorg/flytekit/pull/1728
* fix Image Spec requirements.txt hash by RichhLi in https://github.com/flyteorg/flytekit/pull/1731

New Contributors
* yini7777 made their first contribution in https://github.com/flyteorg/flytekit/pull/1692
* XinEDprob made their first contribution in https://github.com/flyteorg/flytekit/pull/1675
* RichhLi made their first contribution in https://github.com/flyteorg/flytekit/pull/1717

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.8.0

1.7.1

What's Changed
* [v1.7 Patch] Gate grpc to <1.53.1 by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1770


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.7.1

1.7.1b1

What's Changed
* Feat: Warn when doing local torch elastic training with nnodes > 1 by fg91 in https://github.com/flyteorg/flytekit/pull/1697
* Fix config of user facing execution parameters in spawning elastic tasks by fg91 in https://github.com/flyteorg/flytekit/pull/1677
* Union | optional return types supported by kumare3 in https://github.com/flyteorg/flytekit/pull/1703
* Fail registration if output isn't Optional when using map tasks with min_success_ratio < 1 by pingsutw in https://github.com/flyteorg/flytekit/pull/1709
* Add bigquery project and location to metadata by pingsutw in https://github.com/flyteorg/flytekit/pull/1702
* Generate decks at local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/1699
* Improve task type hint by pingsutw in https://github.com/flyteorg/flytekit/pull/1711
* Detect upstream nodes from container nested promises by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1707
* Add Iterator Transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/1710
* Always a default image and streamline image handling serialize vs package by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1610
* Remove ensure literal by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1706


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.1b0...v1.7.1b1

1.7.1b0

What's Changed
* Support configuring pip index url with the image spec by yini7777 in https://github.com/flyteorg/flytekit/pull/1692
* Improve error message for pyflyte-fast-execute by pingsutw in https://github.com/flyteorg/flytekit/pull/1686
* Feat: Allow disabling rich tracebacks via env var by fg91 in https://github.com/flyteorg/flytekit/pull/1695
* Fix task type version in pytorch and mpi task plugin by yubofredwang in https://github.com/flyteorg/flytekit/pull/1690
* get_transformer returns pickle transformer if type is unsupported by pingsutw in https://github.com/flyteorg/flytekit/pull/1694
* Add Cuda to ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1688

New Contributors
* yini7777 made their first contribution in https://github.com/flyteorg/flytekit/pull/1692

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.7.1b0

1.7.0

What's Changed
* FLYTECTL_CONFIG env var should take highest precedence by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1662
* Change flytekit Pytorch, TFJob and MPI plugins to use new kubeflow config by yubofredwang in https://github.com/flyteorg/flytekit/pull/1627
* Root cert should be byte string when loading from caCertFilePath by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1669
* Explicitly set the content type for flyte deck by pingsutw in https://github.com/flyteorg/flytekit/pull/1658
* Set a less strict deadline for hypothesis tests by eapolinario in https://github.com/flyteorg/flytekit/pull/1682
* Dep: Use protos of new `kubeflow.pytorch` plugin instead of legacy `pytorch` plugin by fg91 in https://github.com/flyteorg/flytekit/pull/1678
* More time info for time line deck by Yicheng-Lu-llll in https://github.com/flyteorg/flytekit/pull/1680
* Rename external plugin to agent by pingsutw in https://github.com/flyteorg/flytekit/pull/1666
* feat: Add Auth0/audience support for ClientCredentials flow by PudgyPigeon in https://github.com/flyteorg/flytekit/pull/1639
* pyflyte run remote file by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/1670
* Upload 'deck.html' only when the deck is enabled by Yicheng-Lu-llll in https://github.com/flyteorg/flytekit/pull/1693
* Local agent by pingsutw in https://github.com/flyteorg/flytekit/pull/1687

New Contributors
* yubofredwang made their first contribution in https://github.com/flyteorg/flytekit/pull/1627
* PudgyPigeon made their first contribution in https://github.com/flyteorg/flytekit/pull/1639
* ChungYujoyce made their first contribution in https://github.com/flyteorg/flytekit/pull/1670

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.6.2...v1.7.0

1.6.3

What's Changed
* [v1.6 Patch] Gate grpcio, pyyaml by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1771


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.6.2...v1.6.3

Page 14 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.