File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4.0 "
4+ __version__ = "0.4.1 "
Original file line number Diff line number Diff line change 1- include *.md
1+ include *.md
2+ recursive-include ConfigSpace *.c *.pyx *.pxd
3+ include COPYING
4+ include AUTHORS.rst
5+ include README.rst
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments