Skip to content

Commit

Permalink
Updated CHANGELOG.md and conf.py
Browse files Browse the repository at this point in the history
CHANGELOG.md
- Added info about KPP_FLEX_LIB_DIR and Makefile.defs
- Updated version number to 3.0.0-rc.0 (release candidate for 3.0.0)

conf.py
- Updated version to 3.0.0-rc.0 (for 3.0.0-release candidate)

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jul 7, 2022
1 parent 7607565 commit 1384b27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Changelog

## Unreleased
## [3.0.0-rc.0]

### Added

Expand All @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Corrected several omissions
- Removed table numbers from tables (to reduce confusion)
- Now document additional installation steps for MacOS X
- Added documentation about `KPP_FLEX_LIB_DIR`
- C-I test additions
- Added a C-I test for the `rosenbrock_autoreduce` integrator

Expand All @@ -33,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(which now works both locally and on Azure Dev Pipelines)
- Renamed `ci-manual-cleanup-script.sh` to `ci-cleanup-script.sh`
- Updated docs accordingly
- Makefile changes
- `Makefile.defs` now uses environment variable `KPP_FLEX_LIB_DIR`
when it cannot find the flex library file in standard locations v
- Removed host-specific if blocks from `Makefile.defs`
- Other changes
- DOUBLE_COMPLEX is now replaced by COMPLEX(kind=dp)
- Fixed incorrect license string in .zenodo.json
Expand Down

0 comments on commit 1384b27

Please sign in to comment.