Henry Wright
Henry Wright
## 📰 Custom Issue #276 will add a pre-commit action checking our repo against repo review. To add this I have set all of the tests that currently fail to...
## 🚀 Pull Request ### Description Stratify currently cannot handle when the source and the target are increasing in different directions. eg. Source [1, 2, 3, 4] Target [4, 3,...
## 🚀 Pull Request ### Description
## 🚀 Pull Request ### Description This adds onto the existing code, and seperates things between Table 1 and Table 2 that was always treated as default before. --- [Consult...
## 📰 Custom Issue The discussion [linked here](https://github.com/SciTools/iris/discussions/5007) has a lot of back and forth over what we want to do with in-place operations. The conclusion of which, and after...
## 📰 Custom Issue Lazy data should be the default behaviour, accessing it should be a property and realising data should be a method. (Currently there are the other way...
## 📚 Documentation Users have reported confusion over what `slices` and `slices_over` actually do and which way around they are. It should also be in the docs that merge is...