File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 2.2.1 ] 2026-04-21
7+ ## [ 2.3.0 ] 2026-04-21
88### Changed
99
1010- fixed a bug that could lead to diverging results around the spherical axis in non-ideal MHD in 2.5D and 3D (#356 )
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ endif()
55set (CMAKE_CXX_STANDARD 17)
66
77set (Idefix_VERSION_MAJOR 2)
8- set (Idefix_VERSION_MINOR 2 )
9- set (Idefix_VERSION_PATCH 02 )
8+ set (Idefix_VERSION_MINOR 3 )
9+ set (Idefix_VERSION_PATCH 0 )
1010
11- project (idefix VERSION 2.2.02 )
11+ project (idefix VERSION 2.3.0 )
1212option (Idefix_MHD "enable MHD" OFF )
1313option (Idefix_MPI "enable Message Passing Interface parallelisation" OFF )
1414option (Idefix_HIGH_ORDER_FARGO "Force Fargo to use a PPM reconstruction scheme" OFF )
Original file line number Diff line number Diff line change 2323author = 'Geoffroy Lesur'
2424
2525# The full version, including alpha/beta/rc tags
26- release = '2.2.02 '
26+ release = '2.3.0 '
2727
2828
2929
Original file line number Diff line number Diff line change 99//@HEADER
1010// ************************************************************************
1111//
12- // IDEFIX v 2.2.01
12+ // IDEFIX v 2.3.0
1313//
1414// ************************************************************************
1515//@HEADER
You can’t perform that action at this time.
0 commit comments