You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPMeasures is a nice short name but IMO it is easy to miss this package (as I did though I'm working with integral probability measures) since it's not a well-known abbreviation (at least not to me 😄). So maybe it would be easier to find this package if it was named "IntegralProbabilityMeasures.jl" instead? If you don't want to write out this long name in packages that dependent on IPMeasures, you can always define a custom alias in these packages such as const IPMeasures = IntegralProbabilityMeasures.
The text was updated successfully, but these errors were encountered:
IPMeasures is a nice short name but IMO it is easy to miss this package (as I did though I'm working with integral probability measures) since it's not a well-known abbreviation (at least not to me 😄). So maybe it would be easier to find this package if it was named "IntegralProbabilityMeasures.jl" instead? If you don't want to write out this long name in packages that dependent on IPMeasures, you can always define a custom alias in these packages such as
const IPMeasures = IntegralProbabilityMeasures
.The text was updated successfully, but these errors were encountered: