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
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
Version v2024.06.0 -- Release date 2024-06-27
2
+
==============================================
3
+
* Important Notes:
4
+
* External users of the code will need to supply config files for tpl-manager to find system libraries correctly. Steps to do this are detailed in the external user build guide.
5
+
6
+
Notable changes include:
7
+
8
+
* New features / API changes:
9
+
* Added MFV hydro from Hopkins 2015 with extension for ALE options.
10
+
* Adding optional user specified smoothing scale method for SPH, FSISPH, and CRKSPH.
11
+
12
+
* Build changes / improvements:
13
+
* PYBind11 libraries no longer depend on the structure of the PYB11 source directory.
14
+
* CMake interface for adding PYBind11 target libraries is modified to more closely match how C++ libraries are created.
15
+
* Multiple Spheral Python modules / CMake targets can be specified for a single directory.
16
+
* KernelIntegrator and FieldList directories are divided into 2 modules / targets.
17
+
* tpl-manager.py will no longer use generic x86_64 configs for non LC systems. Users will be required to supply their own configs for pointing spack at external packages.
18
+
* Spack version is increased from 0.19 to 0.22.
19
+
* Spack upstream is updated.
20
+
* Removed the python 3 module load for the Gitlab CI to fix an issue with pkg-config changing.
21
+
* Zlib target and TPL cmake file is removed.
22
+
* PYB11Generator repo is updated.
23
+
* Spack config and package files inside Spheral are updated to accommodate Spack 0.22.
24
+
* Package recipes for py-numpy-stl, py-pillow, py-pipreqs, td, and tk are removed.
25
+
* Versions for python dependencies in the Spheral spack recipe are fixed and updated (in some cases).
26
+
27
+
* Bug Fixes / improvements:
28
+
* Corrected an erroneous VERIFY in the P-alpha porosity constructor (with Fields of porosity and sound speed) that forced runs to stop even with correct input parameters
29
+
* Fixed a bug in the standard ASPH hydros (ASPH, SolidASPH, and RZ varieties) that gave incorrect results. FSI ad CRK models with ASPH smoothing scales were OK, but standard
30
+
SPH using ASPH smoothing scales were simply incorrect for non-unit aspect ratio H's. Also added ATS tests to help catch such errors going forward.
31
+
1
32
Version v2024.01.1 -- Release date 2024-02-17
2
33
==============================================
3
34
* Important Notes:
@@ -9,15 +40,22 @@ Notable changes include:
9
40
* Adding an optional second-stage problem start-up hook to the Physics package interface: Physics::initializeProblemStartupDependencies. The idea is to keep basic sizing
10
41
of arrays and such in the first stage (Physics::initializeProblemStartup), while this new hook is used for updating any initial Physics state (and therefore provides a
11
42
State and StateDerivatives object).
12
-
43
+
* DEM
44
+
* new field list to track max particle overlap
45
+
* user can optional turn off fast time stepping
46
+
13
47
* Build changes / improvements:
14
-
*
48
+
*Improved the target export functionality.
15
49
16
50
* Bug Fixes / improvements:
17
51
* Fixed bug with ConstantBoundary in the presence of porosity with the new porosity models introduced in v2024.01.00.
18
52
* Updating header lists for including Spheral modules in external projects.
19
53
* Adding effective viscous pressure back to FSISPH.
20
54
* Initial volumes for damage models were incorrectly not taking into account pore space when computing failure statistics for seeding flaws. Fixed.
55
+
* DEM
56
+
* fixed bug in solid boundary unique indices that causes particle sticking
57
+
* fixed bug in solid boundary update policies
58
+
* fixed solid boundary restartability for moving bcs
0 commit comments