Skip to content

Commit

Permalink
Updated .gitignore and CHANGELOG.md
Browse files Browse the repository at this point in the history
.gitignore
- Also ignore *.h files in the ci-tests/* folders

CHANGELOG.md
- Added info about recent updates to C-I tests etc.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jul 6, 2022
1 parent 7abc494 commit 1877722
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/ci-tests/**/*.m
/ci-tests/**/*results*
/ci-tests/**/*.exe
/ci-tests/**/*.h

# keep empty directory for executables, but not its contents:
/bin/*
Expand Down
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- In-text citations now use the :cite:t style (e.g. "Smith et al [2000]")
- Corrected several omissions
- Removed table numbers from tables (to reduce confusion)
- Added a C-I test for `rosenbrock_autoreduce`
- C-I test additions
- Added a C-I test for the `rosenbrock_autoreduce` integrator

### Changed

- Renamed CI-test folders for clarity
- DOUBLE_COMPLEX is now replaced by COMPLEX(kind=dp)
- Fixed incorrect license string in .zenodo.json
- C-I test updates
- Renamed CI-test folders for clarity (`C_*`, `F90_*`, 'X_*')
- Abstracted reusable code into the `ci-common-defs.sh` script
- Replaced `ci-manual-testing-script.sh` with `ci-testing-script.sh`
(which now works both locally and on Azure Dev Pipelines)
- Renamed `ci-manual-cleanup-script.sh` to `ci-cleanup-script.sh`
- Updated docs accordingly
- Other changes
- DOUBLE_COMPLEX is now replaced by COMPLEX(kind=dp)
- Fixed incorrect license string in .zenodo.json
- Added extra `free()` statements in `src/gen.c` to avoid memory
leaks

## [2.6.0]

Expand Down

0 comments on commit 1877722

Please sign in to comment.