Releases: appalca/appabuild
Releases · appalca/appabuild
Version 0.4.4
What's Changed
Full Changelog: v0.4.3...v0.4.4
Version 0.4.3
What's Changed
- (chore) Bump apparun version to 0.4.3 to integrate two fixes: https://github.com/appalca/apparun/releases/tag/v0.4.3
Full Changelog: v0.4.2...v0.4.3
Version 0.4.2
What's Changed
- (chore) Remove Python upper version requirement. Bump package version. Tested Python versions are 3.11 and 3.12.
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
What's Changed
- (feature) This release eases the construction of impact models with foreground data written in a Brightway database by another software than Appa: the
include_in_treeflag is no longer a mandatory activity field and can be overwritten by theactivities_name_to_includein the LCA configuration.propertiesis no longer mandatory activity field. A parameter already known by lca_algebraic now raises a warning instead of an error. - (fix) Move methods data in the appabuild module, which is necessary to build impact model without Ecoinvent when using appabuild as a module.
Full Changelog: v0.4.0...v0.4.1
Version 0.4.0
- Update
Brigthwayandlca_algebraicversions to 2.5. UpdateEcoInventloading methods accordingly. Update impact proxies methods and characterization factors generation accordingly. Removedirect_impactsandscaled_direct_impactsfrom impact models.
Version 0.3.7
- (fix) Do not longer evaluate params at build time. Fix sample and end to end test data. Update end to end test to run the built impact model.
- (update) Change parameters declaration to ensure no persistence between runs. Add two tests to detect unknown parameters in default values.
Version 0.3.6
- Add the possibility to use expressions as default values for the parameters of an impact model
Version 0.3.5
- Fix package requirements
- Fix log system
Version 0.3.4
- Fix dependencies issues
- Remove uuid field for eime v6 generated datasets. Create output dir if non existing
- Add LCI graphs generation
- Add exceptions handling and logging system
Version 0.3.3
- Make the use of Eco Invent databases optional.
- Fix a bug with the version of the dependency package IPython, now can use versions of IPython between 7.6.0 and 8.34.0 (included).