-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate to ArrayInterface v7, move Julia minimum version to 1.6 #41
Conversation
Seems it may also need to add https://github.com/JuliaArrays/StaticArrayInterface.jl as a dependency? |
If so, I'm fine with that. |
Apparently everything directly needed from ArrayInterface moved to StaticArrayInterface, and ArrayInterface 7 is a dependency of StaticArrayInterface. But StaticArrayInterface is not compatible with Julia 1.2. Can support for 1.2 be dropped? |
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 98.58% 97.87% -0.71%
==========================================
Files 2 2
Lines 141 141
==========================================
- Hits 139 138 -1
- Misses 2 3 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Yes. Obviously we need to bump to 0.5. Should we just go straight to 1.0? I am not seeing the reasons to keep have 0.x releases for a package which is changing only slowly. |
Good question - there is the one PR that, while old, seems to indicate a need for a better API? Maybe I can take a look at it. |
Thanks! I don't mean this package won't change in the future: there's a chance I'll have an extended period where I'll rework a lot of JuliaImages (ideally as grant-funded work). So if you'd rather hold off on 1.0 because you think there are some major changes needed, that's perfectly fine. |
Great! Ready to merge and release then? |
Could you please merge this PR and release a new version? I got some precompliation warnings because the compat bound trickeled down to me through ImageFiltering.jl |
@timholy - sorry to bug you, could you please merge and register this quick? |
Oh I guess StaticArrayInterface needs a simple compat entry for the registration to go through, right? - EDIT: done |
No description provided.