File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.16)
1919message (STATUS "Using CMake version ${CMAKE_VERSION} " )
2020cmake_policy (VERSION 3.16 )
2121
22- project (arg_needle_lib LANGUAGES CXX VERSION 1.2.0 )
22+ project (arg_needle_lib LANGUAGES CXX VERSION 1.2.1 )
2323
2424set (CMAKE_CXX_STANDARD 17)
2525set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 11# arg-needle-lib Release Notes
22
3+ ## v1.2.1 (2025-10-07)
4+
5+ ### Other changes
6+
7+ - ARG-RHE and ARG matrix multiplication routines.
8+ - Use cibuildwheel default folder structure.
9+ - Deploy for latest macos targets as GitHub macos 13 has been retired.
10+
311## v1.2.0 (2025-09-04)
412
513### Other changes
Original file line number Diff line number Diff line change 2525project = 'arg-needle-lib'
2626copyright = '2023-2024 ARG-Needle Developers'
2727author = 'ARG-Needle Developers, https://palamaralab.github.io/software/argneedle/'
28- release = 'v1.2.0 '
28+ release = 'v1.2.1 '
2929
3030# -- General configuration ---------------------------------------------------
3131# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
You can’t perform that action at this time.
0 commit comments