We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueSupport
Currently the subtypes of ValueSupport are Discrete and Continuous as described here:
Discrete
Continuous
Distributions.jl/docs/src/types.md
Lines 34 to 50 in b356da0
These names are too generic to export, and conflict with other mathematical packages.
Would you be ok with renaming these two to DiscreteSupport and ContinuousSupport?
DiscreteSupport
ContinuousSupport
I can work on a PR that includes a deprecation warning.
The text was updated successfully, but these errors were encountered:
Is there an actual problem/conflict with some other package? My initial feeling is that we should only make such a change if it's worth it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently the subtypes of
ValueSupport
areDiscrete
andContinuous
as described here:Distributions.jl/docs/src/types.md
Lines 34 to 50 in b356da0
These names are too generic to export, and conflict with other mathematical packages.
Would you be ok with renaming these two to
DiscreteSupport
andContinuousSupport
?I can work on a PR that includes a deprecation warning.
The text was updated successfully, but these errors were encountered: