Changelog#

0.8.8 (2022-10-13)#

  • Ecoinvent 3.9 compatibility

0.8.7 (2021-10-14)#

  • Fix bug in Ecospold 1 LCIA Importer

0.8.6 (2021-09-29)#

  • Merge PR 101 to improve Excel reading speeds

  • Patch and use Ecoinvent 3.8 LCIA implementation

0.8.5 (2021-09-21)#

  • Update to ecoinvent 3.8 flows

0.8.4 (2021-07-13)#

  • Add split_exchanges strategy

0.8.3.1 (2021-03-10)#

  • Expose update functions in package namespace

0.8.3 (2021-03-10)#

  • Update to ecoinvent 3.7 flows

0.8.2 (2021-02-25)#

  • Fix openpyxl extraction giving formulas instead of numerical values

0.8.1 (2021-02-25)#

  • Fix #83: Skip data that can’t be exported to Excel.

  • Fix #85: Inconsistent categories types in base data

0.8.0 (2021-02-23)#

  • Switch from xlrd to openpyxl for reading .xlsx files.

  • Added Excel and CSV importer for LCIA methods

  • Merged PR #77: Add synonyms when importing ecospold2 files. Thanks Ben Portner.

  • Merged PR #76: Correctly import reference products from Excel. Thanks Ben Portner.

  • Import exchange properties from ecospold2 files.

  • bw2io.extractors.excel.ExcelExtractor now properly handles internal Excel errors.

0.7.13#

  • Switch to openpyxl for xlsx imports

  • Port Ben Portner’s fixes for CSV encoding and newline handling

  • Add extraction of ecospold2 exchange properties

  • PR #72: expose objs argument in write_lci_csv

  • Handle Excel error values correctly when extracting

0.7.12.1 (2020-03-12)#

Fix bug in importing sample database (missing files)

0.7.12 (2020-02-25)#

Add CAS number to default biosphere flows

0.7.11.3 (2019-10-31)#

Fix problem in EXIOBASE import where elements were all set on the diagonal

0.7.11.2 (2019-10-30)#

Improve EXIOBASE import by:

  • Getting units from products

  • Fixing unit consistency

  • Removing some name quirks

0.7.11.1 (2019-10-29)#

Change EXIOBASE importer to only include activities, not products

0.7.11 (2019-10-29)#

  • Add mapping file for SimaPro-ecoinvent 3.4. Thanks Pascal Lesage!

  • Add importer for EXIOBASE 3.3 (IO, hybrid)

0.7.10 (2019-10-09)#

Close #61: Add missing biosphere flows when importing LCIA methods.

0.7.9 (2019-09-20)#

Add CPC codes from single reference products during ecospold2 import.

0.7.8 (2019-09-19)#

Merged Pull Request #5 to fix some SimaPro import issues. Thanks Benjamin Portner!

0.7.7 (2019-09-16)#

Support ecoinvent 3.6

0.7.6 (2019-07-06)#

  • Exit Excel importer early if no data found

  • Handle all columns cutoff in Excel importer

  • Fix Gephi exporter for ecoinvent v3

0.7.5 (2019-06-17)#

0.7.4 (2019-02-25)#

Fix location updating bug preventing clean import of ecoinvent 2.2

0.7.3 (2018-12-18)#

Fix missing import bug

0.7.2 (2018-10-16)#

  • Catch multiprocessing errors from certain configurations

0.7.1 (2018-09-28)#

  • Add units to all ecoinvent 3.5 LCIA methods

  • Fix up method name rationalization

0.7 (2018-09-10)#

  • Support ecoinvent 3.5

  • Drop unused and outdated ecoinvent 31 biosphere flows

  • Add CPC classification to ecoinvent imports

  • Make importers play better with the Activity Browser

  • Add tests for Ecospold2 extraction and importing

  • Add utils.standardize_method_to_len_3

  • Add optional strategy to rationalize default LCIA method names

0.6 (2018-05-31)#

  • Rewrite and test Excel importer and exporters to support parameters and data roundtrips

  • Change assign_only_product_as_production to not overwrite existing fields

  • Fix inconsistencies added in ecoinvent 3.4

  • Update older location codes from ecoinvent

0.5.12 (2017-10-10)#

  • Add bugfix for numeric values in Excel importer

0.5.11 (2017-10-10)#

  • Support ecoinvent 3.4, including new biosphere flows. Use function add_ecoinvent_34_biosphere_flows to update old databases

  • Update excel/CSV importers: Strip whitespace, and allow **kwargs in write_database

  • Unit conversion update: don’t always convert kilometers to meters, as some databases use both

0.5.10 (2017-06-16)#

  • Break uncertainty strategies for ecospold2 apart to allow for easier manipulation

  • Allow CSV exporter to only export a selection of datasets

  • Allow Damage methods to be imported from SimaPro LCIA csv (thanks James Joyce!)

  • Add reference product to excel output

0.5.9 (2017-04-17)#

  • Fix license text

0.5.8 (2017-04-06)#

  • Fixes for Conda packaging and license encoding

0.5.7 (2017-01-12)#

Improve imports for SimaPro CSV files:

  • Improve flexibility of which fields to match against

  • Add SimaPro conversions for ecoinvent 3.2 and 3.3

  • Normalize and migrate SimaPro water flows

  • Add SimaPro electricity conversion

  • Handle allocated SimaPro production with zero production amounts

0.5.6 (2016-12-02)#

A number of small changes to improve handling of SimaPro exports

0.5.5 (2016-11-10)#

Updates for compatibility with ecoinvent 3.3 and 3.2.

0.5.4 (2016-09-27)#

Updates for compatibility with ecoinvent 3.3 release.

0.5.3 (2016-07-14)#

  • Update for compatibility with bw2data 2.3.

  • Add overwrite flags to default data creators.

0.5.2 (2016-07-01)#

  • Fixed bug in ecospold2 import which assumed standard deviation instead of variance (Thanks Guillaume Audard)

  • Fixed bugs for CSV imports

  • Prevent duplicate codes from being written, and don’t overwrite existing codes

0.5.1 (2016-06-05)#

  • Updates for compatibility with bw2data 2.2.

  • Make activity_hash less unforgiving

0.5 (2016-05-28)#

  • Don’t raise nonunique error when linking unless linking to nonunique dataset descriptors

  • Improve error messages when imported data has duplicate processes

  • Properly close multiprocessing pools

0.4.1 (2016-04-15)#

Bugfix release: Include psutil, an undeclared dependency of pyprind.

0.4 (2016-04-01)#

0.4 release.