You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,24 @@ sections to include in release notes:
26
26
27
27
### Added
28
28
29
-
- Model structure and parameter documentation (#42)
29
+
### Fixed
30
+
31
+
### Changed
32
+
33
+
### Removed
34
+
35
+
### Git SHA
36
+
37
+
## **SIPNET 2.0.0 - "SIPNET Overhaul"**
38
+
39
+
### Added
40
+
41
+
-Irrigation events (#26)
30
42
- Changelog (#33)
43
+
- Model structure and parameter documentation (#42)
31
44
- Build docs and push to gh-pages (#41)
45
+
- Add documentation website (pecanproject.github.io/sipnet) with automated builds (#53)
46
+
- Handle planting & harvest events(#55)
32
47
- events.out file for agronomic event handling (#57)
33
48
- Utility `tools/trim_first_chars.sh` to trim the first n characters from every row in a file, useful for updating old input files to remove location column
34
49
- Expanded smoke test cases to better cover SIPNET modeling options (#109, #114)
@@ -47,6 +62,7 @@ sections to include in release notes:
- Deprecated: "RUNTYPE" is obsolete. Will be silently ignored if set to 'standard' or error if set to anything else. Runs in 'standard' mode by default.
51
67
- Deprecated: "LOCATION" is obsolete. Will be ignored with warning. (#92)
52
68
- Deprecated: All columns in *.param except for name and value. Will be ignored with warning. (#92)
@@ -62,6 +78,8 @@ sections to include in release notes:
62
78
- Removed obsolete estimate program and associated code (#70, #82)
63
79
- Removed multi-site support; in particular, output files no longer have a location column (#92)
64
80
- Removed or hard-codes 'on' many compile time switches (#114)
81
+
- Removed `SOIL_QUALITY` mode (#125)
82
+
- Removed `soilWetness` mode (#127)
65
83
- Removed obsolete model params; sipnet now warns on unknown params in the params file (#124)
0 commit comments