From 14ec48df2ad1d2c5fe39dd7e10c2c586a628e484 Mon Sep 17 00:00:00 2001 From: Guillaume Fraux Date: Thu, 4 Dec 2025 12:59:11 +0100 Subject: [PATCH] Release featomic-torch v0.7.2 --- featomic-torch/CHANGELOG.md | 2 +- featomic-torch/VERSION | 2 +- featomic-torch/tests/cmake-project/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/featomic-torch/CHANGELOG.md b/featomic-torch/CHANGELOG.md index ef4ad194c..f2478cac6 100644 --- a/featomic-torch/CHANGELOG.md +++ b/featomic-torch/CHANGELOG.md @@ -17,7 +17,7 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows ### Removed --> -### Changed +## [Version 0.7.2](https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.7.2) - 2025-12-04 - We now require Python >= 3.10 - Added support for torch v2.9, removed support for torch 2.1 and 2.2 diff --git a/featomic-torch/VERSION b/featomic-torch/VERSION index 39e898a4f..7486fdbc5 100644 --- a/featomic-torch/VERSION +++ b/featomic-torch/VERSION @@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/featomic-torch/tests/cmake-project/CMakeLists.txt b/featomic-torch/tests/cmake-project/CMakeLists.txt index 696da563a..41077f6fd 100644 --- a/featomic-torch/tests/cmake-project/CMakeLists.txt +++ b/featomic-torch/tests/cmake-project/CMakeLists.txt @@ -6,7 +6,7 @@ project(featomic-torch-test-cmake-project CXX) # We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the # featomic version for dev builds include(../../cmake/dev-versions.cmake) -set(REQUIRED_FEATOMIC_TORCH_VERSION "0.7.1") +set(REQUIRED_FEATOMIC_TORCH_VERSION "0.7.2") create_development_version("${REQUIRED_FEATOMIC_TORCH_VERSION}" FEATOMIC_TORCH_FULL_VERSION "featomic-torch-v") string(REGEX REPLACE "([0-9]*)\\.([0-9]*).*" "\\1.\\2" REQUIRED_FEATOMIC_TORCH_VERSION ${FEATOMIC_TORCH_FULL_VERSION}) find_package(featomic_torch ${REQUIRED_FEATOMIC_TORCH_VERSION} REQUIRED)