Skip to content

Commit

Permalink
bump version, update changelog, update MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Oct 20, 2017
1 parent d0e27db commit 2733468
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.4.0"
__version__ = "0.4.1"
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include *.md
include *.md
recursive-include ConfigSpace *.c *.pyx *.pxd
include COPYING
include AUTHORS.rst
include README.rst
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ under a BSD license.

.. image:: https://travis-ci.org/automl/ConfigSpace.svg?branch=master
:target: https://travis-ci.org/automl/ConfigSpace
.. image:: https://landscape.io/github/automl/ConfigSpace/master/landscape.svg?style=flat
:target: https://landscape.io/github/automl/ConfigSpace/master
:alt: Code Health
.. image:: https://codecov.io/gh/automl/ConfigSpace/branch/master/graph/badge.svg
:target: https://codecov.io/gh/automl/ConfigSpace
12 changes: 9 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Version 3.10
# Version 0.4.1

* Rewrite of major functions in Cython
* Attribute `default` of class Hyperparameter is renamed to `default_value`.
* Package `io` is renamed to `read_and_write`.

# Version 0.3.10
* Fix issue #56. The writer for the new pcs format can now write correct
conjunctions of forbidden parameters.
* The class `Configuration` now raises an exception if trying to instantiate it
with an illegal value for a hyperparameter

# Version 3.9
# Version 0.3.9

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

# Version 3.8
# Version 0.3.8

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

0 comments on commit 2733468

Please sign in to comment.