Data

Anaconda 5.2 releases!

2 min read

The Anaconda team has announced a new release of Anaconda Distribution 5.2. This new version has brought several new changes in terms of platform changes, user-facing challenges, and backend improvements.

Anaconda is a free open-source distribution of Python which allows fast, easier and powerful way to perform data science and machine learning tasks. It is an efficient platform used for carrying out large-scale data processing, scientific computing and more. With over 6 million users, it includes more than 250 data science packages suitable for all major operating systems such as Windows, Linux, and macOS. Every package version is managed by the package management system conda.

Some of the noteworthy changes available in Anaconda Distribution 5.2 are:

Major highlights

  • More than 100 packages have been updated or added to the new release of Anaconda Distribution 5.2 (Notable Updates includes – Qt v5.9.5, OpenSSL v1.0.2o, NumPy 1.14.3, SciPy v1.1.0, Matplotlib v2.2.2, and Pandas 0.23.0).
  • Now Windows installers control their environment more carefully. Thus even if menu shortcuts fail to get created, it won’t lead to a lot of installation issues.
  • macOS pkg installers developer certificate is now updated to Anaconda, Inc.

User-facing improvements

  • All default channels now point to repo.anaconda.com instead of repo.continuum.io
  • Now you have more dynamic shortcut working directory behavior thus improving Windows multi-user installations
  • To prevent usability issues, Windows installers now disallow the characters (! % ^ =) in the installation path.

Backend improvements

  • Security fixes done for more than 20 packages based on in-depth Common Vulnerabilities and Exposures (CVE) vulnerabilities.
  • Improved behavior of –prune because of history file being updated correctly in the conda-meta directory
  • Windows Installer will now use a trimmed down value for PATH env var, to avoid DLL hell problems with existing software

In addition to these, several new changes have been added to all x86 platforms,  Linux distributions, and windows distributions. For the complete list of new changes, you can refer the release notes.

In case you want to download the new version of Anaconda Distribution 5.2, you can get the file from the official page. Alternatively, you can update the current Anaconda Distribution platform to version 5.2 by using conda update conda followed by conda install anaconda=5.2.

Read next

Sunith Shetty

Data Science fanatic. Cricket fan. Series Binge watcher. You can find me hooked to my PC updating myself constantly if I am not cracking lame jokes with my team.

Share
Published by
Sunith Shetty
Tags: AI News

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago