Milestone 0.7.0#112
Merged
Merged
Conversation
added 2 commits
April 14, 2026 13:55
added 8 commits
April 14, 2026 16:14
Migrate pyX2Cscope to a pip-first pyproject setup with setuptools and optional dev/docs/build extras, removing the root requirements and quality files. Update CI and docs to use editable installs with extras, and relax dependency constraints so the project installs and tests cleanly on Python 3.14.
edras
approved these changes
Apr 16, 2026
Merged
edras
pushed a commit
that referenced
this pull request
Apr 16, 2026
* add AUTO serial connection * add help tab on QT App * adding versions to web gui * update mchplnet 0.5.0, pyX2C 0.7.0 * fix test wrong com port * including jupyter notebook example * fixed sample_time UIX: start at 1 * import/export SFRs * export variables on QT and Web * modernize packaging * add Python 3.14 support Migrate pyX2Cscope to a pip-first pyproject setup with setuptools and optional dev/docs/build extras, removing the root requirements and quality files. Update CI and docs to use editable installs with extras, and relax dependency constraints so the project installs and tests cleanly on Python 3.14. * point to mchplnet 0.5.1 * update github actions * add compatibility check * included SFR bits * fixed import/export of SFRs on GUIs --------- Co-authored-by: Edras Pacola <edras.pacola@microchip.com>
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.
Adding CAN interface
Serial with auto-connect as default
enhance documentation
including SBOM to GUIs Qt and Web