Skip to content

Commit ec61c9c

Browse files
authored
Release 24.08 (#1164)
1 parent 517bf92 commit ec61c9c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22

33
## Current develop
44

5+
### Changed (changing behavior/API/variables/...)
6+
7+
8+
### Fixed (not changing behavior/API/variables/...)
9+
10+
11+
### Infrastructure (changes irrelevant to downstream codes)
12+
13+
14+
### Removed (removing behavior/API/varaibles/...)
15+
16+
17+
### Incompatibilities (i.e. breaking changes)
18+
19+
20+
## Release 24.08
21+
Date: 2024-08-30
22+
523
### Added (new features/APIs/variables/...)
6-
- [[PR 1151]]((https://github.com/parthenon-hpc-lab/parthenon/pull/1151)) Add time offset `c` to LowStorageIntegrator
24+
- [[PR 1151]](https://github.com/parthenon-hpc-lab/parthenon/pull/1151) Add time offset `c` to LowStorageIntegrator
725
- [[PR 1147]](https://github.com/parthenon-hpc-lab/parthenon/pull/1147) Add `par_reduce_inner` functions
826
- [[PR 1159]](https://github.com/parthenon-hpc-lab/parthenon/pull/1159) Add additional timestep controllers in parthenon/time.
927
- [[PR 1148]](https://github.com/parthenon-hpc-lab/parthenon/pull/1148) Add `GetPackDimension` to `StateDescriptor` for calculating pack sizes before `Mesh` initialization

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.16)
2020
# Imports machine-specific configuration
2121
include(cmake/MachineCfg.cmake)
2222

23-
project(parthenon VERSION 24.03 LANGUAGES C CXX)
23+
project(parthenon VERSION 24.08 LANGUAGES C CXX)
2424

2525
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.19.0)
2626
cmake_policy(SET CMP0110 NEW)

0 commit comments

Comments
 (0)