All Versions
267
Latest Version
Avg Release Cycle
43 days
Latest Release
71 days ago
Changelog History
Page 25
Changelog History
Page 25
-
v1.7.1 Changes
June 21, 2013- fix "executable" not being found on Windows when ending with .bat when launching application
- give a better error message from when a repository does not exist
-
v1.7.0 Changes
June 20, 2013- allow ${PREFIX} in app_entry
- add binstar upload information after conda build finishes
-
v1.7.0.a2 Changes
June 20, 2013- add global conda lock file for only allowing one instance of conda to run at the same time
- add conda skeleton command to create recipes from PyPI
- add ability to run post-link and pre-unlink script
-
v1.7.0.a1 Changes
June 13, 2013- add ability to build conda packages from "recipes", using the conda build command, for some examples, see: https://github.com/ContinuumIO/conda-recipes
- fixed bug in conda install --force
- conda update command no longer uses anaconda as default package name
- add proxy support
- added application API to conda.api module
- add -c/--channel and --override-channels flags (issue 121).
- add default and system meta-channels, for use in .condarc and with -c (issue 122).
- fixed ability to install ipython=0.13.0 (issue 130)
-
v1.6.0 Changes
June 05, 2013- update package command to reflect changes in repodata
- fixed refactoring bugs in share/clone
- warn when anaconda processes are running on install in Windows (should fix most permissions errors on Windows)
-
v1.6.0.rc2 Changes
May 31, 2013- conda with no arguments now prints help text (issue 111)
- don't allow removing conda from root environment
- conda update python does no longer update to Python 3, also ensure that conda itself is always installed into the root environment (issue 110)
-
v1.6.0.rc1 Changes
May 30, 2013- major internal refactoring
- use new "depends" key in repodata
- uses pycosat to solve constraints more efficiently
- add hard-linking on Windows
- fixed linking across filesystems (issue 103)
- add conda remove --features option
- added more tests, in particular for new dependency resolver
- add internal DSL to perform install actions
- add package size to download preview
- add conda install --force and --no-deps options
- fixed conda help command
- add conda remove --all option for removing entire environment
- fixed source activate on systems where sourcing a gives "bash" as $0
- add information about installed versions to conda search command
- removed known "locations"
- add output about installed packages when update and install do nothing
- changed default when prompted for y/n in CLI to yes
-
v1.5.2 Changes
April 29, 2013- fixed issue 59: bad error message when pkgs dir is not writable
-
v1.5.1 Changes
April 19, 2013- fixed issue 71 and (73 duplicate): not being able to install packages starting with conda (such as 'conda-api')
- fixed issue 69 (not being able to update Python / NumPy)
- fixed issue 76 (cannot install mkl on OSX)
-
v1.5.0 Changes
March 22, 2013- add conda share and clone commands
- add (hidden) --output-json option to clone, share and info commands to support the conda-api package
- add repo sub-directory type 'linux-armv6l'