File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff 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
4748num_run
4849number_submission
50+ .pypirc
51+ dmypy.json
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 1111Releases
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+
1428Version 0.5.1
1529=============
1630
You can’t perform that action at this time.
0 commit comments