We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57827c0 commit bb12bd1Copy full SHA for bb12bd1
gemd/__version__.py
@@ -1 +1 @@
1
-__version__ = "2.1.7"
+__version__ = "2.1.8"
gemd/units/citrine_en.txt
@@ -194,9 +194,11 @@ byte = 8 * bit = B = octet = Byte = Octet
194
## NOTE: B (byte) symbol can conflict with Bell
195
196
# Ratios
197
-percent = 0.01 = % = pct
198
-permille = 0.001 = ‰ = per_thousand
199
-ppm = 1e-6 = per_million
+percent = 0.01 = % = pct = pecentage
+permille = 0.001 = ‰ = per_thousand = parts_per_thousand
+parts_per_million = 1e-6 = ppm = per_million
200
+# Skipping ppb / parts per billion b/c 'billion' means trillion in some languages
201
+parts_per_trillion = 1e-12 = per_trillion
202
203
# Length
204
angstrom = 1e-10 * meter = Å = ångström = Angstrom = Ångstrom = Å
0 commit comments