-
Notifications
You must be signed in to change notification settings - Fork 142
feat: Add optional graphical target and rework graphics backend selection #3820
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
Merged
Merged
Changes from 40 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
73337b5
fix: Optional viz dependency
AlejandroFernandezLuces 1bfe70a
chore: adding changelog file 3820.fixed.md [dependabot-skip]
pyansys-ci-bot 4af92af
fix: Change messages
AlejandroFernandezLuces 2f4314e
Merge branch 'fix/optional-visualizer' of https://github.com/pyansys/…
AlejandroFernandezLuces 624324a
Merge branch 'main' into fix/optional-visualizer
AlejandroFernandezLuces 22a091f
chore: adding changelog file 3820.fixed.md [dependabot-skip]
pyansys-ci-bot dd44368
feat: Add decorator, move matplotlib to graphics, partial parameter n…
AlejandroFernandezLuces 765256d
Merge branch 'main' into fix/optional-visualizer
AlejandroFernandezLuces 4c985d4
Apply suggestions from code review
AlejandroFernandezLuces 1d36fb0
feat: Add backend selector
AlejandroFernandezLuces 06a7117
Update src/ansys/mapdl/core/mapdl_core.py
AlejandroFernandezLuces d6f3846
feat: Add `set_default_backend` method and default pyvista backend
AlejandroFernandezLuces 8a38cff
Merge branch 'fix/optional-visualizer' of https://github.com/pyansys/…
AlejandroFernandezLuces f5844a2
fix: Decorator
AlejandroFernandezLuces 0fec75e
feat: Add new parameter to tests
AlejandroFernandezLuces 1f52384
feat: Change launcher to new Enum
AlejandroFernandezLuces d4b95c9
fix: Missing vtk=true in examples
AlejandroFernandezLuces 0d5c2fb
fix: CLI input
AlejandroFernandezLuces e367dd9
fix: Wrong param name
AlejandroFernandezLuces 387a5cc
fix: PR suggestions
AlejandroFernandezLuces f5556b7
Merge branch 'main' into fix/optional-visualizer
AlejandroFernandezLuces 13798d0
fix: Import
AlejandroFernandezLuces fbb423a
Merge branch 'fix/optional-visualizer' of https://github.com/pyansys/…
AlejandroFernandezLuces 93404ee
fix: Import
AlejandroFernandezLuces da82c99
fix: Import
AlejandroFernandezLuces 5b0511c
fix: Missing imports
AlejandroFernandezLuces eed1822
fix: returning to default state after test
germa89 ec45e05
feat: making sure we return to default state after testing
germa89 0963041
fix: update import statements
germa89 e7956ec
fix: update graphics_backend to use GraphicsBackend enum in failing test
germa89 568fb42
fix: docstrings in post functions and their test
germa89 c2f0790
fix: capitalization in enum
germa89 9d382d6
fix: update graphics_backend handling in convert function and tests
germa89 2ad65a1
fix: add wraps decorator to requires_graphics function so the docstri…
germa89 ecd4e1f
Merge branch 'main' into fix/optional-visualizer
germa89 7b0ddcd
test: Add non existent backend
AlejandroFernandezLuces 9956b2d
test: fix cli test
AlejandroFernandezLuces 826375c
Merge branch 'main' into fix/optional-visualizer
germa89 64d26c6
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] 58c9d91
Merge branch 'main' into fix/optional-visualizer
germa89 34740c4
fix: Add decorator for deprecated param
AlejandroFernandezLuces 7abb577
Merge branch 'fix/optional-visualizer' of https://github.com/pyansys/…
AlejandroFernandezLuces d0028b9
chore: adding changelog file 3820.fixed.md [dependabot-skip]
pyansys-ci-bot 55bc120
fix: Force keyword-only arguments for non-MAPDL arguments in extended…
germa89 5f017d8
Apply suggestions from code review
AlejandroFernandezLuces File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| fix: Optional graphics dependency |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.