Search Criteria
Package Details: python-numpy-quaternion 2024.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-numpy-quaternion.git (read-only, click to copy) |
---|---|
Package Base: | python-numpy-quaternion |
Description: | Add built-in support for quaternions to NumPy |
Upstream URL: | https://quaternion.readthedocs.io/ |
Licenses: | MIT |
Submitter: | bcb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-05 08:37 (UTC) |
Last Updated: | 2024-11-16 12:11 (UTC) |
Dependencies (9)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-cov (check)
- python-numba (python-numba-gitAUR) (optional) – speedup of numerical functions
Latest Comments
bcb commented on 2024-11-16 12:11 (UTC)
NumPy 2 is now supported from version 2024.0.3.
gyscos commented on 2024-08-13 12:47 (UTC)
The upstream project currently is not compatible with the recently released numpy 2, and specifically requires numpy < 2:
https://github.com/moble/quaternion/commit/bebace62f03a896eef0a613670e64441a3ebdd77
We could forward this requirement here, but given that the official numpy package is already at version 2, it will be challenging to keep this package building.
<deleted-account> commented on 2019-11-15 16:34 (UTC)
This happens now in Python 3.8:
bcb commented on 2019-10-01 17:41 (UTC)
@alleut The fix was applied by upstream and is in the latest release which I have just packaged. Let me know if you have further problems with it.
bcb commented on 2019-09-29 10:18 (UTC) (edited on 2019-09-29 10:18 (UTC) by bcb)
Looks like a simple floating-point comparison error. Interesting that you ran into that and I didn't.
Anyway, I've submitted a pull request to upstream which should fix this (I see you or somebody else filed a bug report there already, thanks). I've also uploaded a new release which applies this fix before building. Could you try this and let me know if it works?
<deleted-account> commented on 2019-09-28 23:38 (UTC)
Test do not pass with the update from 28.08.19: