You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Version vYYYY.MM.p -- Release date YYYY-MM-DD
5
5
Notable changes include:
6
6
7
7
* New features / API changes:
8
+
* Now require C++20.
8
9
* Added view class for PairwiseField (PairwiseFieldView)
9
10
* Refactored use of pair-wise fields in hydro packages to avoid using pointers and allow empty PairwiseFields
10
11
* ArtificialViscosity has been refactored for use on the GPU.
@@ -22,6 +23,7 @@ Notable changes include:
22
23
* Bin files in install (bin/spheral and bin/spheral-ats) now use relative paths instead of being configured for one specific path.
23
24
* Added a page to the docs about GPU development.
24
25
* Optimized field lookups in state, reducing per-call cost from O(N) to O(log N)
26
+
* Added the more aptly named SPHERAL_EXTERNAL_INSTALL in places where ENABLE_STATIC_TPLS was being used.
25
27
26
28
* Bug fixes:
27
29
* Adiak memory leak is fixed by calling adiak::clean() before exit.
@@ -33,8 +35,9 @@ Notable changes include:
33
35
For users importing from the master Spheral.py file (or it's dimensional specialization) this change is hidden,
34
36
so there is no user interface impact.
35
37
* Fixed bug with incorrect optimizations when for Debug builds with hip enabled.
36
-
* Updated from Rocm 6.2.0 to 6.4.3.
38
+
* Updated from ROCM 6.2.0 to 6.4.3.
37
39
* Added update-tpls commit message trigger.
40
+
* Updated LC Clang from 14.0.6 to 19.1.3 to use C++20.
38
41
* Spheral mpi python interface ensures proper allocation calls are used on Flux machines to avoid strange hangs that can occur if running outside of allocations.
39
42
* tpl-manager.py updates:
40
43
* Added --no-upstream option for when on LC machines but cannot access upstream.
0 commit comments