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

Allow projection of patterns with a varying PC from a master pattern #567

Merged
merged 16 commits into from Oct 2, 2022

Commits on Sep 29, 2022

  1. Support passing detector with multiple PCs to get_patterns()

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 29, 2022
    Copy the full SHA
    0b4f81a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Allow getting patterns with varying PCs from master pattern

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    cce7555 View commit details
    Browse the repository at this point in the history
  2. Test new multiple PC master pattern projection support

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    1a67244 View commit details
    Browse the repository at this point in the history
  3. Remove sphinx-last-updated pkg, restrict doc dep ipywidgets<=7.7

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    3c7bd5b View commit details
    Browse the repository at this point in the history
  4. Add example to EBSDMasterPattern.get_patterns()

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    6372538 View commit details
    Browse the repository at this point in the history
  5. Notify that the examples section will change with time

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    c5f7ac4 View commit details
    Browse the repository at this point in the history
  6. Link to PyVista Jupyter backend docs

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    d5cb458 View commit details
    Browse the repository at this point in the history
  7. Remove direct reference to PyVista Jupyter backend in text

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    fdd0b32 View commit details
    Browse the repository at this point in the history
  8. Update changelog with improvements to EBSDMasterPattern.get_patterns()

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 1, 2022
    Copy the full SHA
    0f93534 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Fix meaning of navigation shape in get_patterns() map_blocks call

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    33fe26d View commit details
    Browse the repository at this point in the history
  2. Re-run ESTEEM3 workshop notebook

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    5ce767f View commit details
    Browse the repository at this point in the history
  3. Update M&M 2021 workshop notebook

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    e20c6d7 View commit details
    Browse the repository at this point in the history
  4. Update dask chunks in chunking function tests following dask update

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    b99c450 View commit details
    Browse the repository at this point in the history
  5. Remove left over use of nav_shape in Numba master pattern function

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    ac9c683 View commit details
    Browse the repository at this point in the history
  6. Silence dask warning about large chunks in DI method

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    3244d77 View commit details
    Browse the repository at this point in the history
  7. Do not run tests requring newer versions of dask on Python 3.7

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 2, 2022
    Copy the full SHA
    6a11180 View commit details
    Browse the repository at this point in the history