|
1 | 1 | ## 4.6.0 (unreleased) |
2 | 2 |
|
3 | 3 | ### New Feature Highlights |
4 | | -* resolve #7053 preview support for conda operability with pip (#7067, #7370, #7710) |
| 4 | +* resolve #7053 preview support for conda operability with pip; disabled by default (#7067, #7370, #7710, #8050) |
5 | 5 | * conda initialize (#6518, #7388, #7629) |
6 | 6 | * resolve #7194 add '--stack' flag to 'conda activate'; remove max_shlvl |
7 | 7 | config (#7195, #7226, #7233) |
|
21 | 21 | * resolve #7309 deprecate 'conda info package_name' (#7310) |
22 | 22 | * remove 'conda clean --source-cache' and defer to conda-build (#7731) |
23 | 23 | * resolve #7724 move windows package cache and envs dirs back to .conda directory (#7725) |
| 24 | +* disallow env names with colons (#7801) |
24 | 25 |
|
25 | 26 | ### Improvements |
26 | 27 | * import speedups (#7122) |
|
54 | 55 | * performance improvement to cache __hash__ value on PackageRecord (#7715) |
55 | 56 | * resolve #7764 change name of 'condacmd' dir to 'condabin'; use on all platforms (#7773) |
56 | 57 | * resolve #7782 implement PEP-440 '~=' compatible release operator (#7783) |
57 | | -* disable timestamp prioritization (#7894) |
| 58 | +* disable timestamp prioritization when not needed (#7894, #8012) |
| 59 | +* compile pyc files for noarch packages in batches (#8015) |
| 60 | +* disable per-file sha256 safety checks by default; add extra_safety_checks condarc option to enable them (#8017) |
| 61 | +* shorten retries for file removal on windows, where in-use files can't be removed (#8024) |
| 62 | +* expand env vars in ``custom_channels``, ``custom_multichannels``, ``default_channels``, ``migrated_custom_channels``, and ``whitelist_channels`` (#7826) |
| 63 | +* encode repodata to utf-8 while caching, to fix unicode characters in repodata (#7873) |
58 | 64 |
|
59 | 65 | ### Bug Fixes |
60 | 66 | * fix #7107 verify hangs when a package is corrupted (#7131) |
|
97 | 103 | * 4.6.0a1 at d5bec21d1f64c3bc66c2999cfc690681e9c46177 on 2018-04-20 |
98 | 104 | * 4.6.0a2 at c467517ca652371ebc4224f0d49315b7ec225108 on 2018-05-01 |
99 | 105 | * 4.6.0b0 at 21a24f02b2687d0895de04664a4ec23ccc75c33a on 2018-09-07 |
| 106 | +* 4.6.0b1 at 1471f043eed980d62f46944e223f0add6a9a790b on 2018-10-22 |
| 107 | +* 4.6.0rc1 at |
100 | 108 |
|
101 | 109 | ### Contributors |
102 | 110 | * @cgranade |
103 | 111 | * @fabioz |
| 112 | +* @geremih |
104 | 113 | * @goanpeca |
105 | 114 | * @jesse- |
| 115 | +* @jjhelmus |
106 | 116 | * @kalefranz |
| 117 | +* @makbigc |
107 | 118 | * @mandeep |
108 | 119 | * @mbargull |
109 | 120 | * @msarahan |
| 121 | +* @nehaljwani |
110 | 122 | * @ohadravid |
| 123 | +* @teake |
111 | 124 |
|
112 | 125 |
|
113 | 126 | # 4.5.11 (2018-08-21) |
|
0 commit comments