-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove DualQuaternion #92
Conversation
Codecov Report
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 3 2 -1
Lines 391 287 -104
==========================================
- Hits 391 287 -104 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I think it would be better to release v0.5.7 with
I'm not sure the following breaking changes will be included in v0.6.0.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for the PR. I have added minor suggestions.
Co-authored-by: Yuto Horikawa <[email protected]>
Good idea!
I'll comment on this in #90.
This seems fine to be in a later breaking release.
This will be a little easier to do once this package contains just
Yeah, dropping this is a priority, but it's a lot easier after |
I was just concerned about the release of
I agree with that. ( |
Good point, I've reached out to request I be upgraded to admin. |
This PR should be ready for final review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the example seems fine! Just added some suggestions.
Co-authored-by: Yuto Horikawa <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for the suggestions! I made a few more changes. Should be finished now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
This PR removes
DualQuaternion
and the dependency on DualNumbers. It instead adds an example to the documentation of using ForwardDiff with Quaternions to get the same functionality. The code in that example is actually the first steps one could take to define a package with just such utilities for dual quaternions using these 2 packages.This is a breaking change, but we may want to make some more breaking changes before releasing, so the version number is marked
-DEV
.