From 865b252b416ad0bca03022dc785156effd000fc9 Mon Sep 17 00:00:00 2001 From: Christophe Combelles Date: Wed, 24 Jun 2026 21:57:58 +0200 Subject: [PATCH] Release v0.8.1 Patch release for the #151 scoring fix: aggregate single scores resolve by method name, fixing 'Unknown variable' on JRC ILCD collections (EF 3.1). --- CHANGELOG.md | 11 +++++++++++ volca.cabal | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25dc8f..94a391f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.1] - 2026-06-24 + +### Fixed +- Aggregate single scores (e.g. a PEF score) now compute correctly on JRC ILCD + method collections such as EF 3.1. They previously failed with `Unknown + variable` whenever a collection held several methods sharing one coarse + damage category — for EF 3.1 the four climate-change methods, the freshwater + ecotoxicity methods, and the resource-depletion methods each collapsed + together, so their per-method scoring variables could not resolve. + SimaPro-adapted methods were never affected. + ## [0.8.0] - 2026-06-24 ### Added diff --git a/volca.cabal b/volca.cabal index 87243d93..f89ceee1 100644 --- a/volca.cabal +++ b/volca.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: volca -version: 0.8.0 +version: 0.8.1 build-type: Simple license: Apache-2.0