Skip to content

Clarify deprecated channel properties will be removed in v0.6.0 - #196

Merged
nulinspiratie merged 1 commit into
mainfrom
deprecate-channel-props-v0.6
Apr 16, 2026
Merged

Clarify deprecated channel properties will be removed in v0.6.0#196
nulinspiratie merged 1 commit into
mainfrom
deprecate-channel-props-v0.6

Conversation

@nulinspiratie

Copy link
Copy Markdown
Contributor

Summary

  • Updates all deprecation messages in channels.py to say "will be removed in v0.6.0" instead of "in a future version"
  • Updates the rf_frequency deprecation warning to include the v0.6.0 removal notice
  • Updates docstrings on all deprecated channel-level port properties to state "Will be removed in v0.6.0"
  • Updates docs/components/channels.md and docs/components/channel-ports.md to reference v0.6.0 throughout
  • Updates CHANGELOG.md deprecated entries to explicitly state v0.6.0 removal

Background

Deprecated properties (opx_output_offset, filter_fir_taps, filter_iir_taps, shareable, inverted, rf_frequency, and their I/Q/input variants) were introduced and deprecated within the same v0.5.0 alpha cycle (PR #172). Users on stable v0.5.0 deserves a clear deprecation period before removal. This PR sets the removal target to v0.6.0.

Related: PR #195 contains the actual removal (to be merged after v0.6.0 is tagged).

Test plan

  • All existing tests pass (627 passed)
  • No new deprecation warnings introduced
  • Documentation renders correctly with updated version references

Update all deprecation messages, docstrings, and documentation to
specify v0.6.0 as the removal version for channel-level port properties
(opx_output_offset, filter_fir_taps, filter_iir_taps, shareable,
inverted, rf_frequency, and related I/Q/input variants).
@nulinspiratie
nulinspiratie merged commit 06aa4af into main Apr 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant