Metaflow

Latest version: v2.11.15

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

Scan your dependencies

Page 1 of 21

2.11.15

What's Changed
* feature: scrub logs by saikonen in https://github.com/Netflix/metaflow/pull/1802
* Fix issue 1805 by narayanacharya6 in https://github.com/Netflix/metaflow/pull/1807
* bug fix: unused arg for batch step --help by mae5357 in https://github.com/Netflix/metaflow/pull/1817
* bump version to 2.11.15 by saikonen in https://github.com/Netflix/metaflow/pull/1829

New Contributors
* narayanacharya6 made their first contribution in https://github.com/Netflix/metaflow/pull/1807
* mae5357 made their first contribution in https://github.com/Netflix/metaflow/pull/1817

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.14...2.11.15

2.11.14

What's Changed
* Increase Azure Blobstore connection_timeout. by shrinandj in https://github.com/Netflix/metaflow/pull/1827
* bump version to 2.11.14 by shrinandj in https://github.com/Netflix/metaflow/pull/1828


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.13...2.11.14

2.11.13

Features

Configurable default Kubernetes resources
This release introduces configuration options for setting default values for `cpu / memory / disk` when running on Kubernetes. These can be set either with environment variables

METAFLOW_KUBERNETES_CPU=
METAFLOW_KUBERNETES_MEMORY=
METAFLOW_KUBERNETES_DISK=

or in a Metaflow profile
json
{
"KUBERNETES_CPU": "",
"KUBERNETES_MEMORY": "",
"KUBERNETES_DISK": "",
}


These values will be overruled by specifying a value through the `kubernetes` or `resources` decorators.

Improvements

Support for wider foreach flows with Argo Workflows
This release changes the way task ids are generated on Argo Workflows in order to solve an issue where extremely wide foreach splits could not execute correctly due to hard limits on input parameters size on Argo Workflows.

What's Changed
* fix: Deterministic foreach task id's for Argo Workflows by saikonen in https://github.com/Netflix/metaflow/pull/1704
* Make Kubernetes default resources configurable by martinhausio in https://github.com/Netflix/metaflow/pull/1800
* Add METAFLOW_ESCAPE_HATCH_WARNING for s3op by default. by romain-intel in https://github.com/Netflix/metaflow/pull/1825
* bump version to 2.11.13 by saikonen in https://github.com/Netflix/metaflow/pull/1826

New Contributors
* martinhausio made their first contribution in https://github.com/Netflix/metaflow/pull/1800

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.12...2.11.13

2.11.12

What's Changed
* Fix: JSON Reference Path Error in AWS Step Functions Distributed Map by nidhinnru in https://github.com/Netflix/metaflow/pull/1822
* fix import of the new escape hatch flag by wangchy27 in https://github.com/Netflix/metaflow/pull/1823

New Contributors
* nidhinnru made their first contribution in https://github.com/Netflix/metaflow/pull/1822

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.11...2.11.12

2.11.11

What's Changed
* Add support for getting EC2 metadata through IMDSv2. by trhodeos in https://github.com/Netflix/metaflow/pull/1808
* Initialize token for IMDSv1 ec2-metadata by trhodeos in https://github.com/Netflix/metaflow/pull/1809
* allow conda to accept nvidia as a compute target by savingoyal in https://github.com/Netflix/metaflow/pull/1811
* fix: github tests by saikonen in https://github.com/Netflix/metaflow/pull/1813
* fix: R tests by saikonen in https://github.com/Netflix/metaflow/pull/1814
* Add a flag to control escape hatch log by wangchy27 in https://github.com/Netflix/metaflow/pull/1819
* upgrade package versions by wangchy27 in https://github.com/Netflix/metaflow/pull/1821

New Contributors
* trhodeos made their first contribution in https://github.com/Netflix/metaflow/pull/1808

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.10...2.11.11

2.11.10

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.9...2.11.10

Page 1 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.