Dax Pryce
Dax Pryce
## Is your feature request related to a problem? Please describe. n2v currently behaves very differently from the rest of the embed module ## Describe the solution you'd like While...
I just wrote them for 0.3.0 by hand, and I feel like with a bit of discipline we can automate the entire thing. There has to be something out there....
## Expected Behavior We should be able to run our entire test suite using Python 3.10 ## Actual Behavior ```python graspologic/embed/n2v.py:11: in from gensim.models import Word2Vec /opt/hostedtoolcache/Python/3.10.2/x64/lib/python3.10/site-packages/gensim/__init__.py:11: in from gensim...
Doctests were failing when running pytest before, across all Python versions and OSes. They should not! We should fix those, and make a failing doctest invalidate a mergable PR
Any time your return type can be: ```python def import_edgelist( path: Union[str, Path, Iterable[str, Path]], extension: str = "edgelist", delimiter: Optional[str] = None, nodetype: Callable[[Any], Any] = int, return_vertices: bool...
The type hints for the automatic layout were created to look only at undirected graphs, but now we're automatically converting directed into undirected. Since we're supporting a greater range of...
When adding the ability to set an svd seed to use when picking the randomized svd solver in `select_svd`, I ran across a number of unit tests that failed if...
A jupyter notebook tutorial for automatic layouts would be super useful, along with the graphs rendered.
# Problem Description We want to get to a place where our reference documentation and tutorial documentation is *versioned*, *tightly linked*, and *easily displayable*. ## Secondary Issues ReadTheDocs does not...
# Problem We need to capture release notes in our process. We're not doing that right now. What's should we do? Are there any tools that can help us? We...