Lytekit

Latest version: v0.15.14

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

Scan your dependencies

Page 15 of 69

1.6.2

What's Changed
* Add http_proxy to client & Fix deviceflow by ByronHsu in https://github.com/flyteorg/flytekit/pull/1611
* Change variable names to improve readability by ByronHsu in https://github.com/flyteorg/flytekit/pull/1642
* Address resolution by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1567
* pyflyte run supports pickle by pingsutw in https://github.com/flyteorg/flytekit/pull/1646
* Wait for the pod plugin instead of flytekit by eapolinario in https://github.com/flyteorg/flytekit/pull/1647
* Beautify deviceflow prompt by ByronHsu in https://github.com/flyteorg/flytekit/pull/1625
* Improve flytekit register by ByronHsu in https://github.com/flyteorg/flytekit/pull/1643
* Pass verify flag to all authenticators by ByronHsu in https://github.com/flyteorg/flytekit/pull/1641
* Allow annotated FlyteFile as task input argument by AdrianoKF in https://github.com/flyteorg/flytekit/pull/1632
* Use logger instead of print statement in sqlalchemy plugin by wirthual in https://github.com/flyteorg/flytekit/pull/1651
* Map over notebook task by pingsutw in https://github.com/flyteorg/flytekit/pull/1650
* Support single literals in tiny url by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1654
* Skip grpcio 1.55.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1653
* Add support image overriding by pingsutw in https://github.com/flyteorg/flytekit/pull/1652
* Fix ability to pass None to task with Optional kwarg, add test by fg91 in https://github.com/flyteorg/flytekit/pull/1657

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

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

1.6.2b1

What's Changed
* 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


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

1.6.2b0

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

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

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

1.6.1

What's Changed
* Multi arch imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1630
* Add executor_path and applications_path to spark config by pingsutw in https://github.com/flyteorg/flytekit/pull/1634
* Add support for env vars to pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1617
* Fetch task executions in dynamic by pingsutw in https://github.com/flyteorg/flytekit/pull/1636
* Added metrics command to pyflyte by hamersaw in https://github.com/flyteorg/flytekit/pull/1513


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.6.0...v1.6.1

1.6.1b0

What's Changed
* Multi arch imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1630
* Add executor_path and applications_path to spark config by pingsutw in https://github.com/flyteorg/flytekit/pull/1634
* Add support for env vars to pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1617
* Fetch task executions in dynamic by pingsutw in https://github.com/flyteorg/flytekit/pull/1636
* Added metrics command to pyflyte by hamersaw in https://github.com/flyteorg/flytekit/pull/1513


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.6.0...v1.6.1b0

1.6.0

What's Changed
* Unify sqlalchemy Dockerfiles by eapolinario in https://github.com/flyteorg/flytekit/pull/1585
* Add classifier for Python 3.11 by honnix in https://github.com/flyteorg/flytekit/pull/1589
* Pyflyte build imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1555
* Feature/3506: Improve Type Conversion errors, use rich to prettify error messages by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1582
* Add support nested FlyteFile in pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1587
* Set cache_regions=True in the case of s3fs by eapolinario in https://github.com/flyteorg/flytekit/pull/1592
* Set default ComSpec when running on Windows by pingsutw in https://github.com/flyteorg/flytekit/pull/1595
* Feature: add activate-launchplan command to pyflyte by wckdman in https://github.com/flyteorg/flytekit/pull/1588
* Remove extraneous debug statement by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1596
* Add log streaming to papermill plugin by CalvinLeather in https://github.com/flyteorg/flytekit/pull/1129
* Set lower bound for s3fs by pingsutw in https://github.com/flyteorg/flytekit/pull/1598
* Implement horovod task in mpi plugin by ByronHsu in https://github.com/flyteorg/flytekit/pull/1575
* Add ImageRender class for Flyte Decks by peridotml in https://github.com/flyteorg/flytekit/pull/1599
* Bump tensorflow from 2.10.0 to 2.11.1 in /plugins/flytekit-mlflow by dependabot in https://github.com/flyteorg/flytekit/pull/1586
* Handle batchable lists of length 0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1600
* pyflyte run imperative workflow by pingsutw in https://github.com/flyteorg/flytekit/pull/1597
* Backfill should fill in the right input vars by kumare3 in https://github.com/flyteorg/flytekit/pull/1593
* Pyflyte prettified by kumare3 in https://github.com/flyteorg/flytekit/pull/1602
* pyflyte run now supports json/yaml files by kumare3 in https://github.com/flyteorg/flytekit/pull/1606
* Add is_inside func to ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1601
* Measuring the time taken for each component when executing a task by Yicheng-Lu-llll in https://github.com/flyteorg/flytekit/pull/1581
* Skip the image building process if the check for its existence fails by pingsutw in https://github.com/flyteorg/flytekit/pull/1614
* Enable torch elastic training (torchrun) by fg91 in https://github.com/flyteorg/flytekit/pull/1603
* update sphinx youtube plugin by pingsutw in https://github.com/flyteorg/flytekit/pull/1619
* Read polar dataframe without copying to local by pingsutw in https://github.com/flyteorg/flytekit/pull/1618
* Add default spark image by pingsutw in https://github.com/flyteorg/flytekit/pull/1616
* Lazy load modules by pingsutw in https://github.com/flyteorg/flytekit/pull/1590
* Override node name with a name containing underscore by pingsutw in https://github.com/flyteorg/flytekit/pull/1608
* External Plugin Service (grpc) by pingsutw in https://github.com/flyteorg/flytekit/pull/1524
* Include traceback in errors from admin by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1621
* Add support for copying all the files in source root by pingsutw in https://github.com/flyteorg/flytekit/pull/1622
* Fix PipelineModel transformer issue 3648 by peridotml in https://github.com/flyteorg/flytekit/pull/1623
* update GH workflow for external plugin service by pingsutw in https://github.com/flyteorg/flytekit/pull/1624
* [Issue-3617] Enables FlyteFiles, FlyteDirectors, and StructuredDatasets inputs in papermill plugin by peridotml in https://github.com/flyteorg/flytekit/pull/1612
* Add support for using a list as an input for a subworkflow by pingsutw in https://github.com/flyteorg/flytekit/pull/1605
* Improve task decorator type hints with overload by ringohoffman in https://github.com/flyteorg/flytekit/pull/1631
* add annotation option for serialization by elibixby in https://github.com/flyteorg/flytekit/pull/1615
* delete removed data persistence classes from docs by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1633
* Improve workflow decorator type hints with overload by ringohoffman in https://github.com/flyteorg/flytekit/pull/1635

New Contributors
* wckdman made their first contribution in https://github.com/flyteorg/flytekit/pull/1588
* peridotml made their first contribution in https://github.com/flyteorg/flytekit/pull/1599
* ringohoffman made their first contribution in https://github.com/flyteorg/flytekit/pull/1631
* elibixby made their first contribution in https://github.com/flyteorg/flytekit/pull/1615

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.5.0...v1.6.0

Page 15 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.