-
Notifications
You must be signed in to change notification settings - Fork 54
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 main into v1.6.0 branch #463
Merge main into v1.6.0 branch #463
Conversation
…ew test for frame_len parameter
…for unassigned features
We should hold off merging this until #465 is merged. |
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.
Great, thanks for sorting this! All the merge conflicts are resolved as well as the issues in some places where the merge was overwriting changes. Happy for this to be merged after #465
Fix CI issues due to old conda version
…assing dask array to get_statistics, and added test for dask array input
Fix Matrix Testing & Typing Error
…a_dask Fix bug in bulk_statistics when providing a DataArray or iris cube with dask array data
Just as a reminder that we should merge the additional changes from |
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.
@freemansw1, will you merge in the latest changes from main
now that the release of v.1.5.5
was pushed to conda-forge?
Fix linting syntax error
Thanks all. Merging now. Note that the failing test is linting, which as previously discussed, always uses the old version of the CI script, so it should be resolved regardless. |
I couldn't figure out how to easily do this as part of #462 , so doing it in a separate PR, if that's ok @w-k-jones .
This PR merges the changes that are now in
main
(and fromRC_V1.5.x
) intoRC_v1.6.0
.