Prepare 4.0 release: update README, docs, and version references#678
Merged
Conversation
57ff1ea to
fc0862c
Compare
Comprehensive cleanup for the 4.0 release: README: - 3.0 (current release) section first with snap7 examples - 4.0 (unreleased) section with s7 examples and S7CommPlus headline - Clear note that pip install gives 3.0, not 4.0 - Experimental features listed separately (optimizer, routing, symbols) - Changelog with all 4.0 features Documentation: - Update limitations.rst: V3 supported, V4 is the gap - Update plc-support.rst: S7-1500 FW 3.x+ now fully supported - Add symbols.rst doc page for SymbolTable (experimental) - Add symbols to API Reference section in index.rst s7 package: - Export SymbolTable from s7.__init__ so users can do `from s7 import SymbolTable` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fc0862c to
1b9d6f8
Compare
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.
Summary
Comprehensive cleanup for the 4.0 release, merged last after all feature PRs.
README restructured:
snap7examples that match whatpip installgivess7package, S7CommPlus as headline, clear "not yet released" noteDocumentation updates:
limitations.rst: V3 now supported, V4 is the remaining gapplc-support.rst: S7-1500 FW 3.x+ marked as "Full" supportsymbols.rstdoc page for SymbolTable (experimental)s7 package exports:
SymbolTablenow importable froms7(from s7 import SymbolTable)Test plan
-Wfrom s7 import SymbolTableworks🤖 Generated with Claude Code