Skip to content
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

specialize tweight on FixedPoint conditionally #42

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Conversation

johnnychen94
Copy link
Collaborator

@johnnychen94 johnnychen94 commented Jan 30, 2020

If upstream package (e.g., Interpolations, FixedPointNumbers) doesn't
provide such specialization, then we add one here.

This trick avoids incremental compilation warnings

This PR duplicates JuliaImages/ImageTransformations.jl#89 to preserve compatibility

The test is likely to fail due to issue #38, but I've got it passed locally by commenting out those tests on accuracy

If upstream package (e.g., Interpolations, FixedPointNumbers) doesn't
provide such specialization, then we add one here.

This trick avoids incremental compilation warnings
@@ -12,6 +12,7 @@ IdentityRanges = "bbac6d45-d8f3-5730-bfe4-7a449cd117ca"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that a stdlib?

@johnnychen94
Copy link
Collaborator Author

johnnychen94 commented Jan 30, 2020 via email

@johnnychen94 johnnychen94 merged commit 9f57007 into jc/1.x Jan 30, 2020
@johnnychen94 johnnychen94 deleted the jc/tweight branch January 30, 2020 11:13
@johnnychen94 johnnychen94 added the no changelog tell TagBot to not add this PR into release changelog label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog tell TagBot to not add this PR into release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants