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

Issue 49 remove exists forall #232

Conversation

nijanthanvijayakumar
Copy link
Contributor

Proposed changes

Regarding the issue #49 following changes were made to remove/deprecate the functions exists and forall functions from the codebase.

  • Remove exists and forall functions from quinn/functions.py.
  • Remove import statements for exists and forall from quinn/__init__.py.
  • Remove tests related to exists and forall functions from tests/test_functions.py.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Further comments

  • Hope this helps with one step towards the v1.0 plan for quinn.

nijanthanvijayakumar and others added 3 commits July 8, 2024 11:49
Deprecate and remove `exists` and `forall` functions from the codebase.
* Remove `exists` and `forall` functions from `quinn/functions.py`.
* Remove import statements for `exists` and `forall` from `quinn/__init__.py`.
* Remove tests related to `exists` and `forall` functions from `tests/test_functions.py`.
@nijanthanvijayakumar
Copy link
Contributor Author

@SemyonSinchenko please can you review and merge this?

@SemyonSinchenko
Copy link
Collaborator

Please, reopen this PR to a new branch planning-1.0-release I just created. Because it is a breaking change, but we are following a semantic versioning.

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.

2 participants