Patrick Peglar
Patrick Peglar
(~#201 moves the grib-specific part of the iris 'test-pickle' from iris into iris-grib.~ ~In principle, a cube should be picklable, but at present this doesn't work with grib data.~ ~In...
## ✨ Feature Request The PARSE_UGRID_ON_LOAD control behaves much like the FUTURE flags object, except that there is no public API for turning it on permanently. So, we can currently...
Attempts to at least partially address #5500 The new sample code I believe works, and produces the provided plot. The issue of how we stop this untested code going stale...
For now, just to get a docs build with the pytest style guide from https://github.com/SciTools/iris/pull/5785
We initially chose to leave the 'mesh' property out of the MeshCoordMetadata, largely because at that time we were wary of implementing equivalence on Mesh objects. [As noted here](https://github.com/SciTools/iris/blob/633ed17dd32673136e9ba9a352ce9353b1a64918/lib/iris/experimental/ugrid/metadata.py#L272-L280) IIRC...
The issue fixed in #5767 should really have an associated benchmark. Unfortunately it seems from @stephenworsley experiment that the current It also looks like [switching to tracemalloc](https://github.com/SciTools/iris/issues/4883) would probably fix...
@pp-mo has some ideas on this End goal: replace existing Iris memory benchmarking with a tracemalloc approach, hopefully as a basis for almost all SciTools memory benchmarking in future Brief...
Addresses https://github.com/SciTools/iris/issues/5947 Replaces the current process RSS ("resident set size") based mechanism. See #5946 for info on how they compare. N.B. this is hard to test, possibly only takes effect...
POC for an API extension to `gv.Transform.from_points` to accept wind-like vectors and convert to xyz vectors stored on the mesh, so they can be usedwith ".glyph()" and ".arrows" usage. (cf....