January 2026 Releases
ยท 4 min read

The January 2026 releases included updates to conda, conda-build, and conda-pack! ๐ All of these have been released to both defaults and conda-forge channels.
Changes in conda 26.1.0โ
To update conda to the latest version, run:
conda install --name base conda=26.1.0
Notable Changes:
- Added support for Python 3.14.
- Added new
--sizeflag toconda info --envs,conda env list, andconda listcommands to display disk usage for environments and packages. - Added
--fixflag toconda doctorwith health check fix capabilities. - Added
-sas a shorthand alias forconda run --no-capture-outputand-Oas an alias for--override-channels. - Speed improvements: faster context initialization through caching condarc file reads, deferred
PrefixDatarecord instantiation, and fasterconda runvia inline environment activation. - Added
conda_package_extractorsplugin hook to allow plugins to register custom package archive extractors. - Added
conda.cli.condarc.ConfigurationFileclass for programmatic configuration file manipulation. conda runnow properly deactivates the environment on exiting the command.- Improved error messages for HTTP 403 responses and various platform-specific issues.
- Fixed parallel conda command failures on Windows by using GUIDs for unique temp filenames.
- Fixed
conda clean --tarballsto also clean up.partialdownload files.
Check out the full changelog for more: 26.1.0
Changes in conda-build 26.1.0โ
To update conda-build to the latest version, run:
conda install --name base conda-build=26.1.0
Notable Changes:
- Added support for CEP 28 (customizable system DLL linkage checks for Windows).
- Enabled
echo onfor Windows build scripts for better debugging visibility. - Added riscv64 architecture support to the
cdt()Jinja function. - Fixed rpath handling on macOS to delete rpath before adding to avoid space errors.
- Fixed handling of unknown dynamic tags in liefldd.
- Fixed handling of empty source archives (now ignores and continues instead of failing).
- Bumped minimum
condaversion to 25.11.0 andconda-libmamba-solverto 25.11.0.
Check out the full changelog for more: 26.1.0
Changes in conda-pack 0.9.0/0.9.1โ
To update conda-pack to the latest version, run:
conda install conda-pack=0.9.1
Notable Changes:
- Replaced deprecated
pkg_resourceswithimportlib.resourcesfor better compatibility with modern Python. - Added optional progress bar to
conda-unpackfor better user feedback. - Fixed issue with extended path format on Windows.
- Fixed executables for all users.
- Updated Python supported versions.
Check out the full changelog for more: 0.9.0/0.9.1
We โค๏ธ Our Communityโ
Altogether, we had 8 new contributors this release cycle; thank you to all of our open source community members for helping make these improvements possible.
- @degerahmet made their first contribution in conda#14698
- @Bhanuu01 made their first contribution in conda#15554
- @barabo made their first contribution in conda#15418
- @gayanMatch made their first contribution in conda#15596
- @giacomo-ciro made their first contribution in conda#15428
- @matthewfeickert made their first contribution in conda#15622
- @pirzada-ahmadfaraz made their first contribution in conda#15602
- @vshevchenko-anaconda made their first contribution in conda#15376
