Skip to content
Open
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
1 change: 1 addition & 0 deletions .ci-pipelines/ci-common-defs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ C_rosadj
C_sd
C_sdadj
C_small_strato
F90_implicit12
F90_lsode
F90_radau
F90_rk
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
### Added
- New integrator `implicit12`, with corresponding C-I test

## [3.1.1] - 2024-04-30
### Changed
- Updated Python package versions for ReadTheDocs in `docs/requirements.txt`
Expand Down
1 change: 1 addition & 0 deletions ci-tests/F90_implicit12/F90_implicit12.kpp
4 changes: 4 additions & 0 deletions examples/implicit12.kpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#MODEL small_strato
#INTEGRATOR implicit12
#LANGUAGE Fortran90
#DRIVER general
Loading