Skip to content

2.2.5 (Nov 11th, 2020)

Compare
Choose a tag to compare
@savingoyal savingoyal released this 11 Nov 10:43
· 915 commits to master since this release
6977633

Metaflow 2.2.5 Release Notes

The Metaflow 2.2.5 release is a minor patch release.

  • Features

    • Log metaflow_version: and runtime: tag for all executions
  • Bug Fixes

    • Handle inconsistently cased file system issue when creating @conda environments on macOS for linux-64

Features

Log metaflow_version: and runtime: tag for all executions

The tag metaflow_version: and runtime: is now available for all packaged executions and remote executions as well. This ensures that every run logged by Metaflow will have metaflow_version and runtime system tags available. PR: #376, #375

Bug Fixes

Handle inconsistently cased file system issue when creating @conda environments on macOS for linux-64

Conda fails to correctly set up environments for linux-64 packages on macOS at times due to inconsistently cased filesystems. Environment creation is needed to collect the necessary metadata for correctly setting up the conda environment on AWS Batch. This fix simply ignores the error-checks that conda throws while setting up the environments on macOS when the intended destination is AWS Batch. PR: #377