Skip to content

refactor: scheme_eval. #4042

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 23 commits into from
May 23, 2025
Merged

refactor: scheme_eval. #4042

merged 23 commits into from
May 23, 2025

Conversation

prmukherj
Copy link
Collaborator

@prmukherj prmukherj commented May 21, 2025

scheme_eval.scheme_eval -> scheme.eval
scheme_eval.eval -> scheme._eval
scheme_eval.string_eval -> scheme.string_eval

"scheme_eval" from session level and "scheme_eval" from the service level is deprecated.

Tests and docs have been updated as per these updates.

@github-actions github-actions bot added the enhancement Improve any current implemented feature label May 21, 2025
@github-actions github-actions bot added documentation Documentation related (improving, adding, etc) examples Publishing PyFluent examples labels May 21, 2025
@prmukherj prmukherj linked an issue May 22, 2025 that may be closed by this pull request
@prmukherj prmukherj marked this pull request as ready for review May 22, 2025 09:38
@prmukherj prmukherj requested a review from hpohekar May 22, 2025 10:16
@prmukherj prmukherj requested a review from mkundu1 May 22, 2025 14:37
@prmukherj prmukherj enabled auto-merge (squash) May 22, 2025 17:53
@prmukherj prmukherj merged commit b4351af into main May 23, 2025
77 of 79 checks passed
@prmukherj prmukherj deleted the maint/refactor_scheme_eval_to_eval branch May 23, 2025 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related (improving, adding, etc) enhancement Improve any current implemented feature examples Publishing PyFluent examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename scheme_eval
5 participants