Fix imrotate for Irrational θ#149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #149 +/- ##
==========================================
+ Coverage 89.90% 90.14% +0.23%
==========================================
Files 8 8
Lines 208 213 +5
==========================================
+ Hits 187 192 +5
Misses 21 21
Continue to review full report at Codecov.
|
|
I guess one other thing to think about: is the change in size of the returned images breaking? Should this be 0.10 instead? |
|
Might be best to find out whether JuliaGeometry/Rotations.jl#163 meets with approval, and if so just require it. |
johnnychen94
left a comment
There was a problem hiding this comment.
Unsure how it implies, but it looks good to me.
Sorry, I'm not sure I know what you mean. Do you mean, you're not sure how that Rotations PR applies? We wouldn't need |
|
Any thoughts on the 0.9.1 vs 0.10 issue? That was the main thing I pinged you for (sorry, I know that wasn't clear). |
Sorry for the inaccuracy, I meant I wasn't very sure how this PR co-works with JuliaLang/julia#42595 and JuliaGeometry/Rotations.jl#163. IIUC JuliaLang/julia#42595 doesn't improve this PR, am I right?
Ah, I missed the first comment. I think we can make it 0.9.1 here as it's a clear improvement from my point of view, can you also update the CHANGELOG.md? Thanks again for taking care of this! |
|
Ah, gotcha. Yes, we might not even need to change Rotations if the Base PR goes through. I could put definitions into Compat and then they would be available for previous Julia versions. |
I was just about to release 0.9.1 (in the wake of #148) and happened to try the test cases in #79, and got this:
That would not have been a nice thing to release. I'm glad luck worked on my side this time 😅