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 the ability to specify a random subset size for computing histogram #2478

Merged
merged 4 commits into from
Apr 16, 2024

Commits on Mar 19, 2024

  1. Add the ability to specify a random subset size for computing histogr…

    …ams, and expose as a viewer state property in the histogram viewer
    astrofrog committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4e44393 View commit details
    Browse the repository at this point in the history
  2. Relax tolerance

    astrofrog committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ad0fa67 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Avoid calling ravel() in compute_histogram and compute_statistic sinc…

    …e for some arrays (e.g. a cutout of a larger image) this causes a copy
    astrofrog committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ce96be6 View commit details
    Browse the repository at this point in the history
  2. Fix syntax for Python<3.11

    astrofrog committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    859ac5c View commit details
    Browse the repository at this point in the history