Skip to content

Commit 793b6f3

Browse files
authored
Release featomic-torch v0.7.2 (metatensor#416)
1 parent 65e5363 commit 793b6f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

featomic-torch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
1717
### Removed
1818
-->
1919

20-
### Changed
20+
## [Version 0.7.2](https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.7.2) - 2025-12-04
2121

2222
- We now require Python >= 3.10
2323
- Added support for torch v2.9, removed support for torch 2.1 and 2.2

featomic-torch/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

featomic-torch/tests/cmake-project/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(featomic-torch-test-cmake-project CXX)
66
# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
77
# featomic version for dev builds
88
include(../../cmake/dev-versions.cmake)
9-
set(REQUIRED_FEATOMIC_TORCH_VERSION "0.7.1")
9+
set(REQUIRED_FEATOMIC_TORCH_VERSION "0.7.2")
1010
create_development_version("${REQUIRED_FEATOMIC_TORCH_VERSION}" FEATOMIC_TORCH_FULL_VERSION "featomic-torch-v")
1111
string(REGEX REPLACE "([0-9]*)\\.([0-9]*).*" "\\1.\\2" REQUIRED_FEATOMIC_TORCH_VERSION ${FEATOMIC_TORCH_FULL_VERSION})
1212
find_package(featomic_torch ${REQUIRED_FEATOMIC_TORCH_VERSION} REQUIRED)

0 commit comments

Comments
 (0)