Skip to content

Commit d6df3cd

Browse files
committed
bump versions for modules and base
1 parent 84faae1 commit d6df3cd

File tree

42 files changed

+292
-124
lines changed

Some content is hidden

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

42 files changed

+292
-124
lines changed

base/all/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PEcAn.all
22
Type: Package
33
Title: PEcAn Functions Used for Ecological Forecasts and Reanalysis
4-
Version: 1.9.0.9000
4+
Version: 1.9.1
55
Authors@R: c(person("Mike", "Dietze", role = c("aut"),
66
email = "dietze@bu.edu"),
77
person("David", "LeBauer", role = c("aut", "cre"),

base/all/NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# PEcAn.all 1.9.1
2+
3+
14
# PEcAn.all 1.9.0
25

36
## License change

base/all/data/pecan_releases.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
"v1.7.2",2021-10-08,1.7.2
3434
"v1.8.0",2024-07-12,1.8.0
3535
"v1.9.0",2025-05-25,1.9.0
36+
"v1.10.0",2025-12-12,1.10.0

base/all/data/pecan_version_history.csv

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

base/db/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PEcAn.DB
22
Type: Package
33
Title: PEcAn Functions Used for Ecological Forecasts and Reanalysis
4-
Version: 1.8.1.9000
4+
Version: 1.8.2
55
Authors@R: c(person("David", "LeBauer", role = c("aut", "cre"),
66
email = "dlebauer@email.arizona.edu"),
77
person("Mike", "Dietze", role = c("aut"),

base/db/NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# PEcAn.DB 1.8.2
2+
3+
* Refactored `convert.input()` internals into smaller, and hopefully more testable, chunks. No user-visible changes expected.
4+
* Roxygen cleanup.
5+
6+
7+
18
# PEcAn.DB 1.8.1
29

310
## License change

base/logger/NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
1-
# PEcAn.logger 1.8.4 (unreleased)
1+
# PEcAn.logger 1.8.4
22

33
- All `logger.set*` functions now invisibly return the previously set value. This can be handy for restoring settings after a temporary change.
44
- Multipart logger messages passed in `...` now get a more robust conversion to string before concatenating, hopefully giving nicer results for nontext objects such as dates and lists.
55

6+
7+
68
# PEcAn.logger 1.8.3
79

810
- Maintenance release with no user-visible changes.
911

12+
13+
1014
# PEcAn.logger 1.8.2
1115

1216
- `PEcAn.logger::setLevel()` now invisibly returns the previously set logger level
1317

18+
19+
1420
# PEcAn.logger 1.8.1
1521

1622
## Re-licensing
1723

1824
* PEcAn.logger is now distributed as BSD-3 license. Prior to this the package was released under the NCSA Opensource license from 2009-2021.
1925

26+
27+
2028
# PEcAn.logger 1.8.0
2129

2230
## Fixed
2331

2432
* Logger calls no longer create a stray `dump.log` object in the global environment
2533

34+
35+
2636
# PEcAn.logger 1.7.1
2737

2838
* All changes in 1.7.1 and earlier were recorded in a single file for all of the PEcAn packages; please see

base/qaqc/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PEcAn.qaqc
22
Type: Package
33
Title: QAQC
4-
Version: 1.7.4.9000
4+
Version: 1.7.5
55
Authors@R: c(person("David", "LeBauer", role = c("aut", "cre"),
66
email = "dlebauer@email.arizona.edu"),
77
person("Tess", "McCabe", role = c("aut"),

base/qaqc/NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
# PEcAn.qaqc 1.7.5
2+
3+
* Added keywords and bug reporting URL to DESCRIPTION. No code changes in this release.
4+
5+
6+
17
# PEcAn.qaqc 1.7.4
28

39
## License change
410
* PEcAn.qaqc is now distributed under the BSD three-clause license instead of the NCSA Open Source license.
511

612

13+
714
# PEcAn.qaqc 1.7.1
815

916
* All changes in 1.7.1 and earlier were recorded in a single file for all of the PEcAn packages; please see

base/remote/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PEcAn.remote
22
Type: Package
33
Title: PEcAn Model Execution Utilities
4-
Version: 1.9.0.9000
4+
Version: 1.9.1
55
Authors@R: c(person("David", "LeBauer", role = c("aut"),
66
email = "dlebauer@email.arizona.edu"),
77
person("Rob", "Kooper", role = c("aut", "cre"),

0 commit comments

Comments
 (0)