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(python): expose add constraint operation #1973

Merged
merged 10 commits into from
Dec 20, 2023

Conversation

ion-elgreco
Copy link
Collaborator

Description

Currently limited to a single constraint at once. I didn't want to chance the function defintion for this so I just check if more than 1 constraint is passed it will raise an error. Once we have the multiple constraints possibility in Rust, I can simply remove this size check.

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate crate/core labels Dec 14, 2023
@ion-elgreco
Copy link
Collaborator Author

Errors will be fixed if we merge this refactor first: #1979

@ion-elgreco ion-elgreco changed the title feat(python): expose add constraint operation feat(python): expose add constraint operation Dec 17, 2023
@github-actions github-actions bot removed binding/rust Issues for the Rust crate crate/core labels Dec 19, 2023
Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Should we also add an issue to track documenting this feature?

@ion-elgreco
Copy link
Collaborator Author

@roeap regarding the single constraint addition per time?

@roeap
Copy link
Collaborator

roeap commented Dec 20, 2023

@ion-elgreco - yes, not sure that there is a question o.a. here ... 😆

@ion-elgreco ion-elgreco merged commit 7832526 into delta-io:main Dec 20, 2023
24 checks passed
@ion-elgreco
Copy link
Collaborator Author

@roeap :) I'll create an issue for it.

@hntd187 mentioned he would add that possibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants