Skip to content

Do away with Parameter deprecation#3286

Merged
j9ac9k merged 1 commit intopyqtgraph:masterfrom
j9ac9k:fix-parameter-warnings-again
Mar 25, 2025
Merged

Do away with Parameter deprecation#3286
j9ac9k merged 1 commit intopyqtgraph:masterfrom
j9ac9k:fix-parameter-warnings-again

Conversation

@j9ac9k
Copy link
Copy Markdown
Member

@j9ac9k j9ac9k commented Mar 24, 2025

After some consideration, Parameters should be able to set a value without a default value being specified. If no default value is specified, but a value is passed in, it should be assumed the value is also the default value.

Fixes #2994

After some consideration, Parameters should be able to set a value
without a default value being specified.  If no default value is
specified, but a value is passed in, it should be assumed the value is
also the default value.
@j9ac9k j9ac9k force-pushed the fix-parameter-warnings-again branch from d83f034 to ece8737 Compare March 24, 2025 15:48
@j9ac9k j9ac9k merged commit b6d1d99 into pyqtgraph:master Mar 25, 2025
36 checks passed
@j9ac9k j9ac9k deleted the fix-parameter-warnings-again branch March 25, 2025 17:36
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.

ParameterTree Example Generated Deprecation Warning

1 participant