Nathan Goldbaum
Nathan Goldbaum
Currently the template suggests using setup_requires: https://github.com/audreyr/cookiecutter-pypackage/blob/f1e9c655b56ec1061f8f7bab5a5bdeef0f4da41a/%7B%7Bcookiecutter.project_slug%7D%7D/setup.py#L62 I think this is a footgun, since setup_requires interacts badly with pip. In particular, it uses easy_install to install packages if they're needed....
### Bug report **Summary** Many plot callbacks do not do proper input validation. This leads to confusing error messages or silently incorrect results. We should make use of the input...
Right now it’s possible for logged in readers to suggest title and tag changes but when users want to suggest a better URL (e.g. because the original destination is bad...
Currently it's only possible to see the last month or so of comments on `http://lobste.rs/u/`. It would be nice to be able to see older comments as well.
Again, not a blocker for accepting the pyro paper. It would be cool to add support for pyro's output format to yt. If you ever wanted to add AMR support...
This is unrelated to my JOSS review so don't take this as a blocker for paper acceptance. You may want to consider making pyro a pip-installable package, rather than relying...
Currently when I try to install nose with pip, I'm getting the following error: ``` $ pip install -U nose Collecting nose Using cached nose-1.3.7-py2-none-any.whl Installing collected packages: nose Exception:...
As reported by @majj, importing unyt takes about one second. I suspect there isn't much we can do about this since we need to import both numpy and sympy.
* unyt version: `v2.2.0+7.g5d3ace5'` * Python version: 3.6.8 * Operating System: Ubuntu 18.04 ### Description If you apply units to a pandas dataframe you get back something that doesn't actually...
* unyt version: master * Python version: 3.7 * Operating System: Ubuntu 18.04 ### Description Right now using a function wrapped with `np.vectorize` or `np.frompyfunc` raises an error. This was...