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

Fix lagging 3d view for big data in auto color mode #6411

Merged
merged 41 commits into from Nov 14, 2023

Commits on Nov 3, 2023

  1. smarter create empty data

    Czaki committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1060846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3bdb83 View commit details
    Browse the repository at this point in the history
  3. use cache only if needed

    Czaki committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    db9e7b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    232aacd View commit details
    Browse the repository at this point in the history
  2. minimum working implementation

    Czaki committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c1e273e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. fix test_labels

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1eb6c2f View commit details
    Browse the repository at this point in the history
  2. fix test

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3156dd2 View commit details
    Browse the repository at this point in the history
  3. add matplotlib contarints

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    70a6df8 View commit details
    Browse the repository at this point in the history
  4. lower numba

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    30dfbda View commit details
    Browse the repository at this point in the history
  5. move function to proper place

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7f089fc View commit details
    Browse the repository at this point in the history
  6. next move files

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1d50df4 View commit details
    Browse the repository at this point in the history
  7. remove redundant +1/-1

    Czaki committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    cfb484b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. cleanup opengl redundant code

    Czaki committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cd201fa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix typo

    Czaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    70a0204 View commit details
    Browse the repository at this point in the history
  2. add explanation

    Czaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    728d68c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update napari/_vispy/layers/image.py

    Co-authored-by: Juan Nunez-Iglesias <jni@fastmail.com>
    Czaki and jni committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    69252ec View commit details
    Browse the repository at this point in the history
  2. add test

    Czaki committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fa88c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    227b9fc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Update napari/_vispy/layers/image.py

    Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
    Czaki and Carreau committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    85be6e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c3f1a View commit details
    Browse the repository at this point in the history
  3. small data clean

    Czaki committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c54657a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    708bce4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    82fb37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe56d4c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Juan Nunez-Iglesias <jni@fastmail.com>
    Czaki and jni committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e145a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ce515 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    ba447de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2aa2c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a3ccce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a52dd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    429fe4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fb6e04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cac733 View commit details
    Browse the repository at this point in the history
  8. fix handling background

    Czaki committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2adf4e8 View commit details
    Browse the repository at this point in the history
  9. fix shader

    Czaki committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e1f8461 View commit details
    Browse the repository at this point in the history
  10. fix test

    Czaki committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b94bb75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7364d8b View commit details
    Browse the repository at this point in the history
  12. properly calculate dtype

    Czaki committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a9d5178 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    b0da712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0820ae View commit details
    Browse the repository at this point in the history
  3. fix mypy

    Czaki committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8e13fc7 View commit details
    Browse the repository at this point in the history