Skip to content

Commit 64bde06

Browse files
committed
changelog 4.6.0rc1
1 parent 41a54ce commit 64bde06

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 4.6.0 (unreleased)
22

33
### 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)
55
* conda initialize (#6518, #7388, #7629)
66
* resolve #7194 add '--stack' flag to 'conda activate'; remove max_shlvl
77
config (#7195, #7226, #7233)
@@ -21,6 +21,7 @@
2121
* resolve #7309 deprecate 'conda info package_name' (#7310)
2222
* remove 'conda clean --source-cache' and defer to conda-build (#7731)
2323
* resolve #7724 move windows package cache and envs dirs back to .conda directory (#7725)
24+
* disallow env names with colons (#7801)
2425

2526
### Improvements
2627
* import speedups (#7122)
@@ -54,7 +55,12 @@
5455
* performance improvement to cache __hash__ value on PackageRecord (#7715)
5556
* resolve #7764 change name of 'condacmd' dir to 'condabin'; use on all platforms (#7773)
5657
* 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)
5864

5965
### Bug Fixes
6066
* fix #7107 verify hangs when a package is corrupted (#7131)
@@ -97,17 +103,24 @@
97103
* 4.6.0a1 at d5bec21d1f64c3bc66c2999cfc690681e9c46177 on 2018-04-20
98104
* 4.6.0a2 at c467517ca652371ebc4224f0d49315b7ec225108 on 2018-05-01
99105
* 4.6.0b0 at 21a24f02b2687d0895de04664a4ec23ccc75c33a on 2018-09-07
106+
* 4.6.0b1 at 1471f043eed980d62f46944e223f0add6a9a790b on 2018-10-22
107+
* 4.6.0rc1 at
100108

101109
### Contributors
102110
* @cgranade
103111
* @fabioz
112+
* @geremih
104113
* @goanpeca
105114
* @jesse-
115+
* @jjhelmus
106116
* @kalefranz
117+
* @makbigc
107118
* @mandeep
108119
* @mbargull
109120
* @msarahan
121+
* @nehaljwani
110122
* @ohadravid
123+
* @teake
111124

112125

113126
# 4.5.11 (2018-08-21)

0 commit comments

Comments
 (0)