Jarrod Millman
Jarrod Millman
Anaconda hasn't updated PyGraphviz since version 1.3 (Released: Sep 5, 2015) and the version of Graphviz they support (2.40.1) does not work with PyGraphviz. - https://anaconda.org/anaconda/graphviz - https://anaconda.org/anaconda/pygraphviz Conda-forge is...
NOT READY TO MERGE I adapted this text: - http://scipy.github.io/devdocs/dev/conduct/code_of_conduct.html Fixes #9 - need discussion - need agreement - need a committee - need email address
We could use the networkx mailing list, but it may make more sense to create a new one. If so, I prefer mailman over google groups and suggest we use:...
This is just to test that the fix in #954 does something for the wider pandas example. Not meant for merging.
We currently have two places where we run the same check: - `.github/workflows/test.yml` - `.github/workflows/prerelease.yml` Also the checks are very general. It may make sense to turn this into a...
See #6958.
Not sure folks are interested in this, but pre-commit has been pretty helpful for the other projects I work on. This does introduce some linting noise, but it is ignored...
Not ready to merge. I need to add functionality to the theme first.