Quaternions v1.1.1
Quaternions v1.1.1 Release
Install
You can install the module with pip:
pip install quaternions-for-python
If you have a previous version installed, upgrade to the latest version:
pip install --upgrade quaternions-for-python
What's new
- A Read the Docs site for Quaternions is now live! Read through the documentation here: https://quaternions-for-python.readthedocs.io/
- Added comments to source code to explain functions and algorithms.
- Rewrote some code to be more efficient/readable.
- Reformatted/fixed typos in docstrings.
- Miscellaneous changes.