diff --git a/_metadata.py b/_metadata.py index c43dd632..701695a4 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.2.0rc17" +__extension_version__ = "0.2.0" __extension_name__ = "pytket-qir" diff --git a/docs/changelog.rst b/docs/changelog.rst index f935a93e..4bb3f722 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,30 +1,14 @@ Changelog ~~~~~~~~~ -0.2.0rc17 (August 2023) ------------------------ +0.2.0 (August 2023) +------------------- * fix issue with integer in regular expression - -0.2.0rc16 (August 2023) ------------------------ * add support for wasm in the conversion * new parameter to set the size of the int parameters of the registers in the qir generation * update pytket requirement to 1.19.0rc0 - -0.2.0rc15 (August 2023) ------------------------ * update the classical register handling to use i1* pointer -* update pytket requirement to 1.18 - -0.2.0rc14 (July 2023) ---------------------- * add simplification for RangePredicate in case of equal bounds * allow conditional circboxes in the circuit -* update pytket requirement to 1.17 - -0.2.0rc13 (June 2023) ---------------------- - * add pytket to qir conversion * set pyqir version to 0.8.2 -* update pytket requirement to 1.16