Jonathan Barnoud

Results 152 comments of Jonathan Barnoud

Thank you @umak1106 for opening this issue. There are 3 main objectives with the type hinting of the library: * detect errors in the library code before they are merged;...

@IAlibay plans on bumping the minimal version of numpy to 1.20.0. It means we'll have to wait for the bump to happen before we merge, but you can proceed and...

It looks like you are still using `npt.NDArray` in pkdtree.

Now that #3787 is merged into develop, the develop branch should be merged in here.

Wooo! 🎉 Only one mypy error left! With the last few comment addressed we should be good to go 😁

> Making those changes in pkdtree raises errors like unresolved reference to self Can you paste the full error message please? It is difficult to figure out what can go...

Congratulations on that PR being merged!

I would say that just the tag is good enough. We can always create a branch from that commit if needed. What would be the workflow, then? One commit sets...

Does the user guide point to a branch or to a commit? Anyway, branching out of the tagged commit shouldn't be an issue.

I did not look at the code, but I find the proposal sound. Guessers have always been what frustrates me the most in mdanalysis. One thing to be aware of...