-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/brightway-lca/brightway-doc…
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule brightway2-calc
updated
4 files
+1 −1 | .github/workflows/python-test.yml | |
+2 −8 | bw2calc/multi_lca.py | |
+1 −1 | pyproject.toml | |
+6 −0 | renovate.json |
Submodule brightway2-io
updated
14 files
+15 −0 | CHANGES.md | |
+3 −64 | README.rst | |
+6 −6 | azure-pipelines.yml | |
+11 −1 | bw2io/__init__.py | |
+372 −0 | bw2io/ecoinvent.py | |
+8 −6 | bw2io/extractors/excel.py | |
+2 −4 | bw2io/importers/base_lci.py | |
+3 −4 | bw2io/importers/ecoinvent_lcia.py | |
+13 −9 | bw2io/importers/ecospold2.py | |
+30 −15 | bw2io/importers/ecospold2_biosphere.py | |
+2 −2 | bw2io/strategies/ecospold2.py | |
+1 −1 | bw2io/version.py | |
+1,407 −0 | dev/Untitled.ipynb | |
+3 −2 | setup.py |
Submodule brightway-examples
updated
5 files
+6 −11 | README.md | |
+18 −0 | guide/authoring.ipynb | |
+251 −0 | guide/template.ipynb | |
+ − | guide/template.jpg | |
+18 −0 | guide/template.yaml |