Skip to content

Commit bb12bd1

Browse files
authored
Add addtional synonyms for ratio units (#220)
1 parent 57827c0 commit bb12bd1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

gemd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.7"
1+
__version__ = "2.1.8"

gemd/units/citrine_en.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ byte = 8 * bit = B = octet = Byte = Octet
194194
## NOTE: B (byte) symbol can conflict with Bell
195195

196196
# Ratios
197-
percent = 0.01 = % = pct
198-
permille = 0.001 = ‰ = per_thousand
199-
ppm = 1e-6 = per_million
197+
percent = 0.01 = % = pct = pecentage
198+
permille = 0.001 = ‰ = per_thousand = parts_per_thousand
199+
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
200202

201203
# Length
202204
angstrom = 1e-10 * meter = Å = ångström = Angstrom = Ångstrom = Å

0 commit comments

Comments
 (0)