All Versions
270
Latest Version
Avg Release Cycle
50 days
Latest Release
920 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v4.7.1 Changes
May 30, 2019๐ Improvements
- Base initial solver specs map on explicitly requested specs (new and historic) (#8689)
- ๐ Improve anonymization of automatic error reporting (#8715)
- โ Add option to keep using .tar.bz2 files, in case new .conda isn't working for whatever reason (#8723)
๐ Bug fixes
- ๐ fix parsing hyphenated PyPI specs (change hyphens in versions to .) (#8688)
- ๐ fix PrefixRecord creation when file inputs are .conda files (#8689)
- ๐ fix PrefixRecord creation for pip-installed packages (#8689)
- ๐ fix progress bar stopping at 75% (no extract progress with new libarchive) (#8689)
- preserve pre-4.7 download() interface in conda.exports (#8698)
- ๐ฆ virtual packages (such as cuda) are represented by leading double underscores by convention, to avoid confusion with existing single underscore packages that serve other purposes (#8738)
๐ Deprecations/Breaking Changes
- The
--prune
flag no longer does anything. Pruning is implicitly the standard behavior now as a result of the initial solver specs coming from explicitly requested specs. Conda will remove packages that are not explicitly requested and are not required directly or indirectly by any explicitly installed package.
๐ Docs improvements
- 0๏ธโฃ Document removal of the
free
channel from defaults (#8682) - โ Add reference to conda config --describe (#8712)
- โ Add a tutorial for .condarc modification (#8737)
Contributors
- @alexhall
- @cjmartian
- @kalefranz
- @martinkou
- @msarahan
- @rrigdon
- @soapy1
-
v4.7.0 Changes
May 17, 2019๐ Improvements
- ๐ฆ Implement support for "virtual" CUDA packages, to make conda consider the system-installed CUDA driver and act accordingly (#8267)
- ๐ Support and prefer new .conda file format where available (#8265, #8639)
- ๐ Use comma-separated env names in prompt when stacking envs (#8431)
- ๐ show valid choices in error messages for enums (#8602)
- ๐ฆ freeze already-installed packages when running
conda install
as a first attempt, to speed up the solve in existing envs. Fall back to full solve as necessary (#8260, #8626) - โ add optimization criterion to prefer arch over noarch packages when otherwise equivalent (#8267)
- ๐ Remove
free
channel from defaults collection. Addrestore_free_channel
config parameter if you want to keep it. (#8579) - ๐ Improve unsatisfiable hints (#8638)
- โ Add capability to use custom repodata filename, for smaller subsets of repodata (#8670)
- Parallelize SubdirData readup (#8670)
- Parallelize transacation verification and execution (#8670)
๐ Bug fixes
- ๐ Fix PATH handling with deactivate.d scripts (#8464)
- ๐ Fix usage of deprecated collections ABCs (#)
- ๐ fix tcsh/csh initialization block (#8591)
- ๐ fix missing CWD display in powershell prompt (#8596)
wrap_subprocess_call
: fallback to sh if no bash (#8611)- ๐ move
TemporaryDirectory
to avoid importing fromconda.compat
(#8671) - ๐ fix missing conda-package-handling dependency in dev/start (#8624)
- fix
path_to_url
string index out of range error (#8265) - ๐ fix conda init for xonsh (#8644)
- ๐ fix fish activation (#8645)
- ๐ improve error handling for read-only filesystems (#8665, #8674)
- break out of minimization when bisection has nowhere to go (#8672)
- ๐ Handle None values for link channel name gracefully (#8680)
Contributors
- @chrisburr
- @EternalPhane
- @jjhelmus
- @kalefranz
- @mbargull
- @msarahan
- @rrigdon
- @scopatz
- @seibert
- @soapy1
- @nehaljwani
- @nh3
- @teake
- @yuvalreches
-
v4.6.14 Changes
April 17, 2019๐ Bug fixes
- ๐ export extra function in powershell Conda.psm1 script (fixes anaconda powershell prompt) (#8570)
Contributors
- @msarahan
-
v4.6.13 Changes
April 16, 2019๐ Bug fixes
- disable
test_legacy_repodata
on win-32 (missing dependencies) (#8540) - ๐ Fix activation problems on windows with bash, powershell, and batch. Improve tests. (#8550, #8564)
- โก๏ธ pass -U flag to for pip dependencies in conda env when running "conda env update" (#8542)
- ๐ rename
conda.common.os
toconda.common._os
to avoid shadowing os built-in (#8548) - ๐ป raise exception when pip subprocess fails with conda env (#8562)
- ๐ fix installing recursive requirements.txt files in conda env specs with python 2.7 (#8562)
- Don't modify powershell prompt when "changeps1" setting in condarc is False (#8465)
Contributors
- @dennispg
- @jjhelmus
- @jpgill86
- @mingwandroid
- @msarahan
- @noahp
- disable
-
v4.6.12 Changes
April 10, 2019๐ Bug fixes
- ๐ Fix compat import warning (#8507)
- ๐ Adjust collections import to avoid deprecation warning (#8499)
- ๐ Fix bug in CLI tests (#8468)
- Disallow the number sign in environment names (#8521)
- โช Workaround issues with noarch on certain repositories (#8523)
- ๐ Fix activation on Windows when spaces are in path (#8503)
- ๐ Fix conda init profile modification for powershell (#8531)
- Point conda.bat to condabin (#8517)
- ๐ Fix various bugs in activation (#8520, #8528)
๐ Docs improvements
- ๐ Fix links in README (#8482)
- ๐ Changelogs for 4.6.10 and 4.6.11 (#8502)
Contributors
@Bezier89 @duncanmmacleod @ivigamberdiev @javabrett @jjhelmus @katietz @mingwandroid @msarahan @nehaljwani @rrigdon
-
v4.6.11 Changes
April 04, 2019๐ Bug fixes
- โ Remove sys.prefix from front of PATH in basic_posix (#8491)
- โ add import to fix conda.core.index.get_index (#8495)
๐ Docs improvements
- ๐ Changelogs for 4.6.10
Contributors
- @jjhelmus
- @mingwandroid
- @msarahan
-
v4.6.10 Changes
April 01, 2019๐ Bug fixes
- ๐ Fix python-3 only FileNotFoundError usage in initialize.py (#8470)
- ๐ Fix more JSON encode errors for the _Null data type (#8471)
- ๐ Fix non-posix-compliant == in conda.sh (#8475, #8476)
- ๐ improve detection of pip dependency in environment.yml files to avoid warning message (#8478)
- ๐ fix condabin\conda.bat use of dp0, making PATH additions incorrect (#8480)
- init_fish_user: don't assume config file exists (#8481)
- ๐ Fix for chcp output ending with . (#8484)
๐ Docs improvements
- ๐ Changelogs for 4.6.8, 4.6.9
Contributors
- @duncanmmacleod
- @nehaljwani
- @ilango100
- @jjhelmus
- @mingwandroid
- @msarahan
- @rrigdon
-
v4.6.9 Changes
March 29, 2019๐ Improvements
- ๐ Improve CI for docs commits (#8387, #8401, #8417)
- Implement
conda init --reverse
to undo rc file and registry changes (#8400) - ๐ Improve handling of unicode systems (#8342, #8435)
- ๐ Force the "COMSPEC" environment variable to always point to cmd.exe on windows. This was an implicit assumption that was not always true. (#8457, #8461)
๐ Bug fixes
- โ Add central C:/ProgramData/conda as a search path on Windows (#8272)
- remove direct use of ruamel_yaml (prefer internal abstraction, yaml_load) (#8392)
- ๐ Fix/improve
conda init
support for fish shell (#8437) - ๐ Improve solver behavior in the presence of inconsistent environments (such as pip as a conda dependency of python, but also installed via pip itself) (#8444)
- ๐ Handle read-only filesystems for environments.txt (#8451, #8453)
- ๐ Fix conda env commands involving pip-installed dependencies being installed into incorrect locations (#8435)
๐ Docs improvements
- โก๏ธ updated cheatsheet (#8402)
- โก๏ธ updated color theme (#8403)
Contributors
- @blackgear
- @dhirschfeld
- @jakirkham
- @jjhelmus
- @katietz
- @mingwandroid
- @msarahan
- @nehaljwani
- @rrigdon
- @soapy1
- @spamlrot-tic
-
v4.6.8 Changes
March 06, 2019๐ Bug fixes
- ๐ detect when parser fails to parse arguments (#8328)
- ๐ฆ separate post-link script running from package linking. Do linking of all packages first, then run any post-link scripts after all packages are present. Ideally, more forgiving in presence of cycles. (#8350)
- ๐ quote path to temporary requirements files generated by conda env. Fixes issues with spaces. (#8352)
- ๐ improve some exception handling around checking for presence of folders in extraction of tarballs (#8360)
- ๐ fix reporting of packages when channel name is None (#8379)
- ๐ fix the post-creation helper message from "source activate" to "conda activate" (#8370)
- โ Add safety checks for directory traversal exploits in tarfiles. These may be disabled using the
safety_checks
configuration parameter. (#8374)
๐ Docs improvements
- document MKL DLL hell and new Python env vars to control DLL search behavior (#8315)
- โ add github template for reporting speed issues (#8344)
- โ add in better use of sphinx admonitions (notes, warnings) for better accentuation in docs (#8348)
- ๐ improve skipping CI builds when only docs changes are involved (#8336)
Contributors
- @albertmichaelj
- @jjhelmus
- @matta9001
- @msarahan
- @rrigdon
- @soapy1
- @steffenvan
-
v4.6.7 Changes
February 21, 2019๐ Bug fixes
- skip scanning folders for contents during reversal of transactions. Just ignore folders. A bit messier, but a lot faster. (#8266)
- ๐ fix some logic in renaming trash files to fix permission errors (#8300)
- wrap pip subprocess calls in conda-env more cleanly and uniformly (#8307)
- ๐ revert conda prepending to PATH in cli main file on windows (#8307)
- โ
simplify
conda run
code to use activation subprocess wrapper. Fix a few conda tests to useconda run
. (#8307)
๐ Docs improvements
- ๐ fixed duplicated "to" in managing envs section (#8298)
- ๐ flesh out docs on activation (#8314)
- ๐ correct git syntax for adding a remote in dev docs (#8316)
- ๐ unpin sphinx version in docs requirements (#8317)
Contributors
- @jjhelmus
- @MarckK
- @msarahan
- @rrigdon
- @samgd