-
Notifications
You must be signed in to change notification settings - Fork 297
Parallel concatenate #5926
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
Parallel concatenate #5926
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f9e0106
Simplify concatenate
bouweandela 6b01352
First attempt at parallel concatenate
bouweandela 35facc7
Clean up a bit
bouweandela 6e883da
Add support for comparing different data types
bouweandela 7cc9f19
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela add3f66
Undo unnessary change
bouweandela eb0b340
More tests
bouweandela 24615a0
Use faster lookup
bouweandela 5c68a8e
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 2540fea
Add test to show that NaNs are considered equal
bouweandela 3bfea80
Merge branch 'main' into parallel-concatenate
bouweandela 5870bcd
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela b59e3dc
Avoid inserting closures into the Dask graph
bouweandela e91175c
Merge branch 'main' into parallel-concatenate
bouweandela c2973ae
Fix type hints
bouweandela 1633b70
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 8b44aa5
Compute numpy array hashes immediately
bouweandela 134669d
Concatenate 25 cubes instead of 2
bouweandela 8a41250
Improve test coverage
bouweandela 861dd1b
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 125a0f6
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 0dcb323
Add whatsnew entry
bouweandela 3f9a81c
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 470f28e
Various improvements from review
bouweandela 2864bc7
Use correct value for chunks for numpy arrays
bouweandela 2150535
Python 3.10 compatibility
bouweandela f481d55
Avoid creating derived coordinates multiple times
bouweandela c7d3d28
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 073b25e
Support comparing differently shaped arrays
bouweandela f2edc16
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela d71c008
Rewrite for code style without multiple returns
bouweandela 44ddcda
Remove print call
bouweandela cf1ea3d
Better hashing algorithm
bouweandela 1969d49
Add more information to release notes
bouweandela 7948812
Merge branch 'main' of github.com:scitools/iris into parallel-concate…
bouweandela 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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.