-
Notifications
You must be signed in to change notification settings - Fork 473
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
Update hour symbol to h
#1454
Update hour symbol to h
#1454
Conversation
- Replace h symbol for planck constant to `ℎ` - Add breaking change in CHANGES
@hgrecco tell me if that's ok with you. |
@hgrecco , can I have your green light for this change. So we can integrate this in the new release ? |
I agree with this change. But I think with this change! |
@hgrecco what was the but ? |
Sorry, I was very tired that day :-D I was saying that it should be documented as breaking change and then I noticed that was the case! |
Alright I'm gonna merge this then. |
234d34d
to
c71b836
Compare
Can't define an alias twice, so now that "h" means hours by default (as of 2022-03-03; hgrecco/pint#1454) our (re)definition of "h" raises an exception and we need to get rid of it.
Replace h symbol for planck constant to
ℎ
Add breaking change in CHANGES
Closes "h" should be the abbreviation of hours #719
Executed
pre-commit run --all-files
with no errorsThe change is fully covered by automated unit tests
Documented in docs/ as appropriate
Added an entry to the CHANGES file