-
Notifications
You must be signed in to change notification settings - Fork 504
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
Merge dev/0.6.5 branch into master ahead of release #369
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add integration tests Add accepted_range documentation Fixing invalid yaml in readme Add missing columns: entry Co-authored-by: Claire Carroll <carroll.claire.e@gmail.com> Update changelog
Tidy up Jinja Update changelog
clrcrl
force-pushed
the
dev/0.6.5
branch
3 times, most recently
from
May 18, 2021 20:20
c022849
to
7a4c5e6
Compare
Readme & deleted the 'remove' line which does nothing. Finish off upivot boolean logic Update changelog [ci skip]
Schema Test - Not accepted values, test fixed empty lines at the end Update changelog
Use boolean for zero range arg. Update changelog
jtcohen6
approved these changes
May 18, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing description + commit history! I know these changes have been combed through a few times now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I wanted to move every non-breaking change into a patch release, so that people could upgrade easily without needing to go to 0.20.0. I think this is going to take some of the pressure of the 0.7.0 release.
As part of this cleanup, I also squashed the separate commits from PRs into one single commit, to make this history seem much cleaner.
Once merged and released, I'm going to rebased dev/0.7.0 onto this branch, and clean up the commits that I'm keeping on there. That should put us in great shape to focus on the 0.20.0 changes
Here's the summary of commits that were on the
dev/0.7.0
branch, and where I've now represented them :)unique_combination_of_columns
schema test in order to support aWHERE
argwhere
for free in 0.20.0