Improvements
Fixes merging of log lines
This release fixes an issue with merging broken log lines.
Fix issue with using `LD_LIBRARY_PATH` with Conda environments
In a Conda environment, it is sometimes necessary to set `LD_LIBRARY_PATH` to first include the Conda's environment libraries before anything else. Prior to this release, this used to cause issues with the escape hatch.
What's Changed
* fix: GPU scheduling issue by saikonen in https://github.com/Netflix/metaflow/pull/1520
* vend packaging by savingoyal in https://github.com/Netflix/metaflow/pull/1506
* fix: vendor older version of packaging for python 3.5 by saikonen in https://github.com/Netflix/metaflow/pull/1530
* Fix an issue when LD_LIBRARY_PATH is overriden in a Conda environment by romain-intel in https://github.com/Netflix/metaflow/pull/1540
* Fix the merging of borked lines with MFLOG by romain-intel in https://github.com/Netflix/metaflow/pull/1533
* Revert "fix: GPU scheduling issue" by savingoyal in https://github.com/Netflix/metaflow/pull/1542
* Bump version to 2.9.14 by saikonen in https://github.com/Netflix/metaflow/pull/1543
**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.9.13...2.9.14