Skip to content

Quaternions v1.1.1

Compare
Choose a tag to compare
@zachartrand zachartrand released this 05 May 22:54
· 38 commits to master since this release
085a6f8

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.