File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
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.1
17
+ Date: 11/7/2024
18
+
19
+ Release is in preparation for JOSS publication.
20
+
5
21
### Added (new features/APIs/variables/...)
6
22
- [[ PR416]] ( https://github.com/lanl/singularity-eos/pull/416 ) Gibbs free energy
7
23
- [[ PR361]] ( https://github.com/lanl/singularity-eos/pull/361 ) Added tests for PTEsolver and added a strawman kinetic phase transition framework
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endif()
24
24
# declare the project name
25
25
project (
26
26
singularity-eos
27
- VERSION 1.9.0
27
+ VERSION 1.9.1
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