Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 2.3 KB

CHANGES.md

File metadata and controls

81 lines (45 loc) · 2.3 KB

multifunctional Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.8.1] - 2024-10-03

  • Fix errors with manual node creation
  • Update for bw2data 4.0.dev57

[0.8] - 2024-09-27

Still provide allocated processes when allocation factors are zero, as some database uses these zero-burden products

[0.7.2] - 2024-09-16

Add check_property_for_process_allocation function

[0.7.1] - 2024-09-04

  • Packaging fix

[0.7] - 2024-09-04

[0.6] - 2024-08-21

[0.5.1] - 2024-07-19

  • Add codes to functional exchanges with zero allocation factors in multifunctional processes

[0.5] - 2024-07-08

  • Allow products to overwrite process names when importing SimaPro

[0.4.3] - 2024-07-08

  • Remove unneeded dependency on bw_simapro_csv

[0.4.2] - 2024-07-08

  • Change "manual" allocation and property key to "manual_allocation".

[0.4.1] - 2024-07-07

  • Add capability for property-based allocation to not be normalized by production amount
  • Manual property-based allocation is not normalized by production amount

[0.4.0] - 2024-07-07

  • Collapse MaybeMultifunctionalProcess and MultifunctionalProcess
  • Suppress logs to STDOUT by default

[0.3.0] - 2024-07-06

  • Rewrite allocation functionality to allow for allocation before writing the database

[0.2.0] - 2024-07-05

  • Allow separate products and processes
  • Allow specifying desired codes for allocated processes
  • Mark strategy functions used for allocation

[0.1.0] - 2024-07-04

First complete release

Added

Changed

Removed