Skip to content

Releases: anaconda/anaconda-project

v0.11.1 - implicitly add defaults channel

09 Aug 16:23
6bc61a5
Compare
Choose a tag to compare

This fix brings some level of backwards compatibility with versions <0.11.0. The defaults channel is automatically added to the solve if not present in the anaconda-project.yml file. By adding nodefaults this behavior is disabled.

v0.11.0 - Linux and Mac arm support

26 Jul 14:04
e16ae68
Compare
Choose a tag to compare

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.

bug fix: progress bars

27 Sep 19:26
df5ec33
Compare
Choose a tag to compare

fixed an issue where downloads with out content-length will fail

Progress bars

09 Jul 13:01
212256e
Compare
Choose a tag to compare

Progress bars have been added for

  • file downloads during the prepare step
  • project download and unarchive

Pip, conda-pack, and Docker

14 May 22:51
dc5fae3
Compare
Choose a tag to compare

This version improves support for pip packages with the add-packages, remove-packages, list-packages, and lock commands.

Secondly, two new options for exporting projects.

  • anaconda-project archive --pack-envs <archive> will use conda-pack to include full Conda environments in the archive
  • anaconda-project dockerize will use s2i-anaconda-project to build Docker images from your project

See the documentation for more details on how to use these new features.

Pinning, uploads, prepares...

24 Oct 20:31
Compare
Choose a tag to compare

v0.8.3: Merge pull request #206 from mcg1969/revprep

26 Jun 00:07
Compare
Choose a tag to compare