You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to extensions instead of requires for datasets (#24)
* Switch to extensions instead of requires for datasets
* Move all array interface implementations to extensions
This moves everything from using Requires to the new extensions setup.
* Switch the array tests to testitems
This ensures, that the tests for different backends are independent.
* Remove the Requires setup for lower julia versions
We decided to only support julia versions larger than 1.9
* Switch CI to test on julia 1.9 instead of 1.6
When we restrict the Julia version to 1.9 we should also stop testing on 1.6
* Remove Zarr and NetCDF as dependencies
* Remove AxisIndices
This seems to be not maintained anymore with the last commit three years ago
* Stop tracking Manifest.toml
* Remove AxisIndices also from test environment
* Add testing on nightly
* Bump version to 0.7.0
0 commit comments