-
Notifications
You must be signed in to change notification settings - Fork 9
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
New cdd functions #83
Conversation
Merging
…fixed a quotient bug
…robust and less stateless
…are now being used
Fix/quotient
How should we approach the review of this? It contains 175 commits, so a normal full review is infeasible. Maybe just merge this as-is, so we can continue our development? |
@magoorden yes I believe that would be the right choice. Given that all my commits in this branch has already been reviewed (Which is most of them). |
Merges all the work done on the branch "new-cdd-functions" into "main".
Description
A lot of work has been done on the branch "new-cdd-functions" which should be part of future releases of "main". This PR is a part of the work which aims towards a more structured development (Branch strategy) with shorter branch lifetimes and a specified approach for contribution and collaboration (Inspired by #75).