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

changed the expected type for HeatMap.z from Option<Vec<Z>> to Option<Vec<Vec<Z>>> #157

Merged
merged 8 commits into from
Jun 20, 2024

Commits on Sep 4, 2023

  1. changed the HeatMap z from Vec<Z> to Vec<Vec<Z>> +

    added `customized_heat_map` function to showcase the working zmin and zmax
    tectin0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1a652cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbaac0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. updated tests and example

    tectin0 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    17c0aba View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into HeatMap_zmin_zmax_fix_pr

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0c058bd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    771f06e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    cd7a1be View commit details
    Browse the repository at this point in the history
  2. hardcode HeatMap zmin/zmax/zmid type to f64

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4c8b3bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba20d96 View commit details
    Browse the repository at this point in the history