Skip to content

Commit 46c5888

Browse files
committed
Release featomic-torch v0.6.1
1 parent dbd3327 commit 46c5888

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

featomic-torch/CHANGELOG.md

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

20+
## [Version 0.6.1](https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.6.1) - 2025-02-18\
21+
22+
## Added
23+
24+
- Add Support for Python 3.13 and PyTorch 2.6
25+
26+
2027
## [Version 0.6.0](https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.6.0) - 2025-01-07
2128

2229
### Added

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

+1-1
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.6.0")
9+
set(REQUIRED_FEATOMIC_TORCH_VERSION "0.6.1")
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)