Skip to content

Commit 67167b3

Browse files
committed
change version to 0.1.1
1 parent 295730f commit 67167b3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The current version only supports the *greedy portfolio* as described in the pap
2323
This portfolio is used to warm-start the optimization of SMAC.
2424
In other words, we evaluate the portfolio on a provided data as initial configurations.
2525
Then API starts the following procedures:
26+
2627
1. **Validate input data**: Process each data type, e.g. encoding categorical data, so that Auto-Pytorch can handled.
2728
2. **Create dataset**: Create a dataset that can be handled in this API with a choice of cross validation or holdout splits.
2829
3. **Evaluate baselines** *1: Train each algorithm in the predefined pool with a fixed hyperparameter configuration and dummy model from `sklearn.dummy` that represents the worst possible performance.

autoPyTorch/__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.1.0"
4+
__version__ = "0.1.1"

docs/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
Releases
1313
========
1414

15-
Version 0.1.0
15+
Version 0.1.1
1616
==============
1717
[refactor] Completely refactored version with a new scikit-learn compatible API.
1818

19-
Contributors v0.1.0
19+
Contributors v0.1.1
2020
********************
2121

2222
* Ravin Kohli

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# noinspection PyInterpreter
2222
setuptools.setup(
2323
name="autoPyTorch",
24-
version="0.1.0",
24+
version="0.1.1",
2525
author="AutoML Freiburg",
2626
author_email="eddiebergmanhs@gmail.com",
2727
description=("Auto-PyTorch searches neural architectures using smac"),

0 commit comments

Comments
 (0)