Matt Haberland

Results 382 comments of Matt Haberland

The usual computational experiment: ```python3 # -*- coding: utf-8 -*- """ Created on Sat Aug 20 22:09:32 2022 @author: matth """ import numpy as np from scipy import stats from...

It depends on who you ask, but I'd suggest we patch these individually and wait for a circular distribution infrastructure as part of gh-15928. If an `rv_circular` PR were to...

@europeanplaice @jjerphan I edited things so that I'd be comfortable merging this. Please check that I did not make any huge mistakes, since I am not very fluent in Cython....

I'm that case I'll invite former reviewers @rgommers and @tupui to take a final look if they're interested. (If not, that's ok; I'm comfortable enough to merge if there are...

Thanks @europeanplaice and reviewers! I'll add an entry to the release notes.

No, this is not your fault; it's common throughout much of the documentation. I think that the examples should include complete code that can be copy-pasted into a console, but...

@rajpratyush I'm not sure I follow. This issue is not about installing dependencies. It's about docstrings assuming that `import numpy as np` has already been executed. @tupui what do you...

And I can review those PRs, @tupui, or we can tag-team it.

To be fair, IDEs can be set up to automatically perform the imports when a console is launched. And as noted above, the beginning of the tutorial introduction has: ![image](https://user-images.githubusercontent.com/6570539/147891739-7148e97f-28ea-4295-a3c0-18fe10881a93.png)...

Sounds good @romain-jacob; just ping me when you want me to take a look.