Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added "Lint" GitHub Action to check other actions for security issues
- Added new example files: `rkadj.kpp`, `sd4.kpp`, `sdtlm.kpp`
- Added new C-I tests: `F90_rkadj`, `F90_sd4`, `F90_sdtlm`

- Added `Rodas3_1` integration method to `rosenbrock_autoreduce.f90` and `rosenbrock.f90`, with updated coefficents by @msl3v
- Added `Rodas3_1` integration method to `rosenbrock_autoreduce.f90` and `rosenbrock.f90`, with updated coefficents by @msl3v
- Added `Rodas3_1` integration method to `rosenbrock_autoreduce.f90`, `rosenbrock.f90`, `rosenbrock.c`, and `rosenbrock.m`, with updated coefficents by @msl3v
- Added `Rodas3_1` integration method (with updated coefficents by @msl3v) to `rosenbrock_autoreduce.f90`, `rosenbrock.{c,f90,m}`, `rosenbrock_adj.{c,f90}`

### Changed
- Updated ReadTheDocs documentation to reflect that C-I tests are now done as a GitHub Action

Expand All @@ -26,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated rules to ignore files in `.gitignore` and updated comments accordingly
- Fixed a bug that prevented `.ci-pipelines/ci-cleanup-script.sh` from removing KPP-generated files for MCM mechanisms
- Fixed typo in error message in `int/rosenbrock_autoreduce.f90`
- Fixed incorrect comment in `int/rosenbrock_autoreduce.f90`: `10*H` should be `0.1*H`

### Removed
- Removed C-I tests on Microsoft Azure Dev Pipelines
Expand Down Expand Up @@ -521,3 +526,4 @@ Changes by Domenico Taraborrelli:
- examples/mimi* deleted

## [2.1] - 2005-07-19

Loading