Skip to content

Commit 9ced374

Browse files
authored
Merge pull request #3327 from infotroph/bump-package-versions
Bump package versions for v1.8.0
2 parents e8d628c + 10e958d commit 9ced374

File tree

67 files changed

+281
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+281
-252
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section for the next release.
55

66
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
77

8-
## [Unreleased]
8+
## [1.8.0] - 2024-07-12
99

1010
### Added
1111
- Created a new soilgrids function to extract the mean soil organic carbon profile with associated undertainty values at each depth for any lat/long location (#3040). Function was created for the CMS SDA workflow

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
title: >-
33
The Predictive Ecosystem Analyzer (PEcAn) is an
44
integrated ecological bioinformatics toolbox.
5-
version: 1.7.2
5+
version: 1.8.0
66
abstract: >-
77
The Predictive Ecosystem Analyzer (PEcAn) (see
88
pecanproject.org) is an integrated ecological
@@ -77,7 +77,7 @@ authors:
7777
- affiliation: University of Cambridge
7878
given-names: Anne Thomas
7979
orcid: 'https://orcid.org/0000-0002-2808-6462'
80-
- affiliation: CK Black Science Consulting
80+
- affiliation: Pools and Fluxes LLC
8181
given-names: Chris Black
8282
orcid: 'https://orcid.org/0000-0001-8382-298X'
8383
- affiliation: Rutgers University

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ALL_PKGS_D := $(BASE_D) $(MODULES_D) $(MODELS_D)
4646

4747
SETROPTIONS := "options(Ncpus = ${NCPUS})"
4848

49-
EXPECTED_ROXYGEN_VERSION := 7.3.1
49+
EXPECTED_ROXYGEN_VERSION := 7.3.2
5050
INSTALLED_ROXYGEN_VERSION := $(shell Rscript \
5151
-e "if (requireNamespace('roxygen2', quietly = TRUE)) {" \
5252
-e "cat(as.character(packageVersion('roxygen2')))" \

base/all/DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ Package: PEcAn.all
22
Type: Package
33
Title: PEcAn functions used for ecological forecasts and
44
reanalysis
5-
Version: 1.7.2.9000
6-
Date: 2021-10-04
5+
Version: 1.8.0
76
Authors@R: c(person("Mike", "Dietze", role = c("aut"),
87
email = "dietze@bu.edu"),
98
person("David", "LeBauer", role = c("aut", "cre"),
@@ -79,4 +78,4 @@ Copyright: Authors
7978
LazyData: true
8079
Encoding: UTF-8
8180
Roxygen: list(markdown = TRUE)
82-
RoxygenNote: 7.3.1
81+
RoxygenNote: 7.3.2

base/all/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PEcAn.all 1.7.2.9000
1+
# PEcAn.all 1.8.0
22

33
## Added
44

base/all/data/pecan_releases.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
"v1.7.0",2018-12-10,1.7.0
3232
"v1.7.1",2019-09-20,1.7.1
3333
"v1.7.2",2021-10-08,1.7.2
34+
"v1.8.0",2024-07-12,1.8.0

base/all/data/pecan_version_history.csv

Lines changed: 54 additions & 51 deletions
Large diffs are not rendered by default.

base/db/DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Package: PEcAn.DB
22
Type: Package
33
Title: PEcAn Functions Used for Ecological Forecasts and Reanalysis
4-
Version: 1.7.2.9000
5-
Date: 2021-10-04
4+
Version: 1.8.0
65
Authors@R: c(person("David", "LeBauer", role = c("aut", "cre"),
76
email = "dlebauer@email.arizona.edu"),
87
person("Mike", "Dietze", role = c("aut"),
@@ -81,4 +80,4 @@ Copyright: Authors
8180
LazyLoad: yes
8281
LazyData: FALSE
8382
Encoding: UTF-8
84-
RoxygenNote: 7.3.1
83+
RoxygenNote: 7.3.2

base/db/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PEcAn.DB 1.7.2.9000
1+
# PEcAn.DB 1.8.0
22

33
## Added
44

base/logger/DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Package: PEcAn.logger
22
Title: Logger Functions for 'PEcAn'
3-
Version: 1.8.1.9000
4-
Date: 2021-07-27
3+
Version: 1.8.2
54
Authors@R: c(person("Rob", "Kooper", role = c("aut", "cre"),
65
email = "kooper@illinois.edu"),
76
person("Alexey", "Shiklomanov", role = c("aut"),
@@ -30,5 +29,5 @@ Suggests:
3029
withr
3130
License: BSD_3_clause + file LICENSE
3231
Encoding: UTF-8
33-
RoxygenNote: 7.3.1
32+
RoxygenNote: 7.3.2
3433
Roxygen: list(markdown = TRUE)

0 commit comments

Comments
 (0)