Martin Yeo
Martin Yeo
@bjlittle you're assigned to this: is this on your list before holidays or should someone else take a look?
> When I run the tests I now get > > ``` > lib/iris/__init__.py:104: in > from ._version import version as __version__ # noqa: F401 > E ModuleNotFoundError: No module...
Thanks so much @rcomer and @wjbenfold. We've been pretty thin on the ground during these summer weeks so your contribution is greatly appreciated 🥰
@kaedonkers how would you feel about an example in the docs, rather than more API? I'm assuming that this could be achieved with a few more lines of user code,...
Thanks so much for taking the time @mo-avdjturp!
Thanks @acchamber. We consider Aux Factories to be among the most complex pieces of Iris' public API, with only a few niche uses, hence why we so far haven't gone...
@acchamber thanks for the extra info Outcomes of latest discussion: - We should improve comments in the code to make it more follow-able - We agree that a Further Topics...
Related: #4798
@wjbenfold had some ideas for improving loading time for files with many fields - there was some looping that was inappropriate. I seem to remember that the proposed changes got...
> How does the benchmark infra work @trexfeathers? Does it use the new environment file (python 3.10) included in this PR to generate the numbers in the after column? >...