Nelle Varoquaux
Nelle Varoquaux
I think a first step is to establish a convention. It's more important IMO than which convention to use. (I personally do much favor "Python style", or rather "no dots...
That's really good news! It's indeed going to help a lot understanding bugs and issues when the problem arises low in the stack.
That would be super useful for Matplotlib!
I've worked on this, and I have a working proof of concept using joblib. There is still a bunch of things I need to figure out such as how to...
I'll make it optional.
Not easily available: I changed computer since, and I don't have the branch on github… Also, the code changed so much since then, that I'm pretty sure my code would...
It depends how it is implemented. Using multiprocessing (/joblib), there should be no problem.
FYI, I am working on a patch to remove the docstring appending on matplotlib. As @tacaswell I think this is a bad idea (apart from the fact it does allow...
More exactly, I think this patches makes matplotlib developers life much easier, but it a really bad patch for all of the other projects that use numpydoc as it allows...
I don't think numpydoc even builds if the order isn't preserved. At least, it used to be this way.