- Update login flow to match new ecoquery authentication
- Add cached process index mappings for ecoinvent 3.5, 3.6, and 3.10
- Add helper functions for generating and saving cached process index mappings
- Add Python 3.8 compatibility via #24
- Fix missing f-string in error message
- Added
get_excel_lcia_file_for_version
utility function
- Switch to internal, BSD-licensed Levenshtein code
- Fix not using cache for release archives
- Remove some CI debugging code
- Add default fixing of ecoinvent release
majorRelease
andminorRelease
values for unit process and metadata XML files - Specification of UTF-8 text encoding on all file calls
- Minor packaging fixes
- Change packaging to
pyproject.toml
Fix a Windows encoding problem.
Complete rewrite. This is now an independent library with a completely new API.
All Brightway functionality is removed.
Fork of https://github.com/haasad/EcoInventDownLoader (EIDL) with storage of secrets and a few additional methods.