matthew-brett / transforms3d

3 dimensional spatial transformations
http://matthew-brett.github.io/transforms3d/
Other
467 stars 83 forks source link

pull fixes from nipy/nipy #7

Closed ignatenkobrain closed 2 years ago

ignatenkobrain commented 9 years ago

Commits:

commit c7ae00435ef1134cee28eb0d31d2f1a253328f6b
Author: Matthew Brett <matthew.brett@gmail.com>

    RF: more Python 3 fixes from python-modernize

commit 37831e587f88a928912fc9b82ba1e813eb7c9160
Author: Matthew Brett <matthew.brett@gmail.com>

    RF: lists from Python 3 iterators

commit 54953d06312dd4a044d47c20401e6f7eaa959232
Author: Matthew Brett <matthew.brett@gmail.com>

    RF: get reduce from function functools

commit 27271ad67ae58f23c4d606c43ece171a2adb53b5
Author: Matthew Brett <matthew.brett@gmail.com>

    RF: delete implemention of itertools.permutations

commit 4f74d7c7da01c5ccc6b31f47aebd00e8ac009215
Author: Matthew Brett <matthew.brett@gmail.com>

    BF - fix doctest floating point display error

commit 33aef079855462498432f611e00953dde386bc12
Author: Alexis Roche <alexis.roche@gmail.com>

    apply Matthew's suggested fix for infinite quaternions

commit 96cea13ac22cbfc369c6ab2c7f854528be9d8ad9
Author: Alexis Roche <alexis.roche@gmail.com>

    fixing nan issue in quaterions (from externals)

commit 81f6b0c750744b4296bc8d8f816f7e58567c82c7
Author: Matthew Brett <matthew.brett@gmail.com>

    BF - remove in-place divide - numpy 2 casting rule

commit 5bcd4dd6ef36e72aec2c7ae6e77bea6d428d2c8c
Author: Yaroslav Halchenko <debian@onerussian.com>

    BF: add needed setup.py and __init__.py to guarantee installation of tests

commit 2ff49be4ecf3b322bac79aff8875378515415600
Author: Gael varoquaux <gael.varoquaux@normalesup.org>

    BUG: Fix imports in taitbryan

commit 98be1e4fede37ff91ec8900f86396bbe4be07407
Author: Alexis Roche <alexis.roche@gmail.com>

    fixing a math domain error in quaternions

commit 6a6a6519fc3e5c275a61c8727b9002a3a2ae6b42
Author: Matthew Brett <matthew.brett@gmail.com>

    BF - use quaternions mathematics from transforms3d package for affine->vector

Reference: https://github.com/matthew-brett/transforms3d/issues/6 Signed-off-by: Igor Gnatenko i.gnatenko.brain@gmail.com

matthew-brett commented 9 years ago

Thanks for doing this. Mostly I think the nipy changes aren't useful, except in a few cases. The big open issue is what to do about badly-normalized quaternions - discussion here: https://github.com/matthew-brett/transforms3d/pull/5

nibotmi commented 8 years ago

:umbrella: The latest upstream changes (presumably #5) made this pull request unmergeable. Please resolve the merge conflicts.

matthew-brett commented 6 years ago

Sorry about the long delay - I think there are now no remaining changes that should go in - are there any that you think should go in? If not, would you mind closing?

matthew-brett commented 2 years ago

No useful fixes remain, I think.