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 color future warning #308

Merged
merged 10 commits into from
Aug 13, 2024
Merged

Fix color future warning #308

merged 10 commits into from
Aug 13, 2024

Commits on Mar 26, 2024

  1. Fix FutureWarning: Labels.color is deprecated

    Replaces .color property of Labels layer by assigning colormap with DirectLabelColormap to match napari 0.5.0
    zoccoler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    65083d9 View commit details
    Browse the repository at this point in the history
  2. Fix bug when viewer is closed from code

    An Attribution Error raises if the viewer is closed from code because somehow an Image layer can be present at self.layer_select.value, which has no 'properties' property
    zoccoler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    00a7eeb View commit details
    Browse the repository at this point in the history
  3. Fix opacity attribution (again)

    This reverts opacity attribution to the layer (the value of the combobox), not to the combobox (which is 'layer_select')
    zoccoler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    be58dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d463a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. update requirements

    zoccoler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aa06562 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Revert "Fix opacity attribution (again)"

    This reverts commit be58dc0.
    zoccoler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c6fc41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f777ea View commit details
    Browse the repository at this point in the history
  3. remove unused layer type

    zoccoler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1ddbffb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c734987 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    zoccoler committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7cdf261 View commit details
    Browse the repository at this point in the history