Skip to content

Commit 9cb198c

Browse files
authored
Merge pull request #888 from automl/development
Release 0.7.1
2 parents 74463ce + b180a37 commit 9cb198c

File tree

97 files changed

+2043
-10814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2043
-10814
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ matrix:
2121

2222
include:
2323
- os: linux
24-
env: DISTRIB="conda" EXAMPLES="true" PYTHON="3.7" SKIP_TESTS="true"
24+
env: DISTRIB="conda" DOCPUSH="true" PYTHON="3.7" SKIP_TESTS="true"
2525
- os: linux
2626
env: DISTRIB="conda" RUN_FLAKE8="true" SKIP_TESTS="true"
2727
- os: linux
2828
env: DISTRIB="conda" PYTHON="3.5"
2929
- os: linux
30-
env: DISTRIB="conda" COVERAGE="true" DOCPUSH="true" PYTHON="3.6"
30+
env: DISTRIB="conda" COVERAGE="true" PYTHON="3.6"
3131
- os: linux
3232
env: DISTRIB="conda" TEST_DIST="true" PYTHON="3.7"
3333
- os: linux
@@ -76,10 +76,10 @@ after_success: source ci_scripts/success.sh && source ci_scripts/create_doc.sh $
7676

7777
deploy:
7878
provider: pages
79-
skip-cleanup: true
80-
github-token: $GITHUB_TOKEN # set in the settings page of my repository
81-
keep-hisotry: true
82-
commiter-from-gh: true
79+
skip_cleanup: true
80+
github_token: $GITHUB_TOKEN # set in the settings page of my repository
81+
keep-history: true
82+
committer-from-gh: true
8383
on:
8484
all_branches: true
8585
condition: $doc_result = "success"

autosklearn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.7.0"
4+
__version__ = "0.7.1"

autosklearn/automl.py

Lines changed: 267 additions & 261 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)