File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
1717### Removed
1818-->
1919
20+ ## [ Version 0.6.4] ( https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.4 ) - 2025-11-17
21+
2022### Changed
2123
2224- We now require Python >= 3.10
25+ - Added support for metatomic-operations v0.4.0
2326
24- ## [ Version 0.6.3] ( https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.2 ) - 2025-10-06
27+ ## [ Version 0.6.3] ( https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.3 ) - 2025-10-06
2528
2629### Fixed
2730
Original file line number Diff line number Diff line change 11[package ]
22name = " featomic"
3- version = " 0.6.3 "
3+ version = " 0.6.4 "
44authors = [" Guillaume Fraux <guillaume.fraux@epfl.ch>" ]
55edition = " 2021"
66rust-version = " 1.74"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(featomic-test-cmake-project C CXX)
55# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
66# featomic version for dev builds
77include (../../cmake/dev-versions.cmake )
8- set (REQUIRED_FEATOMIC_VERSION "0.6.3 " )
8+ set (REQUIRED_FEATOMIC_VERSION "0.6.4 " )
99create_development_version ("${REQUIRED_FEATOMIC_VERSION} " FEATOMIC_FULL_VERSION "featomic-v" )
1010string (REGEX REPLACE "([0-9]*)\\ .([0-9]*).*" "\\ 1.\\ 2" REQUIRED_FEATOMIC_VERSION ${FEATOMIC_FULL_VERSION} )
1111find_package (featomic ${REQUIRED_FEATOMIC_VERSION} REQUIRED )
You can’t perform that action at this time.
0 commit comments