Skip to content

Releases: appalca/apparun

Version 0.4.4

26 Mar 09:25
aea6595

Choose a tag to compare

What's Changed

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

Version 0.4.3

24 Feb 15:14
64d7d31

Choose a tag to compare

What's Changed

  • (fix) Symbol names can now contain numbers
  • (fix) ModelMetadata can now be initialized empty from a dict

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

Version 0.4.2

19 Feb 09:47
eaf64c9

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 14:21
b7c661c

Choose a tag to compare

What's Changed

  • (update) Add EF3.1 methods to impact methods Enums

Full Changelog: v0.4.0...v0.4.1

Version 0.4.0

19 Jan 08:10
e774013

Choose a tag to compare

  • Update to Brigthway and lca_algebraic version 2.5. Rework direct impacts computation.
  • New feature: dynamic front-end generation using Streamlit, generated from a configuration file.
  • Add unique score function computation methods. Weighting and normalization factors for EF3.0 and EF3.1 are included in the package.

Version 0.3.7

09 Oct 11:34

Choose a tag to compare

  • Properly validate amount if is an Expr
  • Default values can now be now stored as Expr in ImpactModelParam. Bounds are no longer automatically updated at FloatParam initialization.
  • Accept parameters with undefined min/max.

Version 0.3.6

27 Aug 07:19
78f66b2

Choose a tag to compare

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

Version 0.3.5

17 Jul 07:56
6dd76e7

Choose a tag to compare

  • Add the possibility to automatically update enum parameter weights when updating its default value
  • Fix log system when using Appa Run as dependency
  • Fix impact tree amount validation

Version 0.3.4

25 Jun 11:40
6697532

Choose a tag to compare

  • Fix supported types for values for float type parameters
  • Sanitize inputs from the impact models

Version 0.3.3

02 Jun 08:02
109c821

Choose a tag to compare

  • Add exceptions and logging handling
  • Fix dependencies issues