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

Add var, std, median #3378

Merged
merged 15 commits into from Feb 5, 2024
Merged

Add var, std, median #3378

merged 15 commits into from Feb 5, 2024

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    33dc1fe View commit details
    Browse the repository at this point in the history
  2. Actually test coords

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4d6ad01 View commit details
    Browse the repository at this point in the history
  3. Add median

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4f0ee4f View commit details
    Browse the repository at this point in the history
  4. Add nanmedian

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c9d5318 View commit details
    Browse the repository at this point in the history
  5. Add var,std,nanvar,nanstd

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    554170b View commit details
    Browse the repository at this point in the history
  6. Add release note

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0b403f2 View commit details
    Browse the repository at this point in the history
  7. Update stubs

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    acfb0af View commit details
    Browse the repository at this point in the history
  8. Remove debug print

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4398401 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c681dde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83b6d7a View commit details
    Browse the repository at this point in the history
  11. Simplify recursion

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    24fcbc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65b720f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c33508 View commit details
    Browse the repository at this point in the history
  14. Fix grammar

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ba231e4 View commit details
    Browse the repository at this point in the history
  15. Test that ddof is required

    jl-wynen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    92aad0d View commit details
    Browse the repository at this point in the history