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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ Notable changes include:
7
7
* New features / API changes:
8
8
* Added view class for PairwiseField (PairwiseFieldView).
9
9
* Refactored use of pair-wise fields in hydro packages to avoid using pointers and allow empty PairwiseFields.
10
+
* Bin files in install (bin/spheral and bin/spheral-ats) now use relative paths instead of being configured for one specific path. This allows installs to be relocatable.
10
11
11
12
* Bug fixes
12
13
13
14
* Build changes / improvements:
14
-
* Updated to PYB11Genertor 2025.12.1
15
+
* Updated to PYB11Generator 2025.12.1.
15
16
* Converted all Spheral Python modules to be submodules of a single PYB11Generator module (SpheralCompiledModules).
16
17
For users importing from the master Spheral.py file (or it's dimensional specialization) this change is hidden,
17
18
so there is no user interface impact.
@@ -20,7 +21,7 @@ Notable changes include:
20
21
* The performance tests and deploy jobs are now scheduled pipelines that run nightly.
21
22
* Gitlab pages now uses Plotly for interactive visualizations.
22
23
* Gathering of performance data for the deploy stage is now parallelized over ranks and threads.
23
-
* Merges to develop will trigger builds to be done in a shared directory for use by the performance testing scripts.
24
+
* Merges to develop will copy installs to a shared directory for use by the performance testing scripts.
0 commit comments