Skip to content

isolate 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 21:34
· 158 commits to main since this release

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Ensure conda environments are moved properly
  • Build environments in their final destination

Features

  • Expose installed binaries under PATH for custom packages
  • Cross Python support for virtualenv and conda
  • Recognize conda Python overwrites and prevent them with a helpful message
  • Implement a Pyenv backend (FEA-505)
  • Improve handling of missing Python versions in virtualenv
  • Install missing Python versions for virtualenv with pyenv

Miscellaneous Tasks

  • Ensure pre-commit is applied

Testing

  • Ensure binaries are there