Skip to content

Commit

Permalink
update recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Nov 14, 2023
1 parent b59256e commit 50a90ed
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# SUNDIALS Changelog

## Changes to SUNDIALS in release 7.0.0
## Changes to SUNDIALS in release X.X.X

The previously deprecated types `realtype` and `booleantype` were removed from `sundials_types.h`
and replaced with `sunrealtype` and `sunbooleantype`. The deprecated names for these types
can be used by including the header file `sundials_types_deprecated.h` but will be fully removed in the
next major release.


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

Added the `SUNAdaptController` base class, ported ARKODE's internal
implementations of time step controllers into implementations of this class,
and updated ARKODE to use these objects instead of its own implementations.
Expand Down
6 changes: 6 additions & 0 deletions doc/arkode/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Added the :c:type:`SUNAdaptController` base class, ported ARKODE's internal
implementations of time step controllers into implementations of this class,
and updated ARKODE to use these objects instead of its own implementations. Added
Expand Down
6 changes: 6 additions & 0 deletions doc/cvode/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
and fixed the targets used for rocBLAS and rocSPARSE.

Expand Down
6 changes: 6 additions & 0 deletions doc/cvodes/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
and fixed the targets used for rocBLAS and rocSPARSE.

Expand Down
6 changes: 6 additions & 0 deletions doc/ida/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
and fixed the targets used for rocBLAS and rocSPARSE.

Expand Down
6 changes: 6 additions & 0 deletions doc/idas/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
and fixed the targets used for rocBLAS and rocSPARSE.

Expand Down
6 changes: 6 additions & 0 deletions doc/kinsol/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Changes from previous versions
Changes in vX.X.X
-----------------

The previously deprecated types ``realtype`` and ``booleantype`` were removed
from ``sundials_types.h`` and replaced with ``sunrealtype`` and
`sunbooleantype`. The deprecated names for these types can be used by including
the header file ``sundials_types_deprecated.h`` but will be fully removed in the
next major release.

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
and fixed the targets used for rocBLAS and rocSPARSE.

Expand Down

0 comments on commit 50a90ed

Please sign in to comment.