|
3 | 3 | <!-- Github markdown syntax: --> |
4 | 4 | <!-- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax --> |
5 | 5 |
|
| 6 | +<!-- Version numbers must be synchronized in CHANGELOG.md, src/gdata.h, --> |
| 7 | +<!-- docs/source/conf.py and https://en.wikipedia.org/wiki/Kinetic_PreProcessor --> |
| 8 | + |
6 | 9 | All notable changes to this project will be documented in this file. |
7 | 10 |
|
8 | 11 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
9 | 12 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
10 | 13 |
|
| 14 | +## [3.2.1] - 2025-05-06 |
| 15 | +### Added |
| 16 | +- Added documentation in the `#INITVALUES` section about using Fortran `d` (double precision) exponents |
| 17 | +- Added C-I test `F90_feuler`, using the Forward Euler integrator |
| 18 | +- Added carbon gases mechanism (`models/carbon.*`) |
| 19 | + |
| 20 | +### Changed |
| 21 | +- Updated `.ci-pipelines/build-testing.yml` to use `ubuntu-24.04` instead of `ubuntu-20.04` container for Azure C-I tests |
| 22 | +- Updated `jinja2` to version 3.1.6 (for ReadTheDocs) to fix a security issue identified by @dependabot |
| 23 | + |
| 24 | +### Fixed |
| 25 | +- Fixed parsing of `#INITVALUES` section to allow Fortran `d` (double-precision) exponents |
| 26 | +- Updated `int/feuler.f90` to return the `Texit` value as `RSTATUS(1)` (this was not being done) |
| 27 | + |
11 | 28 | ## [3.2.0] - 2025-02-27 |
12 | 29 | ### Added |
13 | 30 | - Added new inline key `F90_RCONST_USE` in `src/gdata.h` and `src/scanner.c` |
@@ -48,8 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
48 | 65 | ### Fixed |
49 | 66 | - Now only add tha extra `Aout` argument to `Fun` and `Fun_Split` for F90 (see issues #56, #96) |
50 | 67 |
|
51 | | -<!-- Version numbers must be synchronized in CHANGELOG.md, --> |
52 | | -<!-- src/gdata.h, and docs/source/conf.py--> |
53 | 68 | ## [3.1.0] - 2023-12-20 |
54 | 69 | ### Added |
55 | 70 | - `#AUTOREDUCE` has been added to the list of KPP commands in the ReadTheDocs documentaton |
|
0 commit comments