Conda 4.6 Release

The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the major ones. Activation script initialization Conda 4.4 introduced new scripts that make activation behavior uniform across operating systems. Where you […]

Anaconda Enterprise 5.3 Release

The Anaconda Product Team has released Anaconda Enterprise 5.3, an upgrade focused on platform stability and reliability to support our customers’ …

How We Made Conda Faster in 4.7

We’ve witnessed a lot of community grumbling about Conda’s speed, and we’ve experienced it ourselves. Thanks to a contract from NASA via the SBIR program, we’ve been able to dedicate a lot of time recently to optimizing Conda. We’d like to take this opportunity to discuss what we did, and what we think is left […]

Anaconda 2019.03 Release

Windows is the most popular operating system in the world and consistently has 75% or more of the worldwide desktop market. According to the JetBrains Python Developers Survey, 49% of Python developers use Windows as their desktop operating system. Previous Windows releases of Anaconda Distribution included a command shell specifically for running conda and Python […]

3 Ways to Upskill in Python with DataCamp and Anaconda

DataCamp is proud to partner with Anaconda to offer eight courses on Conda and Python—in addition to the more than 70 total Python courses in DataCamp’s ever-expanding data science and analytics curriculum. Not sure where to start? Check out a few essential highlights below. Master Conda Essentials Learn how to manage packages and working environments […]

Understanding and Improving Conda’s performance

Lately, we have been responding to issues about Conda’s speed. We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem. TL;DR: make it faster Are you: Using conda-forge? Use conda-metachannel to reduce conda’s problem size Using bioconda? Use conda-metachannel to reduce conda’s problem size See https://github.com/bioconda/bioconda-recipes/issues/13774 for more info […]