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: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@ All notable changes are kept in this file. All changes made should be added to t
3
3
`Unreleased`. Once a new release is made this file will be updated to create a new `Unreleased`
4
4
section for the next release.
5
5
6
-
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
6
+
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
7
+
8
+
## Unreleased
9
+
10
+
### Added
11
+
12
+
* Add function `clip_and_save_raster_file()` for subsetting rasters to match a polygon of interest (#3537).
13
+
7
14
8
15
## [1.9.0] - 2025-05-25
9
16
@@ -16,6 +23,9 @@ For more information about this file see also [Keep a Changelog](http://keepacha
16
23
- Added automated pkgdown documentation for all PEcAn packages (@divine7022, #3482):
17
24
- Compiled pages are live at https://pecanproject.github.io/package-documentation and inside Docker at `pecan.localhost/pkgdocs/`, and these are automatically updated each time a PR to the source packages is merged.
18
25
- You can compile all pkgdown pages locally at any time with `make pkgdocs`.
26
+
- Included all relevant carbon pools (`ROOT_BIOMASS`, `AG_BIOMASS`, `SOIL_STOCK`, `LIT_BIOMASS`) in BADM-based IC extraction; excluded non-pool variables like `SOIL_CHEM`.
27
+
- Added explicit support for `LIT_BIOMASS` to fully utilize **BADM** biomass capabilities.
28
+
- Added `test-IC_BADM_Utilities.R` to validate BADM initial condition extraction and processing
19
29
- The ERA5 NC extraction function can now handle multi-site instead of one.
20
30
- New Quarto notebook tutorial for PEcAn uncertainty analysis (`documentation/tutorials/Demo_02_Uncertainty_Analysis/uncertainty.qmd`) (#3570)
21
31
- Complete workflow demonstration for ensemble and sensitivity analysis using PEcAn's programmatic interface
@@ -24,6 +34,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
24
34
- Model result visualization with run ID identification and ensemble analysis capabilities
25
35
- Session information for reproducibility and clear documentation of PEcAn's uncertainty analysis outputs
26
36
- Added function for merging images from the same tiling system (MODIS, GLANCE, ICESat-2, HLS, etc.).
37
+
- Added function for converting images towards the GDAL-supported formats (H5, NetCDF, HDF4, GeoTIFF, etc .).
27
38
28
39
### Fixed
29
40
- api to correctly use x_var from request in plotResults #3528
@@ -34,6 +45,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
34
45
- updated github action to build docker images
35
46
- PEcAn.SIPNET now accepts relative paths in its input XML (#3418). Previously all files referenced in the autogenerated `job.sh` needed to be specified as absolute paths.
36
47
- R version 4.4 installs Python 3.12 which wants to leverage os managed packages instead, install python3-pika using apt.
48
+
- Fixed a bugs and BADM now process both single-site and multi-site settings, detecting the input structure and processing each site independently to generate the correct number of ensemble members per site.
Copy file name to clipboardExpand all lines: base/logger/NEWS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# PEcAn.logger 1.8.4 (unreleased)
2
+
3
+
- All `logger.set*` functions now invisibly return the previously set value. This can be handy for restoring settings after a temporary change.
4
+
- 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.
5
+
1
6
# PEcAn.logger 1.8.3
2
7
3
8
- Maintenance release with no user-visible changes.
0 commit comments