From 595e412d433ca4093246e81a80273fafcb41f700 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Mon, 7 Aug 2017 20:30:35 -0700 Subject: [PATCH] MAINT bump version number --- ConfigSpace/__version__.py | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ConfigSpace/__version__.py b/ConfigSpace/__version__.py index 25c91ae9..e8fbfeed 100644 --- a/ConfigSpace/__version__.py +++ b/ConfigSpace/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.3.9" +__version__ = "0.3.10" diff --git a/changelog.md b/changelog.md index 1ede897a..af5554c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# Version 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 * Fix issue #53. Functionality for retrieving a one exchange neighborhood does