Skip to content

Commit 935d6a4

Browse files
authored
Maintenance: Start next release cycle (#629)
Update recent changes for next release cycle
1 parent 5c53be8 commit 935d6a4

File tree

10 files changed

+37
-16
lines changed

10 files changed

+37
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# SUNDIALS Changelog
22

3+
## Changes to SUNDIALS in release X.Y.Z
4+
5+
### Major Features
6+
7+
### New Features and Enhancements
8+
9+
### Bug Fixes
10+
11+
### Deprecation Notices
12+
313
## Changes to SUNDIALS in release 7.2.1
414

515
### New Features and Enhancements

doc/arkode/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require a linear solver, ARKODE may use a variety of SUNLinearSolver modules
126126
provided with SUNDIALS, or again may utilize a user-supplied module.
127127

128128

129-
Changes to SUNDIALS in release 6.2.1
129+
Changes to SUNDIALS in release X.Y.Z
130130
====================================
131131

132132
.. include:: ../../../shared/RecentChanges.rst

doc/cvode/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ implementations.
108108
.. efficiency of C, and the greater ease of interfacing the solver to
109109
.. applications written in extended Fortran.
110110
111-
Changes to SUNDIALS in release 7.2.1
111+
Changes to SUNDIALS in release X.Y.Z
112112
====================================
113113

114114
.. include:: ../../../shared/RecentChanges.rst

doc/cvodes/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ greater ease of interfacing the solver to applications written in extended
109109
Fortran.
110110

111111

112-
Changes to SUNDIALS in release 7.2.1
112+
Changes to SUNDIALS in release X.Y.Z
113113
====================================
114114

115115
.. include:: ../../../shared/RecentChanges.rst

doc/ida/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ systems.
6969
the greater ease of interfacing the solver to applications written in extended
7070
Fortran.
7171
72-
Changes to SUNDIALS in release 7.2.1
72+
Changes to SUNDIALS in release X.Y.Z
7373
====================================
7474

7575
.. include:: ../../../shared/RecentChanges.rst

doc/idas/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ integrate any final-condition ODE dependent on the solution of the original IVP
8383
the greater ease of interfacing the solver to applications written in extended
8484
Fortran.
8585
86-
Changes to SUNDIALS in release 6.2.1
86+
Changes to SUNDIALS in release X.Y.Z
8787
====================================
8888

8989
.. include:: ../../../shared/RecentChanges.rst

doc/kinsol/guide/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ applications written in Fortran.
8585

8686
.. _KINSOL.Introduction.Changes:
8787

88-
Changes to SUNDIALS in release 7.2.1
88+
Changes to SUNDIALS in release X.Y.Z
8989
====================================
9090

9191
.. include:: ../../../shared/RecentChanges.rst

doc/shared/Changelog.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,27 @@ Changelog
2121

2222
.. SED_REPLACEMENT_KEY
2323
24-
Changes to SUNDIALS in release 7.2.1
24+
Changes to SUNDIALS in release X.Y.Z
2525
====================================
2626

2727
.. include:: RecentChanges_link.rst
2828

29+
Changes to SUNDIALS in release 7.2.1
30+
====================================
31+
32+
**New Features and Enhancements**
33+
34+
Unit tests were separated from examples. To that end, the following directories
35+
were moved out of the ``examples/`` directory to the ``test/unit_tests`` directory:
36+
``nvector``, ``sunmatrix``, ``sunlinsol``, and ``sunnonlinsol``.
37+
38+
**Bug Fixes**
39+
40+
Fixed a bug in ARKStep where an extra right-hand side evaluation would occur
41+
each time step when enabling the :c:func:`ARKodeSetAutonomous` option and using
42+
an IMEX method where the DIRK table has an implicit first stage and is not stiffly
43+
accurate.
44+
2945
Changes to SUNDIALS in release 7.2.0
3046
====================================
3147

doc/shared/RecentChanges.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
** New Features and Enhancements **
1+
**Major Features**
22

3-
Unit tests were separated from examples. To that end, the following directories
4-
were moved out of the ``examples/`` directory to the ``test/unit_tests`` directory:
5-
``nvector``, ``sunmatrix``, ``sunlinsol``, and ``sunnonlinsol``.
3+
**New Features and Enhancements**
64

75
**Bug Fixes**
86

9-
Fixed a bug in ARKStep where an extra right-hand side evaluation would occur
10-
each time step when enabling the :c:func:`ARKodeSetAutonomous` option and using
11-
an IMEX method where the DIRK table has an implicit first stage and is not stiffly
12-
accurate.
7+
**Deprecation Notices**

doc/shared/sundials_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# SPDX-License-Identifier: BSD-3-Clause
1010
# SUNDIALS Copyright End
1111
# ----------------------------------------------------------------
12-
doc_version = 'v7.2.1'
12+
doc_version = 'develop'
1313
sundials_version = 'v7.2.1'
1414
arkode_version = 'v6.2.1'
1515
cvode_version = 'v7.2.1'

0 commit comments

Comments
 (0)