Skip to content

Commit a263efb

Browse files
authored
Merge pull request #359 from automl/development
Development
2 parents 0ee3699 + 769ef35 commit a263efb

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ matrix:
1313

1414
include:
1515
- os: linux
16-
env: DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
16+
env: DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh"
1717
- os: linux
18-
env: DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
18+
env: DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh"
1919
- os: linux
20-
env: DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
20+
env: DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh"
2121

2222
# Temporarily disabling OSX builds because thy take too long
2323
# Set language to generic to not break travis-ci

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
# Other stuff...
3030
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install build-essential
3131
# Conda installation
32-
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
32+
- wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh -O ~/miniconda.sh
3333
- bash ~/miniconda.sh -b -p $HOME/miniconda
3434
- conda create -n testenv --yes python=3.6 pip wheel nose gcc swig
3535

doc/releases.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Changes
1818
~~~~~~~
1919

2020
* Allows the usage of scikit-learn 0.18.2.
21-
* Fixes requirement pyrfr to version ``0.4.0``.
21+
* Upgrade to latest SMAC version (``0.6.0``) and latest random forest version
22+
(``0.6.1``).
2223
* Added a Dockerfile.
2324
* Added the possibility to change the size of the holdout set when
2425
using holdout resampling strategy.

0 commit comments

Comments
 (0)