Skip to content

Commit

Permalink
Updated RecentChanges.rst and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Apr 27, 2024
1 parent d8ca04b commit 3e8f67b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## Changes to SUNDIALS in release X.Y.Z

Created shared user interface for ARKODE user-callable routines, to allow more
uniform control over time-stepping algorithms, improved extensibility, and
simplified code maintenance. Marked the corresponding stepper-specific
user-callable routines as deprecated; these will be removed in a future major
release.

Added "Resize" capability to ARKODE's SPRKStep time-stepping module.

Updated the CMake variable `HIP_PLATFORM` default to `amd` as the previous
default, `hcc`, is no longer recognized in ROCm 5.7.0 or newer. The new default
is also valid in older version of ROCm (at least back to version 4.3.1).
Expand Down
8 changes: 8 additions & 0 deletions doc/shared/RecentChanges.rst
@@ -1,5 +1,13 @@
**New Features**

Created shared user interface for ARKODE user-callable routines, to allow more
uniform control over time-stepping algorithms, improved extensibility, and
simplified code maintenance. Marked the corresponding stepper-specific
user-callable routines as deprecated; these will be removed in a future major
release.

Added "Resize" capability to ARKODE's SPRKStep time-stepping module.

Added CMake infrastructure that enables externally maintained addons/plugins
to be *optionally* built with SUNDIALS. See :ref:`Contributing` for details.

Expand Down

0 comments on commit 3e8f67b

Please sign in to comment.