Conda Newsletter, Issue #2
Image credit: Yannik Mika on Unsplash
Welcome to the second issue of the conda Community Newsletter! We're excited to bring you the latest updates and insights, packed with valuable information and exciting developments.
In this issue, we've got a diverse range of topics to cover, including Upcoming Events, new tools like conda-store, thought-provoking discussions on conda's free nature, plugin hooks, and intriguing projects like Pandata. Plus, we'll delve into recent releases that promise to enhance your conda experience.
But that's not all! We'll also highlight one job opportunity and share news about recent talks from Travis Hathaway and Bianca Henderson, now available for public consumption.
And if you don't want to miss out on future editions, be sure to Sign-up for the conda Announce Mailing List.
So, without further ado, let's dive into this issue and explore the exciting developments happening in the world of conda.
Happy reading!
Upcoming Events
Conda-forge guide at RSE 2023
Community Member, Dave Clements will be leading a tutorial on publishing open-source software to conda-forge. Conda-forge is a thriving community-managed channel within the conda ecosystem, boasting over 20,000 packages and serving billions of downloads annually. In this hands-on tutorial, you'll grasp the fundamentals of software packaging, understand the conda ecosystem, and explore the process of preparing and publishing your software on conda-forge.
Key Highlights:
- Introduction to software packaging concepts and challenges.
- Diving into the conda ecosystem.
- Step-by-step guide to preparing a sample software package for conda-forge.
- Building your package using conda-build.
- Submission and publication of your package on conda-forge.
- Porting packages from PyPA/pip (Python) or CRAN (R) to conda.
To know more about this tutorial, visit the US-RSE Page.
PackagingCon 2023
- When: October 26-28, 2023
- Where: Berlin (Hybrid, so online is an option too!)
- Early Registration Ends: September 8, 2023
PackagingCon 2023 is your opportunity to connect with software packaging experts, discuss best practices, and tackle common challenges. Whether you're a developer, packager, or part of a packaging community, this conference is a must-attend.
Registration: Early bird rates start at €37.50 for virtual and €150 for in-person. Discounts available for students and early registrants. Early registration ends on September 8!.
For more information, you can also check out Dave Clements' post on PackagingCon.
Recent News
conda-store
Experience enhanced flexibility and reliability with conda-store, a powerful tool that simplifies conda environment management.
What is conda-store?
conda-store seamlessly integrates conda environments, offering flexibility for individual data scientists and administrators alike. It streamlines environment lifecycle management, adhering to best practices.
Key Features:
🔑 Flexibility: Customize environments with a GUI or YAML editor, adapting them to your specific needs.
🔑 Reproducibility: conda-store generates auto-artifacts for sharing and exact version control, ensuring reproducibility.
🔑 Governance: Admin-approved packages, version control, and channel management promote organization-wide consistency.
🔑 Namespace Management: Securely share environments within designated teams for enhanced collaboration.
Get Started:
Explore comprehensive documentation at conda.store for installation, usage, and contributions.
Whether you're a data scientist or an administrator, conda-store revolutionizes conda environments. Make sure to check it out!
Is conda Free?
In Dave Clement's latest blog post, he clarifies the question that's on everyone's mind: "Is conda truly free?" Here's a brief overview:
-
Conda, the package and environment management software, is open source and free for anyone to use.
-
Conda-compatible packages from conda-forge, Bioconda, and other public channels are also free for all users.
-
For packages in the default channel and Anaconda Distribution:
- Organizations with fewer than 200 people can use them for free.
- Larger organizations can still qualify for free use if they meet Anaconda's terms of service exemptions, including developers, students, teachers, academic institutions, non-commercial open source software projects, and small businesses.
For an in-depth look at conda's free offerings and the finer details, dive into Dave Clement's full blog post here.