Changelog¶
Version 0.7.0 (2026-06-16)¶
Codex/colors
Adding new surface-based scaling to fix #73
Refactor report generation and PDF output (metadata extraction, market sankey, layout) fix #75
Add mass conversion validation stage and tests fix #78
Handle singular matrix in physics projection solver fix #79
Derive A4 transport impacts from market shares and add per-kg transport factors fix #80
Handle missing module impact values in impact comparison table fix #81
Enhance PDF report with multilingual product names, A4 impacts and icon-based change column fix #83
Include A4 in impact tables/plots, tweak report layout, and add tests fix #84
Fix canvas variable shadowing in report drawing and add regression test fix #85
Derive A4 and C2 transport impacts, zero averaged C1, update pipeline and tests fix #86
fixes for #87 and #89
Add assembled-products recipe with component aggregation stages and orchestration fix #88
Version 0.6.0 (2026-04-08)¶
Update pipeline structure to flexible structure
Allow for simple averaging as well as market-averaging
Version 0.5.0 (2026-02-12)¶
Try, Except blocks introduced to prevent the calculation loop to stop (Issue 42).
An structlog logger with two handlers (file and console) was introduced and print statements were removed.
The flag
--verbosewas introduced to control the verbosity of the logger.The logic of the EPDs calculation in
src/epd/pipeline.pywas changed. Thegen_epdsgenerator is now created just once making the mode more efficient.
Version 0.4.0 (2025-12-05)¶
MISSING
Version 0.3.0 (2025-11-12)¶
Rename package to materia-epd.
Update cli tool to receive encompassing ILCD folders
Integrate market generation based on comtrade
Version 0.2.4 (2025-11-11)¶
Add robust functionality to deal with cases of no appropriate epd data.
Version 0.2.3 (2025-10-27)¶
Correct coverage badge on pypi.
Version 0.2.2 (2025-10-27)¶
Add correct readme and Changelog file.
Version 0.2.1 (2025-10-27)¶
Fix version reading issue.
Version 0.2.0 (2025-10-24)¶
Added function to write output pocesses
Updated badges
Version 0.1.0 (2025-10-23)¶
Initial release
Added EPD aggregation features
Normalization of material properties and LCIA modules
Cli tool to access basic functions