Skip to content

Commit f16b258

Browse files
committed
Changes for documenting 2024.06.0 release.
1 parent 858faca commit f16b258

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Version vYYYY.MM.p -- Release date YYYY-MM-DD
1+
Version v2024.06.0 -- Release date 2024-06-27
22
==============================================
33
* Important Notes:
44
* 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.
55

66
Notable changes include:
77

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
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.
1111

1212
* Build changes / improvements:
1313
* PYBind11 libraries no longer depend on the structure of the PYB11 source directory.

cmake/SpheralVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(SPHERAL_VERSION 2024.01.1)
1+
set(SPHERAL_VERSION 2024.06.0)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = 'J. Michael Owen'
2727

2828
# The short X.Y version
29-
version = '2024.01.1'
29+
version = '2024.06.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2024.01.1'
31+
release = '2024.06.0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/conf.py.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ copyright = '2012, LLNS'
2626
author = 'J. Michael Owen'
2727

2828
# The short X.Y version
29-
version = '2024.01.1'
29+
version = '2024.06.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2024.01.1'
31+
release = '2024.06.0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/developer/dev/continuous_deployment.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ to their environment.
99

1010
On LC systems we maintain:
1111
* ``Spheral/risky``
12+
* ``Spheral/2024.06.0``
1213
* ``Spheral/2024.01.1``
1314
* ``Spheral/2023.06.0``
1415
* ``Spheral/2023.03.1``
15-
* ``Spheral/2023.03.0`` (deprecated as of TOSS4 upgrade)
16-
* ``Spheral/2022.06.0`` (deprecated as of TOSS4 upgrade)
1716

1817
Spheral/risky
1918
=============

0 commit comments

Comments
 (0)