Sean Freeman

Results 171 comments of Sean Freeman

Apologies; I had missed that you had updated this. @snilsn are you happy for me to merge? It looks like there's a merge conflict from the changes that have been...

I should note that I'm not a regular v2.x user, so for anyone who is, please report other incompatibility issues here. The ultimate goal is to have code work either...

I am more inclined to fix the incompatibilities on the tobac side than on the tutorial notebook side, personally. I think the best way to resolve that issue could be...

I've broken up the xarray/iris/pandas checkboxes into input and output above.

> Was the plan in the long long run to completely move to xarray meaning remove the iris dependency and rewrite the code within the old functions that are based...

@snilsn I think we would all be interested in that pull request. As we make this transition, we will have to be careful with user communication. Not all xarray Datasets...

I think this is a great idea. It certainly does duplicate the docstrings, but updating both shouldn't be much of an issue. My only concern here is that it seems...

It looks like we already require python version >=3.6 in our conda feedstock as of v1.2.1, so I think the python version isn't a concern. We'll just need to do...

After trying these out on a different project, I'm strongly in favor of us adding these as we can. I do think that we should implement them using the new...

We had a discussion on this in #115. I think the conclusion there was that because this is a positional argument, depreciating it without breaking code is quite challenging. There's...