Releases: USEPA/useeior
v1.2.2
What's Changed
- Updates for handling input files for hybrid models
- Improves handling of input files from external sources for disaggregation and hybridization
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
Major updates
- embeds Sept 2022 release of BEA industry data covering through 2021
- enables creations of EEIO models without indicators
What's Changed (automated list)
- Generate models without impact assessment by @bl-young in #231
- update handling of FBS by @bl-young in #247
- Update annual BEA data objects through 2021 data year by @bl-young in #249
Full Changelog: v1.1.1...v1.2.0
1.1.1
What's Changed
- Correct output ratio calculation for Summary and Sector USEEIO models
- Make order of margin sectors consistent across tables
- Mark all transportation sectors correctly in schema info tables
Full Changelog: v1.1.0...v1.1.1
1.1.0
What's Changed
- Updated BEA IO data and saved data up to 2020 (most recent year BEA has provided).
- Added functionality to load and use StateIO (two-region) data.
- Added feature of integrated hybrid models (see example model spec USEEIOv2.0-GHG-NGCombustion)
Full Changelog: v1.0.0...v1.1.0
1.0.2
1.0.1
1.0.0
useeior
is an R package for building and using USEEIO models. The model object is the primary output that is built according to a given model specification and optional hybridization specification, e.g. disaggregation. Model specifications and associated hybridization specifications, e.g. disaggregation, for EPA-validated models are included in the package. The package offers various functions for validating, calculating, visualizing, and writing out models and/or their components. useeior
is a core component of the USEEIO Modeling Framework.
useeior
is in a stable development state. Users intending to use the package for production purposes and applications should use the latest Release.
See the README for installation and basic usage of useeior
. See Wiki for advanced uses, details about built-in data and metadata and how to contribute to useeior
.
This package was developed under the USEPA quality assurance plan K-LRTD-0030017-QP-1-4 for "U.S. Environmentally-Extended Input-Output (USEEIO) Models". useeior
v0.4 was subjected to internal EPA peer-review and then reviewed and cleared by EPA management. Updates in the package since that time are described in this release and previous releases since v0.4.
What's Changed
- Update from master by @bl-young in #161
- Refactoring disaggregation functions by @bl-young in #162
- Updates to disaggregation to support electricity by @bl-young in #164
- resolve #166 by updating row names to remove location code by @bl-young in #167
- Handle external config by @MoLi7 in #170
- Calculate sector margin impact by @MoLi7 in #171
- Parameterize model validation and comparison by @MoLi7 in #168
- Testing gh actions by @a-w-beck in #173
- Add more model demand vectors & refactor validation function for industry models by @MoLi7 in #176
- add function to support custom demand vectors by @bl-young in #174
- Fix Rho calculation by @MoLi7 in #177
- Update gh_actions to include model build and validation by @bl-young in #180
- Issue 178 by @WesIngwersen in #179
- Handle import cost by @MoLi7 in #175
- Simplify parameters in calculateDirectPerspectiveLCIA function by @MoLi7 in #185
- Issue 186 by @MoLi7 in #187
- Update DisaggregationSpecs file to include Aggregation Specifications by @jvendries in #188
- separate each model as a new step in gh actions ... by @bl-young in #191
- Modify model name according to new naming rule by @MoLi7 in #196
New Contributors
Full Changelog: v0.4.2...v1.0.0
v0.4.2
- Update metadata files to include 'sector categories' and 'descriptions' fields in support of JSON-LD export for openLCA
- Add these fields to disaggregated input files
- Ensure UUIDs are correctly maintained in satellite tables and exported as flow metadata
- Add model spec 2.0.1 for updated satellite tables w UUIDs. This model aligns with updates associated with flowsa v0.3.1
- Fix error causing missing disaggregation of some flows in waste satellite table
v0.4.1
Model data enhancements
- Updates acquisition of model data
- Adds logging feature to acquisition of model data
- Adds two additional external data: Detail_Use_2012_PUR_AfterRedef.rda and Summary_Import_2018_BeforeRedef.rda
Calculation, Validation, Visualization and Export of Models
- Adds aggregateResultTable and aggregateResultMatrix functions
- Adds calculateConsumptionContributiontoImpact function
- Adds writeMetadatatoJSON for exporting model metadata to JSON format for USEEIO API use
- Refactors model validation approach
Corrections
- Changes file paths in loading model component and model writing out functions
Deprecated
- Removes
validate
package fromDESCRIPTION