Skip to content

Releases: appalca/appabuild

Version 0.4.4

24 Mar 13:47
bee43ec

Choose a tag to compare

What's Changed

  • (fix) Freeze peewee version due to import error with latest ones by @m-prl in #55

Full Changelog: v0.4.3...v0.4.4

Version 0.4.3

24 Feb 15:48
35622df

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Version 0.4.2

19 Feb 10:15
c0a0430

Choose a tag to compare

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

18 Feb 16:35
c3339ef

Choose a tag to compare

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_tree flag is no longer a mandatory activity field and can be overwritten by the activities_name_to_include in the LCA configuration. properties is 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

19 Jan 08:47
edf3249

Choose a tag to compare

  • Update Brigthway and lca_algebraic versions to 2.5. Update EcoInvent loading methods accordingly. Update impact proxies methods and characterization factors generation accordingly. Remove direct_impacts and scaled_direct_impacts from impact models.

Version 0.3.7

16 Oct 11:50

Choose a tag to compare

  • (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

27 Aug 09:22
dca185e

Choose a tag to compare

  • Add the possibility to use expressions as default values for the parameters of an impact model

Version 0.3.5

17 Jul 08:21
2228615

Choose a tag to compare

  • Fix package requirements
  • Fix log system

Version 0.3.4

02 Jun 08:16
ca77637

Choose a tag to compare

  • 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

27 Mar 09:49
6282f20

Choose a tag to compare

  • 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).