From 544c4570905d165b5f3194017ea42bd8b10f424e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Duque=20Mesa?= <675763+sduquemesa@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:52:38 -0500 Subject: [PATCH] bump version to `0.21.0` (#378) --- .github/CHANGELOG.md | 15 ++++----------- thewalrus/_version.py | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 6eef08c9..51e9dc64 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,4 +1,4 @@ -# Release 0.21.0-dev +# Release 0.21.0 ### New features @@ -6,28 +6,21 @@ * Adds the Montrealer and Loop Montrealer functions [(#363)](https://github.com/XanaduAI/thewalrus/pull/374). -### Breaking changes - ### Improvements - * Tighten power-trace bound of odd loop Hafnian. [(#362)](https://github.com/XanaduAI/thewalrus/pull/362) -* Simplifies the internal working of Bloch-Messiah decomposition [(#363)](https://github.com/XanaduAI/thewalrus/pull/338). +* Simplifies the internal working of Bloch-Messiah decomposition [(#363)](https://github.com/XanaduAI/thewalrus/pull/338). -* Simplifies the internal working of Williamson decomposition [(#366)](https://github.com/XanaduAI/thewalrus/pull/338). +* Simplifies the internal working of Williamson decomposition [(#366)](https://github.com/XanaduAI/thewalrus/pull/338). * Improves the handling of an edge case in Takagi [(#373)](https://github.com/XanaduAI/thewalrus/pull/373). * Adds extra tests for the Takagi decomposition [(#377)](https://github.com/XanaduAI/thewalrus/pull/377) -### Bug fixes - -### Documentation - ### Contributors -This release contains contributions from (in alphabetical order): +This release contains contributions from (in alphabetical order): Yanic Cardin, Gregory Morse, Nicolas Quesada diff --git a/thewalrus/_version.py b/thewalrus/_version.py index 8c079ffc..7c169c89 100644 --- a/thewalrus/_version.py +++ b/thewalrus/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.21.0-dev" +__version__ = "0.21.0"