Skip to content

Commit

Permalink
Changes for documenting 2024.06.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Jun 27, 2024
1 parent 858faca commit f16b258
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Version vYYYY.MM.p -- Release date YYYY-MM-DD
Version v2024.06.0 -- Release date 2024-06-27
==============================================
* Important Notes:
* 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.

Notable changes include:

* New features/ API changes:
* added MFV hydro from Hopkins 2015 with extension for ALE options
* Adding optional user specified smoothing scale method for SPH, FSISPH, and CRKSPH
* New features / API changes:
* Added MFV hydro from Hopkins 2015 with extension for ALE options.
* Adding optional user specified smoothing scale method for SPH, FSISPH, and CRKSPH.

* Build changes / improvements:
* PYBind11 libraries no longer depend on the structure of the PYB11 source directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/SpheralVersion.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(SPHERAL_VERSION 2024.01.1)
set(SPHERAL_VERSION 2024.06.0)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'J. Michael Owen'

# The short X.Y version
version = '2024.01.1'
version = '2024.06.0'
# The full version, including alpha/beta/rc tags
release = '2024.01.1'
release = '2024.06.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ copyright = '2012, LLNS'
author = 'J. Michael Owen'

# The short X.Y version
version = '2024.01.1'
version = '2024.06.0'
# The full version, including alpha/beta/rc tags
release = '2024.01.1'
release = '2024.06.0'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions docs/developer/dev/continuous_deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ to their environment.

On LC systems we maintain:
* ``Spheral/risky``
* ``Spheral/2024.06.0``
* ``Spheral/2024.01.1``
* ``Spheral/2023.06.0``
* ``Spheral/2023.03.1``
* ``Spheral/2023.03.0`` (deprecated as of TOSS4 upgrade)
* ``Spheral/2022.06.0`` (deprecated as of TOSS4 upgrade)

Spheral/risky
=============
Expand Down

0 comments on commit f16b258

Please sign in to comment.