-
Notifications
You must be signed in to change notification settings - Fork 283
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
v2.2.x branch mergeback #3316
v2.2.x branch mergeback #3316
Conversation
This is currently failing as some of the license headers need updating. I found it a bit strange that the license header checks passed when the PRs were made to the
So the license header check is only done on the master branch? There may have been a fix to the master branch that deals with this... I am going to fix the license headers on the v2.2.x branch then add that change to this PR |
929f583
to
4b3931d
Compare
I have updated this PR with the latest changed to the v2.2.x branch. However, the tests are failing due to a missing import from sphinx. See #3322 for the fix. Once the fix is in I will update this PR and hopefully get this PR in! |
* Fix problem with factories from iris.util.new_axis(). * Added whatsnew. * Licence header fix. * Reference PR in comment. * Revised whatsnew.
…ernet (SciTools#3284) * Added a 1 second timout to stop requests.get hanging on the HPC * Amended comment to be more generic * Changed 1 second timeout to 10 seconds.
* Fix for small plot changes with freetype 2.10. * Remove spurious end-of-line spaces in imagerepo.json.
* Test-imagehash uris checked against listing file instead of github api listing. * Licence header fix. * Remove redundant import + skip; fix bytes decode; improve error message; clarify comments. * Improved error message.
* Allow coords with NaNs in to compare equal. * Tests for AuxCoord.__eq__ and util.array_equal(withnans=True). * Move whatsnew contributions into existing whatsnew document. * Better logic in util.array_equal.
* Fix landsea-mask data access for UM files. * Review changes. * Fixed some stale comments + unused variables.
4b3931d
to
3872614
Compare
Talked through this with @lbdreyer, as the merge back is complicated due to cherry-picking from master to 2.2.x and vice versa - hence the sha changes on the merge back commits from 2.2.x to master. |
Awesome, thanks @lbdreyer 👍 |
There has been a fair amount of additions to the 2.2.x branch that should be merged back into master (especially since we just cut the 2.2.1 release).
To create this PR I did the following commands:
$ git checkout upstream/v2.2.x -b 221_mergeback_rebase
Then I did an interactive release to select the commits that were missing
$ git rebase -i --onto upstream/master HEAD~12
Which were all the commits since
c3048cbf Fix for numpy 1v16. (#3257)
as this andb0d5512b BLD: Pinning cftime to 1.0.1 (#3247)
were included in the last mergeback.