-
Notifications
You must be signed in to change notification settings - Fork 9
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
ENH: Improvements and Small Fixes to Orientation Analysis filters. #1081
Merged
imikejackson
merged 14 commits into
BlueQuartzSoftware:develop
from
imikejackson:topic/misc_fixes_improvements
Sep 27, 2024
Merged
ENH: Improvements and Small Fixes to Orientation Analysis filters. #1081
imikejackson
merged 14 commits into
BlueQuartzSoftware:develop
from
imikejackson:topic/misc_fixes_improvements
Sep 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imikejackson
changed the title
Topic/misc fixes improvements
ENH: Improvements and Small Fixes to Orientation Analysis filters.
Sep 23, 2024
imikejackson
force-pushed
the
topic/misc_fixes_improvements
branch
3 times, most recently
from
September 26, 2024 11:52
9986f69
to
48dd633
Compare
nyoungbq
approved these changes
Sep 26, 2024
imikejackson
force-pushed
the
topic/misc_fixes_improvements
branch
from
September 26, 2024 20:24
ffab115
to
ea7681a
Compare
nyoungbq
approved these changes
Sep 27, 2024
imikejackson
force-pushed
the
topic/misc_fixes_improvements
branch
from
September 27, 2024 11:41
f2af119
to
db701e0
Compare
Signed-off-by: Michael Jackson <[email protected]>
…is instantiated. Signed-off-by: Michael Jackson <[email protected]>
Docs and new pipeline included. Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]> (cherry picked from commit 5c17f38)
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
imikejackson
force-pushed
the
topic/misc_fixes_improvements
branch
from
September 27, 2024 12:24
3115391
to
35b17ab
Compare
imikejackson
added a commit
to imikejackson/simplnx
that referenced
this pull request
Oct 20, 2024
…eQuartzSoftware#1081) * MergeTwins: Only get the LaueOps list once when the MergeTwins class is instantiated. * ENH: Various updates to Compute Feature Face Curvature filters * Create parameter defaults for Feature Face Curvature filter * Docs and new pipeline included. * Update CMake Policies * CMAKE: Check for proper version of CMake before setting policy * BUG: Fix human name of ComputeFZQuaternions * STYLE: Remove bad comment from WritePoleFigure * Update TiffWriter to properly order the tiff tags in ascending order. * Fix pole figure generation. Add improved IPF Legends * COMP: Update to EbsdLib 1.0.33 * PY: Update conda build specs for newer EbsdLib 1.0.33 * DOC: Fix sphinx warnings Signed-off-by: Michael Jackson <[email protected]> --------- Signed-off-by: Michael Jackson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a collection of changes that are needed based on the upcoming version of EbsdLib and other small changes/updates/bug fixes while working in the codes.
Depends on #1085