Skip to content

Tags: sscherfke/conda

Tags

4.9.1

Toggle 4.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request conda#10316 from chenghlee/changelog-4.9.1

4.9.1 changelog

4.9.0

Toggle 4.9.0's commit message
4.9.0 (2020-10-19)

Enhancements:
* Add `osx-arm64` as a recognized platform (conda#10128, conda#10134, conda#10137)
* Resign files modified during installation on ARM64 macOS (conda#10260)
* Add `__archspec` virtual package to identify CPU microarchitecture (conda#9930)
* Add `__unix` and `__win` virtual packages (conda#10214)
* Add `--no-capture--output` option to `conda run` (conda#9646)
* Add `--live-stream` option to `conda run` (conda#10270)
* Export and import environment variables set using `conda env config` (conda#10169)
* Cache repodata from `file://` channels (conda#9730)
* Do not relink already-installed packages (conda#10208)
* Speed up JSON formatting in logz module (conda#10189)

Bug fixes:
* Stop `env remove --dry-run` from actually removing environments (conda#10261)
* Virtual package requirements are now considered by the solver (conda#10057)
* Fix cached filename processing when using only tar.bz2 (conda#10193)
* Stop showing solver hints about CUDA when it is not a dependency (conda#10275)
* Ignore virtual packages when checking environment consistency (conda#10196)
* Fix `config --json` output errors in certain circumstances (conda#10194)
* More consistent error handling by `conda shell` (conda#10238)
* Bump vendored version of tqdm to fix various threading and I/O bugs (conda#10266)

Docs:
* Correctly state default `/AddToPath` option in Windows installer (conda#10179)
* Fix typos in `--repodata-fn` help text (conda#10279)

Miscellaneous:
* Update CI infrastructure to use GitHub Actions (conda#10176, conda#10186, conda#10234)
* Update README badge to show GitHub Actions status (conda#10254)

Contributors
* @AlbertDeFusco
* @angloyna
* @bbodenmiller
* @casperdcl
* @chenghlee
* @chrisburr
* @cjmartian
* @dhirschfeld
* @ericpre
* @gabrielcnr
* @InfiniteChai
* @isuruf
* @jjhelmus
* @LorcanHamill
* @maresb
* @mingwandroid
* @mlline00
* @xhochy
* @ydmytryk

4.8.5

Toggle 4.8.5's commit message
4.8.5 changelog

4.8.4

Toggle 4.8.4's commit message
4.8.4 (2020-08-06)

Enhancements:

* Add `linux-ppc64` as a recognized platform (conda#9797, conda#9877)
* Add `linux-s390x` as a recognized platform (conda#9933, conda#10051)
* Add spinner to pip installer (conda#10032)
* Add support for running conda in PyPy (conda#9764)
* Support creating conda environments using remote specification files (conda#9835)
* Allow request retries on various HTTP errors (conda#9919)
* Add `compare` command for environments against a specification file (conda#10022)
* Add (preliminary) support for JSON-format activation (conda#8727)
* Properly handle the `CURL_CA_BUNDLE` environment variable (conda#10078)
* More uniformly handle `$CONDA_PREFIX` when exporting environments (conda#10092)
* Enable trailing `_` to anchor OpenSSL-like versions (conda#9859)
* Replace `listdir` and `glob` with `scandir` (conda#9889)
* Ignore virtual packages when searching for constrained packages (conda#10117)
* Add virtual packages to be considered in the solver (conda#10057)

Bug fixes:

* Prevent `remove --all` from deleting non-environment directories (conda#10086)
* Prevent `create --dry-run --yes` from deleting existing environments (conda#10090)
* Remove extra newline from environment export file (conda#9649)
* Print help on incomplete `conda env config` command rather than crashing (conda#9660)
* Correctly set exit code/errorlevel when `conda run` exits (conda#9665)
* Send "inconsistent environment" warnings to stderr to avoid breaking JSON output (conda#9738)
* Fix output formatting from post-link scripts (conda#9841)
* Fix URL parsing for channel subdirs (conda#9844)
* Fix `conda env export -f` sometimes producing empty output files (conda#9909)
* Fix handling of Python releases with two-digit minor versions (conda#9999)
* Do not use gid to determine if user is an admin on \*nix platforms (conda#10002)
* Suppress spurious xonsh activation warnings (conda#10005)
* Fix crash when running `conda update --all` on a nonexistent environment (conda#10028)
* Fix collections import for Python 3.8 (conda#10093)
* Fix regex-related deprecation warnings (conda#10093, conda#10096)
* Fix logic error when running under Python 2.7 on 64-bit platforms (conda#10108)
* Fix Python 3.8 leaked semaphore issue (conda#10115)

Docs:

* Fix formatting and typos (conda#9623, conda#9689, conda#9898, conda#10042)
* Correct location for yum repository configuration files (conda#9988)
* Clarify usage for the `--channel` option (conda#10054)
* Clarify Python is not installed by default into new environments (conda#10089)

Miscellaneous:

* Fixes to tests and CI pipelines (conda#9842, conda#9863, conda#9938, conda#9960, conda#10010)
* Remove conda-forge dependencies for developing conda (conda#9857, conda#9871)
* Audit YAML usage for `safe_load` vs `round_trip_load` (conda#9902)

Contributors:

* @alanhdu
* @angloyna
* @Anthchirp
* @Arrowbox
* @bbodenmiller
* @beenje
* @bernardoduarte
* @birdsarah
* @bnemanich
* @chenghlee
* @ChihweiLHBird
* @cjmartian
* @ericpre
* @error404-beep
* @esc
* @hartb
* @hugobuddel
* @isuruf
* @jjhelmus
* @kalefranz
* @mingwandroid
* @mlline00
* @mparry
* @mrocklin
* @necaris
* @pdnm
* @pradghos
* @ravigumm
* @Reissner
* @scopatz
* @sidhant007
* @songmeixu
* @speleo3
* @tomsaleeba
* @WinstonPais

4.8.3

Toggle 4.8.3's commit message
4.8.3 (2020-03-13)

Docs:

* Add release notes for 4.8.2 to docs (conda#9632)
* Fix typos in docs (conda#9637, conda#9643)
* Grammatical and formatting changes (conda#9647)

Bug fixes:

* Account for channel is specs (conda#9748)

Contributors:

* @bernardoduarte
* @forrestwaters
* @jjhelmus
* @msarahan
* @rrigdon
* @timgates42

4.8.2

Toggle 4.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request conda#9631 from forrestwaters/fw_conda482

4.8.2 changelog

4.8.1

Toggle 4.8.1's commit message
* improve performance for conda run by avoiding Popen.communicate (co…

…nda#9381)

* Put conda keyring in /usr/share/keyrings on Debian (conda#9424)
* refactor common.logic to fix some bugs and prepare for better modularity (conda#9427)
* Support nested configuration  (conda#9449)
* Support Object configuration parameters  (conda#9465)
* Use freeze_installed to speed up conda env update  (conda#9511)
* add networking args to conda env create (conda#9525)

* fix string concatenation running words together regarding CONDA_EXE  (conda#9411)
* Fix typo ("list" -> "info")  (conda#9433)
* improve description of DLL loading verification and activating environments  (conda#9453)
* Installing with specific build number  (conda#9534)
* typo in condarc key envs_dirs  (conda#9478)
* Clarify channel priority and package sorting (conda#9492)

* Fix calling python api run_command with list and string arguments  (conda#9331)
* set tmp to shortened path that excludes spaces (conda#9409)
* Add subdir to PackageRecord dist_str  (conda#9418)
* revert init bash completion  (conda#9421)
* avoid function redefinition upon resourcing conda.fish  (conda#9444)
* propagate pip error level when creating envs with conda env (conda#9460)
* fix incorrect chown call (conda#9464)
* Don't check in pkgs for trash (conda#9472)
* Fix running conda activate in multiple processes on windows  (conda#9477)
* remove setuptools from run_constrained in recipe  (conda#9485)
* Fix `__conda_activate` function to correctly return exit code  (conda#9532)
* fix overly greedy capture done by subprocess for conda run  (conda#9537)

* @AntoinePrv
* @brettcannon
* @bwildenhain
* @cjmartian
* @felker
* @forrestwaters
* @gilescope
* @isuruf
* @jeremyjliu
* @jjhelmus
* @jhultman
* @marcuscaisey
* @mbargull
* @mingwandroid
* @msarahan
* @okhoma
* @osamoylenko
* @rrigdon
* @rulerofthehuns
* @soapy1
* @tartansandal

4.8.0

Toggle 4.8.0's commit message
This is a re-release of 4.8.0rc0 and has no further changes.

4.8.0rc0

Toggle 4.8.0rc0's commit message
4.8.0rc0 (2019-11-04)

* retry downloads if they fail, controlled by `remote_max_retries` and `remote_backoff_factor` configuration values (conda#9318)
* redact authentication information in some URLs (conda#9341)
* add osx version virtual package , `__osx` (conda#9349)
* add glibc virtual package, `__glibc` (conda#9358)

* removeed references to MD5s from docs (conda#9247)
* Add docs on `CONDA_DLL_SEARCH_MODIFICATION_ENABLED` (conda#9286)
* document threads, spec history and configuration (conda#9327)
* more documentation on channels (conda#9335)
* document the .condarc search order (conda#9369)
* various minor documentation fixes (conda#9238, conda#9248, conda#9267, conda#9334, conda#9351, conda#9372, conda#9378, conda#9388, conda#9391, conda#9393)

* fix issues with xonsh activation on Windows (conda#8246)
* remove unsupported --lock argument from conda clean (conda#8310)
* do not add `sys_prefix_path` to failed activation or deactivation (conda#9282)
* fix csh setenv command (conda#9284)
* do not memorize `PackageRecord.combined_depends` (conda#9289)
* use `CONDA_INTERNAL_OLDPATH` rather than `OLDPATH` in activation script (conda#9303)
* fixes xonsh activation and tab completion (conda#9305)
* fix what channels are queried when context.offline is True (conda#9385)

* @analog-cbarber
* @andreasg123
* @beckermr
* @bryant1410
* @colinbrislawn
* @felker
* @forrestwaters
* @gabrielcnr
* @isuruf
* @jakirkham
* @jeremyjliu
* @jjhelmus
* @jooh
* @jpigla
* @marcelotrevisani
* @melund
* @mfansler
* @mingwandroid
* @msarahan
* @rrigdon
* @scopatz
* @soapy1
* @WillyChen123
* @xhochy

4.7.12

Toggle 4.7.12's commit message
* add support for env file creation based on explicit specs in history (

conda#9093)

* detect prefix paths when -p nor -n not given  (conda#9135)
* Add config parameter to disable conflict finding (for faster time to errors)  (conda#9190)

* fix race condition with creation of repodata cache dir  (conda#9073)
* fix ProxyError expected arguments  (conda#9123)
* makedirs to initialize .conda folder when registering env - fixes permission errors with .conda folders not existing when package cache gets created (conda#9215)
* fix list duplicates errors in reading repodata/prefix data  (conda#9132)
* fix neutered specs not being recorded in history, leading to unsatisfiable environments later  (conda#9147)
* Standardize "conda env list" behavior between platforms  (conda#9166)
* add JSON output to conda env create/update  (conda#9204)
* speed up finding conflicting specs (speed regression in 4.7.11)  (conda#9218)

* @beenje
* @Bezier89
* @cjmartian
* @forrestwaters
* @jjhelmus
* @martin-raden
* @msarahan
* @nganani
* @rrigdon
* @soapy1
* @WesRoach
* @zheaton