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

Implementation of ImageStack #5751

Merged
merged 44 commits into from
Sep 14, 2023
Merged

Implementation of ImageStack #5751

merged 44 commits into from
Sep 14, 2023

Commits on Aug 31, 2023

  1. Add notes about ImageStack

    hoxbro authored and ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5d17862 View commit details
    Browse the repository at this point in the history
  2. Simple working example

    hoxbro authored and ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    31f9cc7 View commit details
    Browse the repository at this point in the history
  3. clean up

    hoxbro authored and ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e97f9f5 View commit details
    Browse the repository at this point in the history
  4. Improve ImageStack plot handling

    philippjfr authored and ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8de6530 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fc878d View commit details
    Browse the repository at this point in the history
  6. Define ImageStack.group

    philippjfr authored and ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c227f2c View commit details
    Browse the repository at this point in the history
  7. Implement invert_*

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    19a10af View commit details
    Browse the repository at this point in the history
  8. Actually implement invert

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a13bed3 View commit details
    Browse the repository at this point in the history
  9. Undo black

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c877ca3 View commit details
    Browse the repository at this point in the history
  10. Implement shade

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fbed39d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f092f0 View commit details
    Browse the repository at this point in the history
  12. add flatten operation

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    970fdd9 View commit details
    Browse the repository at this point in the history
  13. Add reference notebooks

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8c0304d View commit details
    Browse the repository at this point in the history
  14. Add tests

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9c1babf View commit details
    Browse the repository at this point in the history
  15. Inline datashader

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    196ec8b View commit details
    Browse the repository at this point in the history
  16. Support 3D by default

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9c750e4 View commit details
    Browse the repository at this point in the history
  17. Fix datashader test

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a7b19e4 View commit details
    Browse the repository at this point in the history
  18. Fix to array

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3d5eada View commit details
    Browse the repository at this point in the history
  19. Fix tests

    ahuang11 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f280a26 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    65e5148 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update setup.py

    Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
    ahuang11 and hoxbro authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    04199e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Pin Pandas<2.1 (#5877)

    hoxbro authored and ahuang11 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    57a0cf3 View commit details
    Browse the repository at this point in the history
  2. support python3-only systems (#5874)

    MeggyCal authored and ahuang11 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    2411cfb View commit details
    Browse the repository at this point in the history
  3. Support Numpy 1.25 (#5870)

    hoxbro authored and ahuang11 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    9003a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72473c7 View commit details
    Browse the repository at this point in the history
  5. Unpin pandas dependency (#5880)

    hoxbro authored and ahuang11 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    58e4a20 View commit details
    Browse the repository at this point in the history
  6. Fix selection of palette

    ahuang11 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5c34336 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    55777aa View commit details
    Browse the repository at this point in the history
  2. Remove print

    ahuang11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f73753f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a38812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a48b49 View commit details
    Browse the repository at this point in the history
  5. Address comments

    ahuang11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    18abf6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6ca549 View commit details
    Browse the repository at this point in the history
  7. Fix test

    ahuang11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    25efbd2 View commit details
    Browse the repository at this point in the history
  8. Add tests

    ahuang11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d088080 View commit details
    Browse the repository at this point in the history
  9. Move xarray tests

    ahuang11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    23af53d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Fix core tests

    ahuang11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f2da257 View commit details
    Browse the repository at this point in the history
  2. Address comments

    ahuang11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f4714e9 View commit details
    Browse the repository at this point in the history
  3. Fix other asserts too

    ahuang11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8ea52d7 View commit details
    Browse the repository at this point in the history
  4. Add missing self

    ahuang11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    228d2ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c52aa View commit details
    Browse the repository at this point in the history
  6. Remove testing max

    ahuang11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a9625c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Address comment

    ahuang11 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4c5048d View commit details
    Browse the repository at this point in the history
  2. Address comment

    ahuang11 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    61c8fb7 View commit details
    Browse the repository at this point in the history