We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8df8ef commit 2b984a0Copy full SHA for 2b984a0
2 files changed
CHANGES.md
@@ -1,6 +1,11 @@
1
# flowmapper Changelog
2
3
-## [0.4.1] - 2025-08-18
+## [0.4.2] - 2025-07-28
4
+
5
+* Remove conflicting synonyms when parsing ecospold2
6
+* Prioritize ionic-form synonyms over more generic synonyms
7
8
+## [0.4.1] - 2025-07-18
9
10
* Updated some manual SimaPro - ecoinvent 3.10 matches
11
flowmapper/__init__.py
@@ -9,7 +9,7 @@
"UnitField",
)
12
-__version__ = "0.4.1"
+__version__ = "0.4.2"
13
14
from flowmapper.cas import CASField
15
from flowmapper.context import ContextField
0 commit comments