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

Correct detector shape of returned EBSD signal from downsample() #674

Merged
merged 10 commits into from
May 30, 2024

Commits on May 28, 2024

  1. Correct detector shape of returned EBSD signal from downsample()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 28, 2024
    Configuration menu
    Copy the full SHA
    61c4eb2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Add isort dependency, update black in pre-commit config

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    03c0870 View commit details
    Browse the repository at this point in the history
  2. Format some files using Black 24.2

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    08aab67 View commit details
    Browse the repository at this point in the history
  3. Restrict to PyEBSDIndex < 0.3, fix failing tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    47b73f3 View commit details
    Browse the repository at this point in the history
  4. Stop supporting Python 3.7, new minimum is 3.8

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8b9e67f View commit details
    Browse the repository at this point in the history
  5. Use isort to sort imports

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ab8637f View commit details
    Browse the repository at this point in the history
  6. Do not attempt to install nlopt on macOS with pip in CI

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bf8a991 View commit details
    Browse the repository at this point in the history
  7. Fix import order for similarity metrics module init

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4387da9 View commit details
    Browse the repository at this point in the history
  8. Update test workflow action versions

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    68a307b View commit details
    Browse the repository at this point in the history
  9. Update min. versions of NumPy>=1.23, Numba>=0.57, scikit-image>=0.21

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d0d1679 View commit details
    Browse the repository at this point in the history