All Versions
270
Latest Version
Avg Release Cycle
50 days
Latest Release
258 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v4.0.1 Changes
March 07, 2016- ๐ fixes an install issue caused by md5 checksum mismatches, #2183
- โ remove auxlib build dependency, #2188
-
v4.0.0 Changes
March 04, 2016- ๐ The solver has been retooled significantly. Performance should be improved in most circumstances, and a number of issues involving feature conflicts should be resolved.
- โก๏ธ
conda update <package>
now handles depedencies properly according to the setting of the "update_deps" configuration: --update-deps: conda will also update any dependencies as needed to install the latest verison of the requrested packages. The minimal set of changes required to achieve this is sought. --no-update-deps: conda will update the packages only to the extent that no updates to the dependencies are required The previous behavior, which would update the packages without regard to their dependencies, could result in a broken configuration, and has been removed. - Conda finally has an official logo.
- ๐ Fix
conda clean --packages
on Windows, #1944 - ๐ Conda sub-commands now support dashes in names, #1840
-
v3.19.4 Changes
- improve handling of local dependency information, #2107
- use install.rm_rf for TemporaryDirectory cleanup, #3425
- fix the api->conda substitution, #3456
- error and exit for install of packages that require conda minimum version 4.3, #3726
- show warning message for pre-link scripts, #3727
- fix silent directory removal, #3730
- fix conda/install.py single-file behavior, #3854
-
v3.19.3 Changes
February 19, 2016- fix critical issue, see #2106
-
v3.19.2 Changes
February 19, 2016- add basic activate/deactivate, conda activate/deactivate/ls for fish, see #545
- remove error when CONDA_FORCE_32BIT is set on 32-bit systems, #1985
- suppress help text for --unknown option, #2051
- fix issue with conda create --clone post-link scripts, #2007
- fix a permissions issue on windows, #2083
-
v3.19.1 Changes
February 01, 2016- resolve.py: properly escape periods in version numbers, #1926
- support for pinning Lua by default, #1934
- remove hard-coded test URLs, a module cio_test is now expected when CIO_TEST is set
-
v3.19.0 Changes
December 17, 2015- OpenBSD 5.x support, #1891
- improve install CLI to make Miniconda -f work, #1905
-
v3.18.9 Changes
December 10, 2015- allow chaning default_channels (only applies to "system" condarc), from from CLI, #1886
- improve default for --show-channel-urls in conda list, #1900
-
v3.18.8 Changes
December 03, 2015- always attempt to delete files in rm_rf, #1864
-
v3.18.7 Changes
December 02, 2015- simplify call to menuinst.install()
- add menuinst as dependency on Windows
- add ROOT_PREFIX to post-link (and pre_unlink) environment