-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Make sure all the relevant boxes are checked (and only check the box if you actually completed the step): | ||
|
||
- [ ] closes #xxx (identify the issue associated with this PR) | ||
- [ ] tests passed | ||
- [ ] new tests added | ||
- [ ] science test figures | ||
- [ ] checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md) | ||
- [ ] Describe the change in the release notes (use `./summa/docs/whats-new.md`) | ||
- [ ] Closes #xxx (identify the issue associated with this PR) | ||
- [ ] Code passes standard test cases (results are either bit-for-bit identical, or differences are explained in the PR comment) | ||
- [ ] New tests added (describe which tests were performed to test the changes) | ||
- [ ] Science test figures (add figures to PR comment and describe the tests) | ||
- [ ] Checked that the new code conforms to the [SUMMA coding conventions](https://github.com/NCAR/summa/blob/master/docs/howto/summa_coding_conventions.md) | ||
- [ ] Describe the change in the release notes (use `./summa/docs/whats-new.md`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Minor changes | ||
|
||
This page provides simple, high-level documentation about what has changed in each new release of SUMMA. | ||
|
||
Documented here are minor changes that do not affect science outputs or are likely to affect only a minority of users: | ||
- Minor bugfixes | ||
- Correction of misspellings | ||
- Changes to formatting | ||
- Addition of print statements | ||
- Etc. | ||
|
||
## Version 3.0.4 (pre-release) | ||
|
||
- [placeholder] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters