Skip to content
New issue

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

feat: enable library user to extend Engines to have customizable operators #27

Merged
merged 22 commits into from
Jul 6, 2024

Conversation

rapatao
Copy link
Owner

@rapatao rapatao commented Jul 6, 2024

This change enables each engine to have its operator without enforcing others to have the same capabilities.

All built-in operations are still supported, and it doesn't restrict having others built-in operators in the future.

By having this change, any library users can now start customizing the existing operators and even creating new operators without enforcing to have them in the library code base.

@rapatao rapatao merged commit 9bce6f3 into main Jul 6, 2024
3 checks passed
@rapatao rapatao deleted the feat/customizable-operators branch July 6, 2024 13:34
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