Closed
Document pyaedt version constraint rationale#1037
Conversation
|
|
- Enhanced changelog with comprehensive explanation of pyaedt 0.24 version constraint - Updated inline comments in pyproject.toml to reference changelog - Synchronized environment.yml with pyproject.toml version constraint - Added context about compatibility issues, resolution plan, and user guidance Co-authored-by: shanto268 <48191623+shanto268@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update changelog for pyaedt version changes
Document pyaedt version constraint rationale
Jan 29, 2026
Collaborator
|
The Generated by Claude Code |
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.
The pyaedt version was pinned to
<0.24on Jan 23, 2026, but only had a vague inline comment "has some bugs" without explaining the specific compatibility issues or providing guidance.Changes
changelog.md: Added detailed section explaining the version constraint including:
pyproject.toml: Updated inline comment to reference changelog for details
environment.yml: Synchronized constraint from
~=0.21to>=0.21,<0.24to match pyproject.tomlUsers needing pyaedt v0.24+ features now have clear guidance to open an issue. Versions 0.21.x through 0.23.x remain fully supported.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.