From aca7e14d4ed051119c0802a7fffef4b31561e8b7 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Sat, 1 Feb 2025 16:06:36 +0900 Subject: [PATCH] Set version 3.12.2 --- doc/changelog.md | 14 +++++++++----- doc/conf.py | 2 +- phono3py/version.py | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index fa5ac412..2d5d7d20 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,27 +2,31 @@ # Change Log -## Jan-28-2024: Version 3.12.1 +## Feb-1-2025: Version 3.12.2 + +- Fix an openmp related bug in computing collision matrix in C + +## Jan-28-2025: Version 3.12.1 - Update `pyproject.toml`. -## Jan-28-2024: Version 3.12.0 +## Jan-28-2025: Version 3.12.0 - `dtype="long"` was replaced by `dtype="int64"` aiming making Windows build. In C, `long` was replaced by `int64_t`. - Fix `phono3py-kaccum`. -## Jan-18-2024: Version 3.11.2 +## Jan-18-2025: Version 3.11.2 - Maintenance release. -## Jan-12-2024: Version 3.11.1 +## Jan-12-2025: Version 3.11.1 - `-i`, `-o`, `--io` options have been deprecated. - The `--amplitude` option can now be used to specify the displacement distance for `phono3py-load --pypolymlp`. -## Jan-2-2024: Version 3.11.0 +## Jan-2-2025: Version 3.11.0 - Release to follow the change of phonopy - Add `--rd auto` and `--rd-fc2 auto` options diff --git a/doc/conf.py b/doc/conf.py index cd4c3d4e..459275c3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = "3.12" # The full version, including alpha/beta/rc tags. -release = "3.12.1" +release = "3.12.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/phono3py/version.py b/phono3py/version.py index 02bcf360..c154465e 100644 --- a/phono3py/version.py +++ b/phono3py/version.py @@ -34,4 +34,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "3.12.1" +__version__ = "3.12.2"