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

Optimize colormap #509

Merged
merged 7 commits into from
Sep 25, 2021
Merged

Commits on Sep 20, 2021

  1. [WIP] Optimize colormap

    This uses `Tuple` instead of `Vector` for the colormap parameters.
    This also unifies the type of preset values to `Float64`.
    kimikage committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    69581eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7598ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca8b9f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d64f8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e4a8a8 View commit details
    Browse the repository at this point in the history
  6. [WIP] Improve inference

    kimikage committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4f3fa08 View commit details
    Browse the repository at this point in the history
  7. [WIP] Avoid vcat

    kimikage committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2466f17 View commit details
    Browse the repository at this point in the history