Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: digitalmary/conda

Tags

4.6.14

Toggle 4.6.14's commit message
* export extra function in powershell Conda.psm1 script (fixes anacon…

…da powershell prompt) (conda#8570)

* @msarahan

4.6.13

Toggle 4.6.13's commit message
* disable ``test_legacy_repodata`` on win-32 (missing dependencies) (c…

…onda#8540)

* Fix activation problems on windows with bash, powershell, and batch.  Improve tests. (conda#8550, conda#8564)
* pass -U flag to for pip dependencies in conda env when running "conda env update"  (conda#8542)
* rename ``conda.common.os`` to ``conda.common._os`` to avoid shadowing os built-in  (conda#8548)
* raise exception when pip subprocess fails with conda env  (conda#8562)
* fix installing recursive requirements.txt files in conda env specs with python 2.7  (conda#8562)
* Don't modify powershell prompt when "changeps1" setting in condarc is False  (conda#8465)

* @dennispg
* @jjhelmus
* @jpgill86
* @mingwandroid
* @msarahan
* @noahp

4.6.12

Toggle 4.6.12's commit message

Verified

This tag was signed with the committer’s verified signature.
jjhelmus Jonathan J. Helmus
4.6.12 (2019-04-10)

Bug fixes
* Fix compat import warning (conda#8507)
* Adjust collections import to avoid deprecation warning (conda#8499)
* Fix bug in CLI tests (conda#8468)
* Disallow the number sign in environment names (conda#8521)
* Workaround issues with noarch on certain repositories (conda#8523)
* Fix activation on Windows when spaces are in path (conda#8503)
* Fix conda init profile modification for powershell (conda#8531)
* Point conda.bat to condabin (conda#8517)
* Fix various bugs in activation (conda#8520, conda#8528)

Docs improvements
* Fix links in README (conda#8482)
* Changelogs for 4.6.10 and 4.6.11 (conda#8502)

Contributors
@Bezier89
@duncanmmacleod
@ivigamberdiev
@javabrett
@jjhelmus
@katietz
@mingwandroid
@msarahan
@nehaljwani
@rrigdon

4.6.11

Toggle 4.6.11's commit message

Verified

This tag was signed with the committer’s verified signature.
jjhelmus Jonathan J. Helmus
2019-04-04 4.6.11

4.6.10

Toggle 4.6.10's commit message
* Fix python-3 only FileNotFoundError usage in initialize.py (conda#8470

)

* Fix more JSON encode errors for the _Null data type (conda#8471)
* Fix non-posix-compliant == in conda.sh (conda#8475, conda#8476)
* improve detection of pip dependency in environment.yml files to avoid warning message (conda#8478)
* fix condabin\conda.bat use of dp0, making PATH additions incorrect (conda#8480)
* init_fish_user: don't assume config file exists  (conda#8481)
* Fix for chcp output ending with . (conda#8484)

* Changelogs for 4.6.8, 4.6.9

* @duncanmmacleod
* @nehaljwani
* @ilango100
* @jjhelmus
* @mingwandroid
* @msarahan
* @rrigdon

4.6.9

Toggle 4.6.9's commit message
* Improve CI for docs commits (conda#8387, conda#8401, conda#8417)

* Implement `conda init --reverse` to undo rc file and registry changes (conda#8400)
* Improve handling of unicode systems  (conda#8342, conda#8435)
* Force the "COMSPEC"  environment variable to always point to cmd.exe on windows.  This was an implicit assumption that was not always true.  (conda#8457, conda#8461)

* Add central C:/ProgramData/conda as a search path on Windows  (conda#8272)
* remove direct use of ruamel_yaml (prefer internal abstraction, yaml_load)  (conda#8392)
* Fix/improve `conda init` support for fish shell (conda#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) (conda#8444)
* Handle read-only filesystems for environments.txt (conda#8451, conda#8453)
* Fix conda env commands involving pip-installed dependencies being installed into incorrect locations  (conda#8435)

* updated cheatsheet  (conda#8402)
* updated color theme  (conda#8403)

* @blackgear
* @dhirschfeld
* @jakirkham
* @jjhelmus
* @katietz
* @mingwandroid
* @msarahan
* @nehaljwani
* @rrigdon
* @soapy1
* @spamlrot-tic

4.6.8

Toggle 4.6.8's commit message
* detect when parser fails to parse arguments (conda#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.  (conda#8350)
* quote path to temporary requirements files generated by conda env.  Fixes issues with spaces.  (conda#8352)
* improve some exception handling around checking for presence of folders in extraction of tarballs  (conda#8360)
* fix reporting of packages when channel name is None  (conda#8379)
* fix the post-creation helper message from "source activate" to "conda activate"  (conda#8370)
* Add safety checks for directory traversal exploits in tarfiles.  These may be disabled using the ``safety_checks``
  configuration parameter.  (conda#8374)

* document MKL DLL hell and new Python env vars to control DLL search behavior  (conda#8315)
* add github template for reporting speed issues  (conda#8344)
* add in better use of sphinx admonitions (notes, warnings) for better accentuation in docs  (conda#8348)
* improve skipping CI builds when only docs changes are involved  (conda#8336)

* @albertmichaelj
* @jjhelmus
* @matta9001
* @msarahan
* @rrigdon
* @soapy1
* @steffenvan

4.6.7

Toggle 4.6.7's commit message
* skip scanning folders for contents during reversal of transactions.…

… Just ignore folders. A bit messier, but a lot faster. (conda#8266)

* fix some logic in renaming trash files to fix permission errors  (conda#8300)
* wrap pip subprocess calls in conda-env more cleanly and uniformly  (conda#8307)
* revert conda prepending to PATH in cli main file on windows  (conda#8307)
* simplify ``conda run`` code to use activation subprocess wrapper.  Fix a few conda tests to use ``conda run``.  (conda#8307)

* fixed duplicated "to" in managing envs section (conda#8298)
* flesh out docs on activation  (conda#8314)
* correct git syntax for adding a remote in dev docs  (conda#8316)
* unpin sphinx version in docs requirements  (conda#8317)

* @jjhelmus
* @MarckK
* @msarahan
* @rrigdon
* @samgd

4.6.6

Toggle 4.6.6's commit message
* fix incorrect syntax prepending to PATH for conda CLI functionality (

…conda#8295)

* fix rename_tmp.bat operating on folders, leading to hung interactive dialogs.  Operate only on files.  (conda#8295)

* @mingwandroid
* @msarahan

4.6.5

Toggle 4.6.5's commit message
* Make super in resolve.py python 2 friendly (conda#8280)

* support unicode paths better in activation scripts on Windows (#)
* set PATH for conda.bat to include Conda's root prefix, so that libraries can be found when using conda when the root env is not activated  (conda#8287, conda#8292)
* clean up warnings/errors about rsync and trash files  (conda#8290)

* @jjhelmus
* @mingwandroid
* @msarahan
* @rrigdon