Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting Unit abbreviations (M and P) #346

Merged
merged 2 commits into from
Mar 23, 2024

Conversation

olbrich
Copy link
Owner

@olbrich olbrich commented Mar 16, 2024

Fixes #345

'M' is an abbreviation for 'Nautical Mile' which conflicts with 'Molar'
'P' is an abbreviation for 'Pica' which conflicts with 'Poise'

We remove these abbreviations in favor of the more common unit. If these are needed, it is possible to redefine them to include the required abbreviation. If you do so, you will want to remove the existing abbreviations to avoid ambiguous unit matching.

@olbrich olbrich added the Patch backwards-compatible bug fixes label Mar 16, 2024
@olbrich olbrich merged commit ea6e9d4 into master Mar 23, 2024
11 of 12 checks passed
@olbrich olbrich deleted the issue345-Conflicting-Unit-abbreviations-M-and-P branch March 23, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflicting Unit abbreviations (M and P)
1 participant