-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Type hints for combine functions #5519
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
b35de8e
Added test for combine_by_coords changes.
aijams f966e76
Modified test case to expect a dataset instead of a DataArray. Added …
aijams 68b7b49
Added tests to check combine_by_coords for exception with mixed DataA…
aijams 540961f
Formatting changes after running black
aijams 1c9b4c2
Added underscore to helper function to label as private.
aijams cb5ed5e
Black formatting changes for whats-new doc file.
aijams 77020c0
Removed imports in docstring that were automatically added by code st…
aijams 6af896b
Merge branch 'master' into aijams/combine-by-coords
aijams f06371a
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 7cdeabb
Merge branch 'aijams/combine-by-coords' of https://github.com/aijams/…
aijams 6190839
Removed duplicate new item line in whats-new.
aijams 3055000
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams cbc002f
combine methods now accept unnamed DataArrays as input.
aijams 11a868b
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 89ac962
combine nested test checks nested lists of unnamed DataArrays.
aijams 5f3afa5
Made combine_by_coords more readable.
aijams feb90ce
Cosmetic changes to code style.
aijams db5b906
Merging changes from first PR.
aijams e884f52
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 0044bb9
Removed extra test from merge with previous PR.
aijams 44548ee
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 5fe8323
Updated test to use pytest.raises instead of raises_regex.
aijams 55f53b9
Merged latests changes from upstream.
aijams 805145c
Added breaking-change entry to whats new page.
aijams 3eed47a
Merged new changes from master branch.
aijams 05faa88
Added deprecation warning to combine_coords
aijams 6c75525
Removed index monotonicity checking temporarily.
aijams 2c43030
Removed duplicate entries from whats new page.
aijams f6fae25
Removed TODO message
aijams 81ec1ff
Added test for combine_nested.
aijams caaee74
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 637d4cc
Added check to combine methods to clarify parameter requirements.
aijams b5940a1
Reassigned description of changes to bug fixes category.
aijams d02da23
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 04cd5f8
Minor style changes.
aijams e58a9e2
Added blank line for style purposes.
aijams c0fc4f1
Merge remote-tracking branch 'upstream/master' into aijams/combine-by…
aijams 82e47fd
added type hints
TomNicholas 78d6a5f
force CI
TomNicholas 100f3ea
merge main
TomNicholas 2cd5a5d
Merge branch 'main' into combine_typing
TomNicholas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 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.
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.
The weird recursive definition is here