Commit 06f1a0b 1 parent e277b57 commit 06f1a0b Copy full SHA for 06f1a0b
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.0] - 2024-06-14
11
+
12
+ * Skip empty technosphere transformations
13
+ * Improve README
14
+ * Add common output files
15
+
10
16
## [ 0.1.0] - 2024-06-14
11
17
12
18
First release
Original file line number Diff line number Diff line change 23
23
24
24
These files are designed to allow for relinking against new versions of ecoinvent, ** not** for updating an existing ecoinvent installation.
25
25
26
- This library requires a valid ecoinvent license for all functionality.
26
+ This library requires a valid ecoinvent license for all functionality. Output files are provided in the ` outputs ` directory.
27
27
28
28
## Installation
29
29
Original file line number Diff line number Diff line change 6
6
"generate_biosphere_mapping" ,
7
7
)
8
8
9
- __version__ = "0.1 .0"
9
+ __version__ = "0.2 .0"
10
10
11
11
from .main import generate_biosphere_mapping , generate_technosphere_mapping
You can’t perform that action at this time.
0 commit comments