Bradley Dice
Bradley Dice
@gpucibot merge
I _think_ I want the same thing as @GaelVaroquaux but I'm not sure - I'm new to sphinx-gallery and am trying to assess whether to use it for our docs....
@larsoner Thanks for the info! I was trying to see how much intersphinx magic I could accomplish without rewriting/reformatting docs (perhaps only adding a plugin with a single line of...
@larsoner Excellent response! This helped explain a lot of the parts that I didn't know. I am interested in pursuing this concept further, especially if there is interest from other...
pip recently began validating metadata (I think this came with release 20.3, when the dependency resolver was added). This error indicates a mismatch between the claimed version and metadata in...
@rpanai Let me know if you need any help with conda-forge. I helped @sauln set up the conda-forge packages for ripser.py and persim last summer at SciPy 2019 sprints. 👍
You can see signac's benchmarks defined here: https://github.com/glotzerlab/signac/blob/master/benchmarks/benchmarks.py And the `asv` config: https://github.com/glotzerlab/signac/blob/master/asv.conf.json And here's a quick reference I wrote on how to use `asv`: https://docs.signac.io/projects/core/en/latest/support.html#benchmarking I have mixed feelings...
@sauln @ctralie Feel free to ping me if you need help, I have done a few ReadTheDocs deployments before. 😄
@sunshineinsandiego Try `python3 setup.py install --user`. You can’t install to the system site packages without sudo, and it’s better to install to your user site packages anyway.
@sauln I don't think so, but it's possible. I was able to install with `python setup.py install --user` on my Mac with commit f784e1f381094219316855c4dc6c2abd494a8a07 and versions: ```bash $ gcc --version...