File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
Original file line number Diff line number Diff 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
88include (../../cmake/dev-versions.cmake)
9- set (REQUIRED_FEATOMIC_TORCH_VERSION "0.6.0 " )
9+ set (REQUIRED_FEATOMIC_TORCH_VERSION "0.6.1 " )
1010create_development_version("${REQUIRED_FEATOMIC_TORCH_VERSION} " FEATOMIC_TORCH_FULL_VERSION "featomic-torch-v" )
1111string (REGEX REPLACE "([0-9]*)\\ .([0-9]*).*" "\\ 1.\\ 2" REQUIRED_FEATOMIC_TORCH_VERSION ${FEATOMIC_TORCH_FULL_VERSION} )
1212find_package (featomic_torch ${REQUIRED_FEATOMIC_TORCH_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments