Releases: juhasch/PhysicalQuantities
Releases · juhasch/PhysicalQuantities
Moreunits
- Add more units
- Add currencies and exchange rate retrieval
- Fix ReadTheDocs build
v0.9.0
Add Numpy subclass to enable using numpy arrays with units directly.
Token
Use tokenize to improve units parsing in IPython extension. Replaces clumsy regular expressions.
Cleanup
A lot of cleanup and additional test.
New features:
- to_dict and to_json properties
Add support for underscores in numeric literals (Python3.6)
- Support PEP515 (Underscores in Numeric Literals) in Python 3.6
- Update readme
Improve-dB-handling
Improved handling of dB units
MoreNumPy
Merge pull request #68 from juhasch/feature/numpywrapper
Improve numpywrapper