File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Current develop
4
4
5
+ ### Added (new features/APIs/variables/...)
6
+
7
+ ### Fixed (Repair bugs, etc)
8
+
9
+ ### Changed (changing behavior/API/variables/...)
10
+
11
+ ### Infrastructure (changes irrelevant to downstream codes)
12
+
13
+ ### Removed (removing behavior/API/varaibles/...)
14
+
15
+
16
+ ## Release 1.9.2
17
+ Date: 4/7/2025
18
+
5
19
### Added (new features/APIs/variables/...)
6
20
- [[ PR470]] ( https://github.com/lanl/singularity-eos/pull/470 ) Add the ability to access lambda elements by named types
7
21
- [[ PR459]] ( https://github.com/lanl/singularity-eos/pull/459 ) Add electron and ion tables to EOSPAC and SpinerEOS backends
Original file line number Diff line number Diff line change 1
1
# ------------------------------------------------------------------------------#
2
- # © 2021-2024 . Triad National Security, LLC. All rights reserved. This program
2
+ # © 2021-2025 . Triad National Security, LLC. All rights reserved. This program
3
3
# was produced under U.S. Government contract 89233218CNA000001 for Los Alamos
4
4
# National Laboratory (LANL), which is operated by Triad National Security, LLC
5
5
# for the U.S. Department of Energy/National Nuclear Security Administration.
@@ -24,7 +24,7 @@ endif()
24
24
# declare the project name
25
25
project (
26
26
singularity-eos
27
- VERSION 1.9.1
27
+ VERSION 1.9.2
28
28
LANGUAGES NONE)
29
29
30
30
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
You can’t perform that action at this time.
0 commit comments