Skip to content

Commit b3a8667

Browse files
authored
Merge pull request #677 from automl/prepare_new_release
Prepare new release
2 parents 5fc9128 + a548e2b commit b3a8667

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ docs/build/*
44
*.py[cod]
55

66
# C extensions
7+
*.c
78
*.so
89

910
# Packages
@@ -46,3 +47,5 @@ download
4647
*.pkl
4748
num_run
4849
number_submission
50+
.pypirc
51+
dmypy.json

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- os: linux
3434
env: DISTRIB="conda" COVERAGE="true" DOCPUSH="true" PYTHON="3.6"
3535
- os: linux
36-
env: DISTRIB="conda" $TEST_DIST="true" PYTHON="3.7"
36+
env: DISTRIB="conda" TEST_DIST="true" PYTHON="3.7"
3737
- os: linux
3838
env: DISTRIB="conda" EXAMPLES="true" PYTHON=3.7"
3939
- os: linux

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.5.1"
4+
__version__ = "0.5.2"

doc/releases.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111
Releases
1212
========
1313

14+
Version 0.5.2
15+
=============
16+
17+
* FIX #667: Auto-sklearn works with numpy 1.16.3 again.
18+
* ADD #676: Allow brackets [ ] inside the temporary and output directory paths.
19+
* ADD #424: (Experimental) scripts to reproduce the results from the original Auto-sklearn paper.
20+
21+
Contributors
22+
************
23+
24+
* Jin Woo Ahn
25+
* Herilalaina Rakotoarison
26+
* Matthias Feurer
27+
1428
Version 0.5.1
1529
=============
1630

0 commit comments

Comments
 (0)