- pep8 testing in travis (#13).
- skipped doctests and using buildout.testing (#5).
- fix conda-prefix in conda version >= 4.4 (#10).
- don't run conda install in offline mode.
- added buildout option channel-priority.
- fixed order of channels.
- added buildout option conda-offline (#8).
- fixed: added missing CalledProcessError import
- catch conda exception (#7).
- using
CONDA_PREFIX
.
- added option no-pin and override-channels.
- sets conda env-path and prefix in options.
- enabled travis build.
- removed unused as_bool and makedirs functions.
- using bool_option from zc.buildout.
- using conda offline mode.
- install pip packages.
- added prefix option.
- using
CONDA_ENV_PATH
.
- removed default ioos conda channel.
- added default ioos conda channel.
- use buildout offline option ... don't establish internet connection when enabled.
- use CONDA_ENVS_DIR to overwrite base dir of conda environments.
- sets buildout:prefix option as installation default directory for birdhouse.
- setting
anaconda-home
with environment variable$ANACONDA_HOME
. - separation of install prefix and anaconda-home.
- conda environments can be created now.
- added channels option.
- added https://conda.binstar.org/birdhouse to default channels.
- added https://conda.binstar.org/scitools to default channels.
- added on on-update buildout option.
- Updated documentation.
- Initial Release.