Skip to content

Commit

Permalink
Release/6.5.1 (#268)
Browse files Browse the repository at this point in the history
* bump version
* regen f2003
---------
Co-authored-by: David J. Gardner <gardner48@llnl.gov>
  • Loading branch information
balos1 committed Mar 30, 2023
1 parent 0ad08bf commit 34d21af
Show file tree
Hide file tree
Showing 30 changed files with 371 additions and 136 deletions.
24 changes: 12 additions & 12 deletions CITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,52 +61,52 @@ they are using rather than the combined SUNDIALS online guide:
@Misc{arkodeDocumentation,
author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Cody J. Balos},
title = {User Documentation for ARKODE},
year = {2022},
note = {v5.5.0}
year = {2023},
note = {v5.5.1}
}
```

```bibtex
@Misc{cvodeDocumentation,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {User Documentation for CVODE},
year = {2022},
note = {v6.5.0}
year = {2023},
note = {v6.5.1}
}
```

```bibtex
@Misc{cvodesDocumentation,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {User Documentation for CVODES},
year = {2022},
note = {v6.5.0}
year = {2023},
note = {v6.5.1}
}
```

```bibtex
@Misc{idaDocumentation,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {User Documentation for IDA},
year = {2022},
note = {v6.5.0}
year = {2023},
note = {v6.5.1}
}
```

```bibtex
@Misc{idasDocumentation,
author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {User Documentation for IDAS},
year = {2022},
note = {v5.5.0}
year = {2023},
note = {v5.5.1}
}
```

```bibtex
@Misc{kinsolDocumentation,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {User Documentation for KINSOL},
year = {2022},
note = {v6.5.0}
year = {2023},
note = {v6.5.1}
}
```
24 changes: 12 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include(FindPackageHandleStandardArgs)
# Set some variables with info on the SUNDIALS project
set(PACKAGE_BUGREPORT "sundials-users@llnl.gov")
set(PACKAGE_NAME "SUNDIALS")
set(PACKAGE_STRING "SUNDIALS 6.5.0")
set(PACKAGE_STRING "SUNDIALS 6.5.1")
set(PACKAGE_TARNAME "sundials")

# Set SUNDIALS version numbers
Expand All @@ -52,7 +52,7 @@ message(STATUS "SUNDIALS_GIT_VERSION: ${SUNDIALS_GIT_VERSION}")
# (use "" for the version label if none is needed)
set(PACKAGE_VERSION_MAJOR "6")
set(PACKAGE_VERSION_MINOR "5")
set(PACKAGE_VERSION_PATCH "0")
set(PACKAGE_VERSION_PATCH "1")
set(PACKAGE_VERSION_LABEL "")

if(PACKAGE_VERSION_LABEL)
Expand All @@ -67,37 +67,37 @@ endif()

# Specify the VERSION and SOVERSION for shared libraries

set(arkodelib_VERSION "5.5.0")
set(arkodelib_VERSION "5.5.1")
set(arkodelib_SOVERSION "5")

set(cvodelib_VERSION "6.5.0")
set(cvodelib_VERSION "6.5.1")
set(cvodelib_SOVERSION "6")

set(cvodeslib_VERSION "6.5.0")
set(cvodeslib_VERSION "6.5.1")
set(cvodeslib_SOVERSION "6")

set(idalib_VERSION "6.5.0")
set(idalib_VERSION "6.5.1")
set(idalib_SOVERSION "6")

set(idaslib_VERSION "5.5.0")
set(idaslib_VERSION "5.5.1")
set(idaslib_SOVERSION "5")

set(kinsollib_VERSION "6.5.0")
set(kinsollib_VERSION "6.5.1")
set(kinsollib_SOVERSION "6")

set(cpodeslib_VERSION "0.0.0")
set(cpodeslib_SOVERSION "0")

set(nveclib_VERSION "6.5.0")
set(nveclib_VERSION "6.5.1")
set(nveclib_SOVERSION "6")

set(sunmatrixlib_VERSION "4.5.0")
set(sunmatrixlib_VERSION "4.5.1")
set(sunmatrixlib_SOVERSION "4")

set(sunlinsollib_VERSION "4.5.0")
set(sunlinsollib_VERSION "4.5.1")
set(sunlinsollib_SOVERSION "4")

set(sunnonlinsollib_VERSION "3.5.0")
set(sunnonlinsollib_VERSION "3.5.1")
set(sunnonlinsollib_SOVERSION "3")

set(sundialslib_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers #
### Version 6.5.0 (Dec 2022) ###
### Version 6.5.1 (Mar 2023) ###

**Center for Applied Scientific Computing, Lawrence Livermore National Laboratory**

Expand Down
2 changes: 2 additions & 0 deletions doc/shared/History.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Appendix: SUNDIALS Release History
+----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Date | SUNDIALS | ARKODE | CVODE | CVODES | IDA | IDAS | KINSOL |
+==========+===================+===================+===================+===================+===================+===================+===================+
| Mar 2023 | 6.5.1 | 5.5.1 | 6.5.1 | 6.5.1 | 6.5.1 | 5.5.1 | 6.5.1 |
+----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Dec 2022 | 6.5.0 | 5.5.0 | 6.5.0 | 6.5.0 | 6.5.0 | 5.5.0 | 6.5.0 |
+----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Oct 2022 | 6.4.1 | 5.4.1 | 6.4.1 | 6.4.1 | 6.4.1 | 5.4.1 | 6.4.1 |
Expand Down
48 changes: 24 additions & 24 deletions doc/shared/sundials.bib
Original file line number Diff line number Diff line change
Expand Up @@ -27,119 +27,119 @@
%
@techreport{arkode_ug,
author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Rujeko Chinomona and Cody J. Balos},
title = {{User Documentation for ARKODE v5.5.0}},
title = {{User Documentation for ARKODE v5.5.1}},
institution = {LLNL},
number = {LLNL-SM-668082},
year = 2022
year = 2023
}
%
% ARKODE examples
%
@techreport{arkode_ex,
author = {Daniel R. Reynolds},
title = {{Example Programs for ARKODE v5.5.0}},
title = {{Example Programs for ARKODE v5.5.1}},
institution = {Southern Methodist University},
year = 2022
year = 2023
}
%
% CVODE user guide
%
@techreport{cvode_ug,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {{User Documentation for CVODE v6.5.0}},
title = {{User Documentation for CVODE v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208108},
year = 2022
year = 2023
}
%
% CVODE examples
%
@techreport{cvode_ex,
author = {Alan C. Hindmarsh and Radu Serban},
title = {{Example Programs for CVODE v6.5.0}},
title = {{Example Programs for CVODE v6.5.1}},
institution = {LLNL},
note = {UCRL-SM-208110},
year = 2022
year = 2023
}
%
% CVODES user guide
%
@techreport{cvodes_ug,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {{User Documentation for CVODES v6.5.0}},
title = {{User Documentation for CVODES v6.5.1}},
institution = {LLNL},
note = {UCRL-SM-208111},
year = 2022
year = 2023
}
%
% CVODES examples
%
@techreport{cvodes_ex,
author = {Radu Serban and Alan C. Hindmarsh},
title = {{Example Programs for CVODES v6.5.0}},
title = {{Example Programs for CVODES v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208115},
year = 2022
year = 2023
}
%
% IDA user guide
%
@techreport{ida_ug,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {{User Documentation for IDA v6.5.0}},
title = {{User Documentation for IDA v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208112},
year = 2022
year = 2023
}
%
% IDA examples
%
@techreport{ida_ex,
author = {Alan C. Hindmarsh and Radu Serban and Aaron Collier},
title = {{Example Programs for IDA v6.5.0}},
title = {{Example Programs for IDA v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208113},
year = 2022
year = 2023
}
%
% IDAS user guide
%
@techreport{idas_ug,
author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {{User Documentation for IDAS v5.5.0}},
title = {{User Documentation for IDAS v5.5.1}},
institution = {LLNL},
number = {UCRL-SM-234051},
year = 2022
year = 2023
}
%
% IDAS examples
%
@techreport{idas_ex,
author = {Radu Serban and Alan C. Hindmarsh},
title = {{Example Programs for IDAS v5.5.0}},
title = {{Example Programs for IDAS v5.5.1}},
institution = {LLNL},
number = {LLNL-TR-437091},
year = 2022
year = 2023
}
%
% KINSOL user guide
%
@techreport{kinsol_ug,
author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward},
title = {{User Documentation for KINSOL v6.5.0}},
title = {{User Documentation for KINSOL v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208116},
year = 2022
year = 2023
}
%
% KINSOL examples
%
@techreport{kinsol_ex,
author = {Aaron M. Collier and Radu Serban},
title = {{Example Programs for KINSOL v6.5.0}},
title = {{Example Programs for KINSOL v6.5.1}},
institution = {LLNL},
number = {UCRL-SM-208114},
year = 2022
year = 2023
}

%---------------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions doc/shared/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# SPDX-License-Identifier: BSD-3-Clause
# SUNDIALS Copyright End
# ----------------------------------------------------------------
sundials_version = 'v6.5.0'
arkode_version = 'v5.5.0'
cvode_version = 'v6.5.0'
cvodes_version = 'v6.5.0'
ida_version = 'v6.5.0'
idas_version = 'v5.5.0'
kinsol_version = 'v6.5.0'
year = '2022'
sundials_version = 'v6.5.1'
arkode_version = 'v5.5.1'
cvode_version = 'v6.5.1'
cvodes_version = 'v6.5.1'
ida_version = 'v6.5.1'
idas_version = 'v5.5.1'
kinsol_version = 'v6.5.1'
year = '2023'
Loading

0 comments on commit 34d21af

Please sign in to comment.