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

datashader speedup and bugfixes #309

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

Commits on Jul 17, 2024

  1. speed up datashader by using canvas size equal to image size

    Sonja Stockhaus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    50808b3 View commit details
    Browse the repository at this point in the history
  2. _cax definition bugfix

    Sonja Stockhaus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    759ecd8 View commit details
    Browse the repository at this point in the history
  3. attempt mypy error fixes

    Sonja Stockhaus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ea718bf View commit details
    Browse the repository at this point in the history
  4. delete comments

    Sonja Stockhaus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eef7b8b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. continuous agg with mean instead of sum and use linear cmap instead o…

    …f eq_hist for ds.shade()
    Sonja Stockhaus committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    702a226 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

  1. switch back to sum() and move duplicate datashader code into private …

    …functions
    Sonja Stockhaus committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    48c1c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. make ds reduction a kwarg and fix ds colorbar limits for continuous c…

    …oloring
    Sonja Stockhaus committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fc89462 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. adapt ds px using dpi/100

    Sonja Stockhaus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a0dac08 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. spread how kw refactoring

    Sonja Stockhaus committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c8b0b34 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add tests and minor adaptations

    Sonja Stockhaus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e1662e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a4c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0074c9 View commit details
    Browse the repository at this point in the history
  4. fix merge conflict resolution

    Sonja Stockhaus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6dfaf51 View commit details
    Browse the repository at this point in the history
  5. update test images

    Sonja Stockhaus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3d890a6 View commit details
    Browse the repository at this point in the history
  6. update changelog

    Sonja Stockhaus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a2b66e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. minor refactor

    timtreis committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8b0b24d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982c627 View commit details
    Browse the repository at this point in the history
  3. added images from runner

    timtreis committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0d124d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Oct 1, 2024

  1. add ds shapes outlines, fix shapes fill_alpha behavior, fix std/var/a…

    …ny reductions
    Sonja Stockhaus committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    59a19da View commit details
    Browse the repository at this point in the history
  2. add test images

    Sonja Stockhaus committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    22cdabc View commit details
    Browse the repository at this point in the history
  3. update test images

    Sonja Stockhaus committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1d07544 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. changelog update and documentation

    Sonja Stockhaus committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    febd424 View commit details
    Browse the repository at this point in the history