-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for compatibility with Rotations.jl v1.1.0
#629
Conversation
See JuliaGeometry/Rotations.jl#201, from the latest Rotations.jl release https://github.com/JuliaGeometry/Rotations.jl/releases/tag/v1.1.0
d00b603
to
198ac52
Compare
UnitQuaternion
to QuatRotation
v1.1.0
Hi, Twan! :) The CI errors for Julia 1.3 are due to incompatibilities during version resolving of the dependencies. I think this can be solved by bumping up a couple of the deps lagging behind. As for the Documentation and Julia 1.5 CI errors, those are because this PR depends on rdeits/MeshCat.jl#210 being merged---as hinted by the error message |
Temporarily excludes notebook "6. Symbolics using SymPy" because of Quaternions.jl issue on handling symbols from SymPy.jl. (See JuliaGeometry/Quaternions.jl#8.)
ffaa4db
to
127e7e2
Compare
The CI GitHub actions would have to be updated in order to support Julia 1.7 and the new manifest format.
Okay, I have finally managed to get the CI checks for Julia 1.5 to pass. I think maybe we can drop the Julia 1.3 checks? Ideally though, we should remove both 1.3 and 1.5, and then add checks for Julia 1.6, since that is not the LTS release. (Unless there are other reasons for maintaining 1.3 and 1.5 that I am not aware of.) |
Oh, and there's also a slight problem with the Rotations.jl update. I wasn't able to get notebook 6 to work with the new version, as it complains that a |
I am going to close this as it has been superseded by #634. |
See JuliaGeometry/Rotations.jl#201, from the latest Rotations.jl release https://github.com/JuliaGeometry/Rotations.jl/releases/tag/v1.1.0