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

Enable changing dtypes for decimate #5790

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 1, 2023

  1. update mask to catch np nans

    The mask initialization fails to catch changing dtype (e.g., np.nans from datetime objects). "None" types will not account for these
    chrisbotica authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2ad8802 View commit details
    Browse the repository at this point in the history
  2. update decimate xy lims to current element ranges

    For decimate, the plot range updates slower than the element range (e.g., whenever the x, y dtypes change from a dynamic map). The element range reflect the current ranges in the new dtype, whereas the self.p.range reflects the previous dtype
    chrisbotica authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    09456e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request #1 from holoviz/main

    updating main
    chrisbotica authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58da499 View commit details
    Browse the repository at this point in the history