Skip to content

2.2.0 (Aug 4th, 2020)

Compare
Choose a tag to compare
@savingoyal savingoyal released this 05 Aug 05:13
· 990 commits to master since this release
2cd1974

Metaflow 2.2.0 Release Notes

The Metaflow 2.2.0 release is a minor release and introduces Metaflow's support for R lang.

Features

Support for R lang.

This release provides an idiomatic API to access Metaflow in R lang. It piggybacks on the Pythonic implementation as the backend providing most of the functionality previously accessible to the Python community. With this release, R users can structure their code as a metaflow flow. Metaflow will snapshot the code, data, and dependencies automatically in a content-addressed datastore allowing for resuming of workflows, reproducing past results, and inspecting anything about the workflow e.g. in a notebook or RStudio IDE. Additionally, without any changes to their workflows, users can now execute code on AWS Batch and interact with Amazon S3 seamlessly.

PR #263 and PR #214 .