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

Switch to extensions instead of requires for datasets #24

Merged
merged 11 commits into from
Jul 31, 2024
Merged

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    e2b920e View commit details
    Browse the repository at this point in the history
  2. Move all array interface implementations to extensions

    This moves everything from using Requires to the new extensions setup.
    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1af744b View commit details
    Browse the repository at this point in the history
  3. Switch the array tests to testitems

    This ensures, that the tests for different backends are independent.
    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dcdd61a View commit details
    Browse the repository at this point in the history
  4. Remove the Requires setup for lower julia versions

    We decided to only support julia versions larger than 1.9
    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1165d7 View commit details
    Browse the repository at this point in the history
  5. 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
    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bfdb020 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4536c5 View commit details
    Browse the repository at this point in the history
  7. Remove AxisIndices

    This seems to be not maintained anymore with the last commit three years ago
    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7a6bf64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f18235 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7622246 View commit details
    Browse the repository at this point in the history
  10. Add testing on nightly

    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3f87c6c View commit details
    Browse the repository at this point in the history
  11. Bump version to 0.7.0

    felixcremer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    713c16e View commit details
    Browse the repository at this point in the history