|
| 1 | +# FrEDI v4.1.1 |
| 2 | + |
| 3 | +_See FrEDI v4.1 for full release notes_ |
| 4 | + |
| 5 | +* Bug fixes - n/a |
| 6 | +* Updates - |
| 7 | +** Major updates: n/a |
| 8 | +** Minor updates include: updated the `includeaggregate` flag for the suicide sector in `run_fredi()` and `run_fredi_sv()`, to alert users of an alternative sector aggregation approach to avoid possible double counting with the impacts in the default temperature-related mortality sector; updated R package documentation to reflect updates; updated github page |
| 9 | +* Additional sectors added - n/a |
| 10 | +* Documentation fixes - n/a |
| 11 | +* New features - n/a |
| 12 | + |
| 13 | +# FrEDI v4.1 |
| 14 | + |
| 15 | +This release corresponds to FrEDI v4.1, which accompanies the publication of the 2024 FrEDI Technical Documentation. |
| 16 | + |
| 17 | +* Bug fixes - n/a |
| 18 | +* Updates - |
| 19 | +** Major updates: impacts and damages now calculated at the state-level (previously region-level) for all 25 impact-category sectors; FrEDI default max year was changed from 2090 to 2100 |
| 20 | +** Minor updates include: updated import_inputs() to accept population datafiles containing U.S. national, contiguous U.S., or U.S. state populations and set temperature values outside the allowed range (<=0C and >= 30C) to zero; updated run_fredi_sv() to accept state-level population inputs; updated R package documentation to reflect new features |
| 21 | +* Additional sectors added - n/a |
| 22 | +* Documentation fixes - minor updates to account for new default max year and state-level population input formatting features |
| 23 | +* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for all 25 impact category sectors; FrEDI default max year was changed from 2090 to 2100 |
| 24 | + |
| 25 | +# FrEDI v4.0.2 (peer-review) |
| 26 | + |
| 27 | +Starting in February 2024, the FrEDI Technical Documentation and v4.0 of the FrEDI R package will be subject to a public review comment period and independent, external peer-review. |
| 28 | +This release corresponds to FrEDI v4.0.2, the peer-review release version. |
| 29 | + |
| 30 | +* Bug fixes - fixes to GDP input reference in and meta data documentation in run_fredi() |
| 31 | +* Updates - |
| 32 | +** Major updates include: impacts and damages now calculated at the state-level (previously region-level) for 17 impact-category sectors |
| 33 | +** Minor updates include: n/a |
| 34 | +* Additional sectors added - n/a |
| 35 | +* Documentation fixes - n/a |
| 36 | +* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for 17 impact category sectors. |
| 37 | + |
| 38 | +# FrEDI v4.0.1 (public review) |
| 39 | + |
| 40 | +Starting in February 2024, the FrEDI Technical Documentation and v4.0 of the FrEDI R package will be subject to a public review comment period and independent, external peer-review. |
| 41 | +This release corresponds to FrEDI v4.0.1, the public comment release version. |
| 42 | + |
| 43 | +* Bug fixes - file paths in function documentation for run_fredi(), import_inputs(), and aggregate_impacts(); income elasticity for SLR sectors post-2090 in run_fredi() (no longer dependent on argument elasticity) |
| 44 | +* Updates - |
| 45 | +** Major updates include: impacts and damages now calculated at the state-level (previously region-level) for 12 impact-category sectors; population inputs for `run_fredi()` now requires state-level population instead of region-level inputs; damage function extrapolation approach for warmer temperatures for `run_fredi()` and `run_fredi_sv()`; default income elasticity (argument `elasticity` in `run_fredi()`) from 0.4 to 1.0; updated `run_fredi()` user inputs to remove options to calculate present values (arguments `pv`, `rate`, `baseYear`) and add option to output intermediate calculation columns |
| 46 | +** Minor updates include: `magrittr` pipe operator `%>%` to the native pipe operator `|>`; Added monitoring of default `run_fredi()` parameter use; output columns from `aggregate_impacts` (added columns `“sectorprimary”` and `“includeaggregate”` for all aggregation levels and added columns `“physical_impacts”`, `“physicalmeasure”` for all aggregation levels except `aggLevels=”impacttype”`); removed option to output `run_fredi_sv()` module results to an Excel template |
| 47 | +* Documentation fixes - this version corresponds to the February 2024 version of the FrEDI Technical Documentation (see https://www.epa.gov/cira/about-fredi). Function documentation updated to correspond to updates. |
| 48 | +* Additional sectors added - n/a |
| 49 | +* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for 12 impact category sectors. |
| 50 | + |
1 | 51 | # FrEDI v3.4 |
2 | 52 |
|
3 | 53 | * Bug fixes - minor fixes to inputs used in run_fredi() and run_fredi_sv() |
|
0 commit comments