Skip to content

Commit 2733468

Browse files
committed
bump version, update changelog, update MANIFEST
1 parent d0e27db commit 2733468

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

ConfigSpace/__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.4.0"
4+
__version__ = "0.4.1"

MANIFEST.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
include *.md
1+
include *.md
2+
recursive-include ConfigSpace *.c *.pyx *.pxd
3+
include COPYING
4+
include AUTHORS.rst
5+
include README.rst

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ under a BSD license.
1010

1111
.. image:: https://travis-ci.org/automl/ConfigSpace.svg?branch=master
1212
:target: https://travis-ci.org/automl/ConfigSpace
13-
.. image:: https://landscape.io/github/automl/ConfigSpace/master/landscape.svg?style=flat
14-
:target: https://landscape.io/github/automl/ConfigSpace/master
15-
:alt: Code Health
16-
.. image:: https://codecov.io/gh/automl/ConfigSpace/branch/master/graph/badge.svg
17-
:target: https://codecov.io/gh/automl/ConfigSpace

changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
# Version 3.10
1+
# Version 0.4.1
2+
3+
* Rewrite of major functions in Cython
4+
* Attribute `default` of class Hyperparameter is renamed to `default_value`.
5+
* Package `io` is renamed to `read_and_write`.
6+
7+
# Version 0.3.10
28
* Fix issue #56. The writer for the new pcs format can now write correct
39
conjunctions of forbidden parameters.
410
* The class `Configuration` now raises an exception if trying to instantiate it
511
with an illegal value for a hyperparameter
612

7-
# Version 3.9
13+
# Version 0.3.9
814

915
* Fix issue #53. Functionality for retrieving a one exchange neighborhood does
1016
no longer create illegal configurations when hyperparameters have extreme
1117
ranges.
1218
* New functionality `__setitem__` for `Configuration`. Allows dictionary syntax
1319
to change the value of one hyperparameter in a configuration.
1420

15-
# Version 3.8
21+
# Version 0.3.8
1622

1723
* Fix issue #25. Parents and children are now sorted topologically in the
1824
underlying datastructure.

0 commit comments

Comments
 (0)