Skip to content

Commit ded50d0

Browse files
authored
Add new info for 24.03 release (#1029)
1 parent d7127c7 commit ded50d0

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## Current develop
44

5+
### Added (new features/APIs/variables/...)
6+
7+
8+
### Changed (changing behavior/API/variables/...)
9+
10+
11+
### Fixed (not changing behavior/API/variables/...)
12+
13+
14+
### Infrastructure (changes irrelevant to downstream codes)
15+
16+
17+
### Removed (removing behavior/API/varaibles/...)
18+
19+
20+
### Incompatibilities (i.e. breaking changes)
21+
22+
23+
## Release 24.03
24+
Date: 2024-03-21
25+
526
### Added (new features/APIs/variables/...)
627
- [[PR 852]](https://github.com/parthenon-hpc-lab/parthenon/pull/852) Add Mesh version of UserWorkBeforeOutput
728
- [[PR 998]](https://github.com/parthenon-hpc-lab/parthenon/pull/998) tensor indices added to sparse pack
@@ -31,8 +52,6 @@
3152
- [[PR 990]](https://github.com/parthenon-hpc-lab/parthenon/pull/990) Partial refactor of HDF5 I/O code for readability/extendability
3253
- [[PR 982]](https://github.com/parthenon-hpc-lab/parthenon/pull/982) add some gut check testing for parthenon-VIBE
3354

34-
### Removed (removing behavior/API/varaibles/...)
35-
3655
### Incompatibilities (i.e. breaking changes)
3756
- [[PR 987]](https://github.com/parthenon-hpc-lab/parthenon/pull/987) Change the API for what was IterativeTasks
3857
- [[PR 974]](https://github.com/parthenon-hpc-lab/parthenon/pull/974) Change GetParentPointer to always return T*

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=========================================================================================
22
# Parthenon performance portable AMR framework
3-
# Copyright(C) 2020-2023 The Parthenon collaboration
3+
# Copyright(C) 2020-2024 The Parthenon collaboration
44
# Licensed under the 3-clause BSD License, see LICENSE file for details
55
#=========================================================================================
66
# (C) (or copyright) 2020-2023. Triad National Security, LLC. All rights reserved.
@@ -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 23.11 LANGUAGES C CXX)
23+
project(parthenon VERSION 24.03 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)