forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
85 lines (63 loc) · 2.41 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
2013-03-07 1.4.1:
-------------------
* fix some feature selection bugs
* never exit in activate and deactivate
* improve help and error messages
2013-03-05 1.4.0:
-------------------
* fixed conda pip NAME==VERSION
* added conda info --license option
* add source activate and deactivate commands
* rename the old activate and deactivate to link and unlink
* add ability for environments to track "features"
* add ability to distinguish conda build packages from Anaconda
packages by adding a "file_hash" meta-data field in info/index.json
* add conda.builder.share module
2013-02-05 1.3.5:
-------------------
* fixed detecting untracked files on Windows
* removed backwards compatibility to conda 1.0 version
2013-01-28 1.3.4:
-------------------
* fixed conda installing itself into environments (issue #10)
* fixed non-existing channels being silently ignored (issue #12)
* fixed trailing slash in ~/.condarc file cause crash (issue #13)
* fixed conda list not working when ~/.condarc is missing (issue #14)
* fixed conda install not working for Python 2.6 environment (issue #17)
* added simple first cut implementation of remove command (issue #11)
* pip, build commands: only package up new untracked files
* allow a system-wide <sys.prefix>/.condarc (~/.condarc takes precedence)
* only add pro channel is no condarc file exists (and license is valid)
2013-01-23 1.3.3:
-------------------
* fix conda create not filtering channels correctly
* remove (hidden) --test and --testgui options
2013-01-23 1.3.2:
-------------------
* fix deactivation of packages with same build number
note that conda upgrade did not suffer from this problem, as was using
separate logic
2013-01-22 1.3.1:
-------------------
* fix bug in conda update not installing new dependencies
2013-01-22 1.3.0:
-------------------
* added conda package command
* added conda index command
* added -c, --canonical option to list and search commands
* fixed conda --version on Windows
* add this changelog
2012-11-21 1.2.1:
-------------------
* remove ambiguity from conda update command
2012-11-20 1.2.0:
-------------------
* "conda upgrade" now updates from AnacondaCE to Anaconda (removed
upgrade2pro
* add versioneer
2012-11-13 1.1.0:
-------------------
* Many new features implemented by Bryan
2012-09-06 1.0.0:
-------------------
* initial release