Releases: appalca/apparun
Releases · appalca/apparun
Version 0.4.4
Version 0.4.3
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
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
Version 0.4.0
- Update to
Brigthwayandlca_algebraicversion 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
- 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
- Add the possibility to use expressions as values for the parameters of an impact model
Version 0.3.5
- 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
- Fix supported types for values for float type parameters
- Sanitize inputs from the impact models
Version 0.3.3
- Add exceptions and logging handling
- Fix dependencies issues