Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Oct 3, 2024
1 parent 769e9e3 commit 5984931
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
* Model packages `PEcAn.BASGRA`, `PEcAn.CLM45`, `PEcAn.DALEC`, `PEcAn.dvmdostem`, `PEcAn.FATES`, `PEcAn.GDAY`, `PEcAn.JULES`, `PEcAn.LDNDC`, `PEcAn.LINKAGES`, `PEcAn.LPJGUESS`, `PEcAn.MAAT`, `PEcAn.MAESPA`, `PEcAn.PRELES`, `PEcAn.SIBCASA`, `PEcAn.SIPNET`, `PEcAn.STICS`, and the new model package template.
* Modules `PEcAn.allometry`, `PEcAn.assim.batch`, `PEcAn.data.mining`, `PEcAn.emulator`, `PEcAn.MA`, `PEcAn.photosynthesis`, `PEcAn.priors`, and `PEcAn.RTM`.
- Renamed master branch to main
- `PEcAn.all::pecan_version()` now reports commit hashes as well as version numbers for each installed package.

### Removed

Expand Down
4 changes: 4 additions & 0 deletions base/all/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## License change
* PEcAn.all is now distributed under the BSD three-clause license instead of the NCSA Open Source license.

## Changed
* `pecan_version()` now reports the Git revision (if known) for each package,
and prints its results more compactly for easier reading.

# PEcAn.all 1.8.0

## Added
Expand Down
6 changes: 3 additions & 3 deletions base/all/R/pecan_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#' @param exact Show only tags that exactly match `version`,
#' or all tags that have it as a substring?
#' @return data frame with columns for package name, expected version(s),
#' and installed version.
#' If the `sessioninfo` package is installed, a fourth column reports where
#' each package was installed from: local, github, CRAN, etc.
#' installed version, and Git hash (if known).
#' If the `sessioninfo` package is installed, an additional column reports
#' where each package was installed from: local, github, CRAN, etc.
#'
#' @examples
#' pecan_version()
Expand Down
6 changes: 3 additions & 3 deletions base/all/man/pecan_version.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5984931

Please sign in to comment.