-
Notifications
You must be signed in to change notification settings - Fork 3
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
Switch to extensions instead of requires for datasets #24
Conversation
This moves everything from using Requires to the new extensions setup.
This ensures, that the tests for different backends are independent.
We decided to only support julia versions larger than 1.9
When we restrict the Julia version to 1.9 we should also stop testing on 1.6
This seems to be not maintained anymore with the last commit three years ago
@meggart this should be good to go now. I removed AxisIndices because the last commit is three years ago and it had some dependency problems. The tests go through locally on 1.11 rc2 and on CI on nightly. |
This is breaking because it removes the AxisIndices functionality. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
==========================================
- Coverage 51.75% 50.00% -1.76%
==========================================
Files 13 12 -1
Lines 342 344 +2
==========================================
- Hits 177 172 -5
- Misses 165 172 +7 ☔ View full report in Codecov by Sentry. |
Great, thanks a lot for preparing this. |
This is a rebased version of #18.