- Change
publication_date
type fromdatetime.date
tostr
when exporting to Brightway
- Add some additional header fields to Brightway export
- Add ability to separate products as separate nodes when exporting to Brightway
- BREAKING CHANGE: Default is now to separate products as separate nodes when exporting to Brightway
- Packaging fix
- Some header labels and values can be translated
- Add better process names on Brightway export
- Python 3.9 compatibility
- Fix error looking for missing unique code
- Handle missing or invalid
Process indentifier
header values - Move invalid formulae to
invalid_formula
- Multifunctionality support via
multifunctional
- Make header date and time optional
- Allow header without type specification
- Fix
yield
being used in dataset formulas - Catch Python reserved words in database, project, and dataset formulas
- Add
copy_logs
parameter toSimaProCSV
- Catch and log zero division errors
- Correct inheritance tree for calculated parameters
- Correct parsing error with multiple blank lines before end statement
- Add checks for issues related to unit conversions
- Change default values for missing attributes during Brightway export
- Don't replace commas when decimal separator is a
.
, and vice-versa
- Allow number with leading digits, e.g.
,8
- Fix parsing of variables with
number underscore number
pattern - Drop log level of invalid uncertainty distributions
- Provide more context when raising syntax or formula errors
Correct Brightway export of product edges and waste treatment functional inputs
Packaging fix
First release