-
Notifications
You must be signed in to change notification settings - Fork 32
release v2.2.0 "Carbon and Nitrogen in Sync" #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 4 commits
70762ca
9a98d64
ded0c03
3f1f6e3
92ac7c0
20440ed
0c7524b
2f2811b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,18 @@ sections to include in release notes: | |
|
|
||
| ### Added | ||
|
|
||
| ### Fixed | ||
|
|
||
| ### Changed | ||
|
|
||
| ### Removed | ||
|
|
||
| ### Git SHA | ||
|
|
||
| ## **SIPNET 2.2.0 - "Carbon and Nitrogen in Sync"** | ||
|
|
||
| ### Added | ||
|
|
||
| - `sipnet-view` tool for visualizing SIPNET output files (#317) | ||
| - `leafon` and `leafoff` events for tracking phenological transitions (#326) | ||
| - `leafon` limited by available carbon and nitrogen; N storage pool; N resorption on `leafoff` (#337) | ||
|
|
@@ -34,10 +46,14 @@ sections to include in release notes: | |
| - New `--debug-log` CLI option to enable debug logging (#352) | ||
| - Ability to create derived columns in `sipnet-view` (#355) | ||
| - New `sipnet-debug-view` tool for visualizing SIPNET debug output files (#359) | ||
| - Plant mortality check with event output on occurrence (#359) | ||
| - Plant mortality check with transfer of remaining carbon and nitrogen to litter and soil pools and a `plantdeath` record in `events.out` (#359). | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### Fixed | ||
|
|
||
| - Corrected plant carbon accounting so the accounting-only carbon delta is not treated as nitrogen-bearing woody biomass (#359). | ||
| - Corrected nitrogen resorption and storage accounting during senescence and negative growth, including the ordering of storage use, fixation, and uptake (#359). | ||
| - Corrected the nitrogen mass-balance sign convention (#359). | ||
|
|
||
| ### Changed | ||
|
|
||
| - Renamed the CLI option `--file-name` to `--file-prefix` for clarity while keeping `--file-name` as a backward-compatible alias (#320) | ||
|
|
@@ -50,6 +66,8 @@ sections to include in release notes: | |
|
|
||
| ### Git SHA | ||
|
|
||
| 70762ca | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how do we make sure that this is up to date when we tag the release?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't usually see SHAs listed in changelogs at all (certainly I see them in, say, release announcement emails, but those are a different beast that lives outside the repo). What's the intended use case here that a tag doesn't handle?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also the entries for releases 2.1.0 and 2.0.0 below still list the SHA as "[TBD]", which seems to me like an indication we don't really need it |
||
|
|
||
| ## **SIPNET 2.1.0 - "Nitrogen Cycle, Methane, and Restart"** | ||
|
|
||
| ### Added | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.