on each of the supported platforms. This ensures that no change I make to the code breaks either installation or any of the features that I have written tests for. Github Actions also automatically builds thepipversions of the code hosted onpypi. Conda-forge also uses Github Actions to build...
quaternion(core written in C; very fast; adds quaterniondtypeto numpy; namednumpy-quaternionon pypi due to name conflict) clifford(very powerful; more general geometric algebras) rowan(many features; similar approach to this package; no acceleration or overloading) ...
githubのリポジトリ: https://github.com/moble/quaternion ドキュメント: https://quaternion.readthedocs.io/en/latest/ PyPI: https://pypi.org/project/numpy-quaternion/インストールpip install numpy-quaternion で簡単に入ります.また,import quaternion ...
Github Actions also automatically builds the pip versions of the code hosted on pypi. Conda-forge also uses Github Actions to build the conda/mamba version hosted on anaconda.org. These are all free services for open-source projects like this one....