We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See if https://quantiphy.readthedocs.io/en/stable/ could be implemented as literals.
As seen in this discussion https://mail.python.org/archives/list/python-ideas@python.org/thread/JDYXM3AH3ESOL7L6ALPRZOOURL3ZLRHP/#DXCF42FJNXEBDMPJPGZCYPIYOH6UZBY3
See, in particular, this post https://mail.python.org/archives/list/python-ideas@python.org/message/4FP4RRDPODVRMALKPRZKGVEVM7YOP4GP/ and have a look at https://pypi.org/project/units/
Idea: perhaps use the [unit] notation and convert it to that of units, or use the "unit enhanced" syntax of project units.
Actually, a better choice might be https://docs.astropy.org/en/stable/units/index.html
The text was updated successfully, but these errors were encountered:
This has been implemented. Unit tests and documentation need to be added.
It support units from pint and from astropy.
pint
astropy
Sorry, something went wrong.
aroberge
No branches or pull requests
See if https://quantiphy.readthedocs.io/en/stable/ could be implemented as literals.
As seen in this discussion https://mail.python.org/archives/list/python-ideas@python.org/thread/JDYXM3AH3ESOL7L6ALPRZOOURL3ZLRHP/#DXCF42FJNXEBDMPJPGZCYPIYOH6UZBY3
See, in particular, this post https://mail.python.org/archives/list/python-ideas@python.org/message/4FP4RRDPODVRMALKPRZKGVEVM7YOP4GP/ and have a look at https://pypi.org/project/units/
Idea: perhaps use the [unit] notation and convert it to that of units, or use the "unit enhanced" syntax of project units.
Actually, a better choice might be https://docs.astropy.org/en/stable/units/index.html
The text was updated successfully, but these errors were encountered: