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

Prepare for 0.11.0 release #697

Merged
merged 151 commits into from
Nov 9, 2024
Merged

Commits on Sep 21, 2024

  1. Yet another Unreleased changelog section awaiting things

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e48e326 View commit details
    Browse the repository at this point in the history
  2. Replace use of deprecated from_neo_euler() -> from_rodrigues()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e085f1c View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.11.dev0

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    309e7dc View commit details
    Browse the repository at this point in the history
  4. Comment out failing test, to be fixed later

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6629063 View commit details
    Browse the repository at this point in the history
  5. Restrict scipy to < 1.14 until HyperSpy 2.0 is supported

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    67b6bcb View commit details
    Browse the repository at this point in the history
  6. Allow flaky HI test to rerun up to five times

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    df20e1e View commit details
    Browse the repository at this point in the history
  7. Merge pull request pyxem#683 from hakonanes/main-into-develop-after-0…

    ….10.0
    
    Main into develop after 0.10.0
    hakonanes authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e5fad49 View commit details
    Browse the repository at this point in the history
  8. Replace setup.py and setup.cfg with pyproject.toml, Hatch as build tool

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bfe4ebf View commit details
    Browse the repository at this point in the history
  9. Remove MANIFEST.in file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    68880fc View commit details
    Browse the repository at this point in the history
  10. Simplify README, also removing the all-contributors table

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    45ab857 View commit details
    Browse the repository at this point in the history
  11. Add contrasting border to "kikuchipy" in banner images

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    60d9750 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary CONTRIBUTING script pointing to docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7c82326 View commit details
    Browse the repository at this point in the history
  13. Remove kikuchipy/release.py and references to it or the all-contribut…

    …ors table
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f6cdf15 View commit details
    Browse the repository at this point in the history
  14. Update action versions in GitHub actions

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f8dccae View commit details
    Browse the repository at this point in the history
  15. Remove more references to kikuchipy.release file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d5d3285 View commit details
    Browse the repository at this point in the history
  16. Remember to install coverage packages on CI

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8444b85 View commit details
    Browse the repository at this point in the history
  17. Start testing on Python 3.12

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

Commits on Sep 22, 2024

  1. Remove use of release script in docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7197e60 View commit details
    Browse the repository at this point in the history
  2. Install build package before installing dependencies

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2c20c34 View commit details
    Browse the repository at this point in the history
  3. Ensure HyperSpy 1.7.6 with Python >= 3.12

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b6a7c74 View commit details
    Browse the repository at this point in the history
  4. Move hyperspy_extension.yaml file until HyperSpy 2.0 is supported

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    52f3e31 View commit details
    Browse the repository at this point in the history
  5. Temporarily duplicate HS extension file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    fb9a005 View commit details
    Browse the repository at this point in the history
  6. Uncomment nlopt in config

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c49fbac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    361f546 View commit details
    Browse the repository at this point in the history
  8. Move source code to src/kikuchipy and tests to tests/

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

Commits on Sep 28, 2024

  1. Put paths to data files in fixtures

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c06fbd5 View commit details
    Browse the repository at this point in the history
  2. Remove all pragma: no cover in tests (unnecessary), use fixtures further

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

Commits on Sep 29, 2024

  1. Rename doc build directory to _build

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    eeb25f1 View commit details
    Browse the repository at this point in the history
  2. Re-run tutorial notebooks after changing to src layout

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b5072f5 View commit details
    Browse the repository at this point in the history
  3. Update test warnings to silence

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b0045f1 View commit details
    Browse the repository at this point in the history
  4. Remove --pyargs from pytest call

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    65bc396 View commit details
    Browse the repository at this point in the history
  5. Bump RTD Ubuntu version to 24.04

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    578df86 View commit details
    Browse the repository at this point in the history
  6. Yield fixture results instead of return

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0bb0b10 View commit details
    Browse the repository at this point in the history
  7. Default Python 3 on RTD instead of from mambaforge

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f3b49ea View commit details
    Browse the repository at this point in the history
  8. Still silence some test warnings outside our control

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    58e7e9c View commit details
    Browse the repository at this point in the history
  9. Replace Bruker h5ebsd test files with fixture

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6bbe70f View commit details
    Browse the repository at this point in the history
  10. Use Path in doc reference frames script

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    57ad4c1 View commit details
    Browse the repository at this point in the history
  11. Update paths to files for pytest to ignore

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    506030d View commit details
    Browse the repository at this point in the history
  12. Remove dummy EMsoft TKD and ECP master patterns, use fixtures

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    29e3aa1 View commit details
    Browse the repository at this point in the history
  13. Replace import from conftest.py with fixture

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a97abfb View commit details
    Browse the repository at this point in the history
  14. Move conftests.py to top directory to also work with doctest

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    076d190 View commit details
    Browse the repository at this point in the history
  15. Update kikuchipy.load() doctest

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1981be1 View commit details
    Browse the repository at this point in the history
  16. Update call to doctest-modules on CI

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7923e4b View commit details
    Browse the repository at this point in the history
  17. Revert to using Python from mambaforge on RTD

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e6772bb View commit details
    Browse the repository at this point in the history
  18. Remove use of dummy EMsoft ECP/TKD master patterns in IO tutorial

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b694ca8 View commit details
    Browse the repository at this point in the history
  19. Update references to src/ in CI scripts

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ca40f0c View commit details
    Browse the repository at this point in the history
  20. Change use of tempfile to pytest tmpdir

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

Commits on Sep 30, 2024

  1. Use filename in test metadata that should work on all platforms

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    06a1352 View commit details
    Browse the repository at this point in the history
  2. Update installation guide, better describe installation of nlopt

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a9d4862 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pyxem#686 from hakonanes/src-layout

    Switch to src layout
    hakonanes authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6070a20 View commit details
    Browse the repository at this point in the history
  4. Replace custom lazy loading with lazy_loader, new dependency

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9492b94 View commit details
    Browse the repository at this point in the history
  5. Move checks of installed packages to private kikuchipy.constants module

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

Commits on Oct 1, 2024

  1. Rename chunk.fft_filter import to fft_filter_chunk to avoid duplication

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2146d79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pyxem#688 from hakonanes/use-lazy-loader

    Replace custom lazy loading with lazy_loader package
    hakonanes authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d5db481 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Remove support for Python 3.8 and 3.9

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3ca2d27 View commit details
    Browse the repository at this point in the history
  2. Update type hints in private modules

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd1a32a View commit details
    Browse the repository at this point in the history
  3. Update type hints in data module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    198f080 View commit details
    Browse the repository at this point in the history
  4. Update type hints in detectors module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0a08a8a View commit details
    Browse the repository at this point in the history
  5. Update type hints in draw module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8509451 View commit details
    Browse the repository at this point in the history
  6. Update type hints in filters module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9b1f423 View commit details
    Browse the repository at this point in the history
  7. Update type hints in imaging module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bbf942c View commit details
    Browse the repository at this point in the history
  8. Update type hints in indexing module

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9e9c518 View commit details
    Browse the repository at this point in the history
  9. Fix Python version in tests CI YAML

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

Commits on Oct 5, 2024

  1. Complete updating of type hints

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    59ed1ad View commit details
    Browse the repository at this point in the history
  2. Temporarily restrict to NumPy <2 due to dependency incompats

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f8e56f0 View commit details
    Browse the repository at this point in the history
  3. Wait on using typing.Self until Python >= 3.11

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4ab1d6f View commit details
    Browse the repository at this point in the history
  4. Merge pull request pyxem#689 from hakonanes/remove-38-39-compat

    Remove Python 3.8 and 3.9 compatibility
    hakonanes authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a016c0a View commit details
    Browse the repository at this point in the history
  5. Set minimal version of HyperSpy to v2

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e045625 View commit details
    Browse the repository at this point in the history
  6. Set HyperSpy >= 2 as the minimal version also on CI

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d69ff03 View commit details
    Browse the repository at this point in the history
  7. Fix PR link in changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a9d0f64 View commit details
    Browse the repository at this point in the history
  8. Add RosettaSciIO dependency

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

Commits on Oct 26, 2024

  1. Install unreleased HyperSpy 2.2 from GitHub

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0f274a8 View commit details
    Browse the repository at this point in the history
  2. Allow import NumPy's VisibleDeprecationWarning before/after v1.25

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    28df169 View commit details
    Browse the repository at this point in the history
  3. Prepare IO module for updating to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    978dcc8 View commit details
    Browse the repository at this point in the history
  4. Update NORDIF plugin to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f5fab17 View commit details
    Browse the repository at this point in the history
  5. Update NORDIF calibration patterns plugin to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1ec4744 View commit details
    Browse the repository at this point in the history
  6. Update Bruker h5ebsd reader to RosettaSciIO's design

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

Commits on Oct 27, 2024

  1. Update EBSD directory reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0e4e51a View commit details
    Browse the repository at this point in the history
  2. Update EDAX binary patterns reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c667c12 View commit details
    Browse the repository at this point in the history
  3. Update EDAX h5ebsd reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e200de1 View commit details
    Browse the repository at this point in the history
  4. Update EMsoft EBSD reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6af9a80 View commit details
    Browse the repository at this point in the history
  5. Update EMsoft EBSD master pattern reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8ea5075 View commit details
    Browse the repository at this point in the history
  6. Update EMsoft ECP master pattern reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fbb488b View commit details
    Browse the repository at this point in the history
  7. Update EMsoft TKD master pattern reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ee7ffad View commit details
    Browse the repository at this point in the history
  8. Update our h5ebsd reader/writer to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    917b2cc View commit details
    Browse the repository at this point in the history
  9. Update Oxford binary EBSD pattern reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f060f73 View commit details
    Browse the repository at this point in the history
  10. Update Oxford's h5ebsd/H5OINA reader to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    88641ea View commit details
    Browse the repository at this point in the history
  11. Fix creation of IO plugin list and look-up

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    16b5ef7 View commit details
    Browse the repository at this point in the history
  12. Remove unused HyperSpy markers tools

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8e8fdf7 View commit details
    Browse the repository at this point in the history
  13. Remove passing of parallel=True to HyperSpy's map function

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ec9e7e0 View commit details
    Browse the repository at this point in the history
  14. Update IO plugin tests following updates to RosettaSciIO's design

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bb2e2d3 View commit details
    Browse the repository at this point in the history
  15. Import RGB8 and RGB16 data types from RosettaSciIO

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0f0d24d View commit details
    Browse the repository at this point in the history
  16. Replace HyperSpy marker functionality so tests don't error (not meant…

    … to work!)
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4c94df9 View commit details
    Browse the repository at this point in the history
  17. Fix incorrect combining of desired projection/hemisphere labels

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c33a3cc View commit details
    Browse the repository at this point in the history
  18. Improve error handling for incompatible IO plugin and signal type

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c68fe16 View commit details
    Browse the repository at this point in the history
  19. Set specification "_api" key using part of Path.parts list

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7939f33 View commit details
    Browse the repository at this point in the history
  20. Add bounds to VirtualBSEImager.grid_shape based on signal shape

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    687e944 View commit details
    Browse the repository at this point in the history
  21. Fix checking whether IO plugin writer is compatible with signal

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f991c00 View commit details
    Browse the repository at this point in the history
  22. Fix tests with now incorrect imports and other improvements

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ec3a64f View commit details
    Browse the repository at this point in the history
  23. Fix final errors in IO tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ff3fd13 View commit details
    Browse the repository at this point in the history
  24. Revert to "old" HyperSpy entry point path

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b88a976 View commit details
    Browse the repository at this point in the history
  25. Force Python float in EBSDDetector string repr

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f70d5ca View commit details
    Browse the repository at this point in the history
  26. Ensure Python floats and ints in string repr and errors

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    61c4ed3 View commit details
    Browse the repository at this point in the history
  27. Use crop_signal instead of crop_image

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d5b26bd View commit details
    Browse the repository at this point in the history
  28. Ensure Python float in xmap attribute warning

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a5e1f06 View commit details
    Browse the repository at this point in the history
  29. Fix VirtualBSEImager.grid_shape test following change to default shape

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    dc572e2 View commit details
    Browse the repository at this point in the history
  30. Update warning message in IO test following change to Python float

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    db72dcc View commit details
    Browse the repository at this point in the history
  31. Update error message matches in tests following replace of `` with ''

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    35e9105 View commit details
    Browse the repository at this point in the history
  32. Fix f-string by using '' within ""

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3109e07 View commit details
    Browse the repository at this point in the history
  33. Fix IO API

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    58fbe20 View commit details
    Browse the repository at this point in the history
  34. Install ipykernel with pip on RTD using environments.yml

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e7b9f2a View commit details
    Browse the repository at this point in the history
  35. Add ipykernel in environment.yml file for RTD, not for binder...

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

Commits on Oct 28, 2024

  1. Add convenience function to determine whether to overwrite file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    34990db View commit details
    Browse the repository at this point in the history
  2. Fall back to BaseSignal.save() if no matching write plugin found

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8659c68 View commit details
    Browse the repository at this point in the history
  3. Add Path type option to EBSD.save() signature, improve docstring

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    51d9a80 View commit details
    Browse the repository at this point in the history
  4. Fix tests of internal IO convenience methods

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1b75996 View commit details
    Browse the repository at this point in the history
  5. Remove explicit dependency on RosettaSciIO

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b4fb343 View commit details
    Browse the repository at this point in the history
  6. Simplify path to saving to H/ZSPY from EBSD.save()

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

Commits on Oct 29, 2024

  1. Merge pull request pyxem#694 from hakonanes/hs2-io-compat

    Adopt RosettaSciIO's plugin design
    hakonanes authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b229aa8 View commit details
    Browse the repository at this point in the history
  2. Reintroduce dependency on RosettaSciIO, needed in kikuchipy h5ebsd pl…

    …ugin
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    50d6a7c View commit details
    Browse the repository at this point in the history
  3. Use HS2 markers when plotting VBSE grid on EBSD detector

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dd6a979 View commit details
    Browse the repository at this point in the history
  4. Align tests of VBSE detector grid plots with HS2 markers

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

Commits on Nov 3, 2024

  1. Make tests pass, albeit with temporary fix for line markers

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ed0d373 View commit details
    Browse the repository at this point in the history
  2. Fix "PyVista not installed" error message

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e04d261 View commit details
    Browse the repository at this point in the history
  3. Simplify VBSE imager tile labling, remove bug-as-feature

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b3b3c24 View commit details
    Browse the repository at this point in the history
  4. Fix array indexing in VBSE imager

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4796893 View commit details
    Browse the repository at this point in the history
  5. Fix (row, column) -> (x, y) inconsistency with HyperSpy

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0d56e99 View commit details
    Browse the repository at this point in the history
  6. Remove incorrect enforcement of integer array for grid cols/rows

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

Commits on Nov 4, 2024

  1. Exclude NaN entries when plotting Kikuchi pattern simulation features

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dd8b2b9 View commit details
    Browse the repository at this point in the history
  2. Pass star polygon collection to HyperSpy for PC markers

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f2cd03f View commit details
    Browse the repository at this point in the history
  3. Test improved handling of PC markers

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2884727 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary import for type checking

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

Commits on Nov 5, 2024

  1. Update notebooks with stored output following update to HyperSpy v2

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

Commits on Nov 7, 2024

  1. Merge pull request pyxem#695 from hakonanes/hs2-markers-compat

    Update use of markers to HyperSpy v2
    hakonanes authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b7f4dc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pyxem#696 from pyxem/hyperspy2-support

    Bring HyperSpy 2 compatibility work into develop branch
    hakonanes authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    82c3d99 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Set minimum HyperSpy version to 2.2

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    b838373 View commit details
    Browse the repository at this point in the history
  2. Prepare changelog for 0.11.0 release

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d6972dd View commit details
    Browse the repository at this point in the history
  3. Update version to 0.11.0

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    04e6981 View commit details
    Browse the repository at this point in the history
  4. Remove Hatch option to install dependencies from direct URL

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    43785fd View commit details
    Browse the repository at this point in the history
  5. Fix subclassing of NumPy ndarray for Window class

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c63bad4 View commit details
    Browse the repository at this point in the history
  6. Remove now unnecessary warning in NORDIF reader

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    cbab0d9 View commit details
    Browse the repository at this point in the history
  7. Silence test suite warning from scikit-image for CLAHE

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    03c21ed View commit details
    Browse the repository at this point in the history
  8. Extract values from numpy.fromfile() before casting to numbers

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6ea183f View commit details
    Browse the repository at this point in the history
  9. Restructure internal utilities

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4635faa View commit details
    Browse the repository at this point in the history
  10. Improve handling of valid projections and hemispheres in IO

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    551cac2 View commit details
    Browse the repository at this point in the history
  11. Improve calculation of kinematical EBSD master pattern

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4803b5a View commit details
    Browse the repository at this point in the history
  12. Restrict progressbar to 80 columns

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    1a0418f View commit details
    Browse the repository at this point in the history
  13. Iterate over reflectors, not unit sphere coordinates

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    cececc8 View commit details
    Browse the repository at this point in the history
  14. Fix links to diffsims in kinematical EBSD simulation tutorial

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ad07063 View commit details
    Browse the repository at this point in the history
  15. Force EBSD detector shape to be Python ints in repr

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    52346c1 View commit details
    Browse the repository at this point in the history
  16. Fix some internal API reference links

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