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
The recent releases have inadvertently opened 3 operators to the public API. These API should not be used and will be package scoped.
The text was updated successfully, but these errors were encountered:
fix #1036 Remove erroneous public scope from 3 internal operator classes
2c6d436
FluxDelaySequence, FluxIndex and FluxIndexFuseable are internal implementations and should have been package-private instead of public.
27699cc
236cb97
No branches or pull requests
The recent releases have inadvertently opened 3 operators to the public API. These API should not be used and will be package scoped.
The text was updated successfully, but these errors were encountered: