v0.11.0 - Linux and Mac arm support
In this release osx-arm64
and linux-aarch64
are officially supported. Also, anaconda-project respects the CONDA_SUBDIR
env var if you need to switch your platform. For example, to prepare an osx-64
env on an M1 Mac.
An important breaking change is that anaconda-project will only install packages from channels listed in the anaconda-project.yml file and not from channels defined in your .condarc file.
This version drops support for Python 2.7 in the env where anaconda-project is installed. You can still use anaconda-project to make Python 2.7 environments. We just won't be testing anaconda-project in a Python 2.7 Miniconda install.