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

Generalize eachslice #462

Merged
merged 22 commits into from
Feb 22, 2023
Merged

Generalize eachslice #462

merged 22 commits into from
Feb 22, 2023

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    f3380e5 View commit details
    Browse the repository at this point in the history
  2. Add eachslice for stacks

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b3c0844 View commit details
    Browse the repository at this point in the history
  3. Add v1.9-compatible version

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5040074 View commit details
    Browse the repository at this point in the history
  4. Update src/stack/methods.jl

    sethaxen authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e31d5bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c657367 View commit details
    Browse the repository at this point in the history
  6. Mark version check as static

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f440802 View commit details
    Browse the repository at this point in the history
  7. Fix doctest

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d36f00b View commit details
    Browse the repository at this point in the history
  8. Add eachslice to docs

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8555caa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f7400d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86d82e5 View commit details
    Browse the repository at this point in the history
  11. Add Slices check

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4be5855 View commit details
    Browse the repository at this point in the history
  12. Test errors are thrown

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6cad707 View commit details
    Browse the repository at this point in the history
  13. Throw DimensionMismatch

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    59b5a45 View commit details
    Browse the repository at this point in the history
  14. Fix slicemap when drop=false

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d6fd83b View commit details
    Browse the repository at this point in the history
  15. Add Slices tests for v1.9

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e48d5b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6fbb341 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f84c274 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    20b13e2 View commit details
    Browse the repository at this point in the history
  19. Increment patch number

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4b615f9 View commit details
    Browse the repository at this point in the history
  20. Add a nightly CI run

    sethaxen committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    533f68b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Split into testsets

    sethaxen committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1234c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcbf19e View commit details
    Browse the repository at this point in the history