Merged
Conversation
#4995) ## Context Before this PR changes, low-level errors were shown up when an unsupported Fluent versions is used. ## Change Summary 1. Document supported Fluent versions including the patch versions required for gRPC connection. 2. If an unsupported Fluent version is used on local connection on Linux, PyFluent receives ip+port instead of UDS path from the server-info file. Raise a RuntimeError in that case. 3. If an unsupported Fluent version is used on local connection on Windows, it is not possible to detect that condition from PyFluent as the local connection mechanism on Windows (WNUA) is purely a server-side implementation. The connection will be successful in that case. ## Rationale The PyFluent documentation should reflect the list of supported Fluent versions including the patch versions. ## Impact Improvement in the documentation and error message. --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
|
All Contributor License Agreement (CLA) signatures have been captured successfully. Thanks for contributing! |
seanpearsonuk
approved these changes
Mar 19, 2026
Contributor
Author
prmukherj
approved these changes
Mar 23, 2026
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
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.
Creating 0.38.1 patch with #4995 changes